Retrieve Observations from Data Commons
dc_get_observations(
date,
variable_dcids = NULL,
entity_dcids = NULL,
entity_expression = NULL,
parent_entity = NULL,
entity_type = NULL,
select = c("date", "entity", "value", "variable"),
filter_domains = NULL,
filter_facet_ids = NULL,
api_key = Sys.getenv("DATACOMMONS_API_KEY"),
base_url = Sys.getenv("DATACOMMONS_BASE_URL", unset =
"https://api.datacommons.org/v2/"),
return_type = "json"
)A date string, "latest", or "all" to return observations for
all dates.
Optional. Vector of statistical variable DCIDs.
Optional. Vector of entity DCIDs (e.g., places). One of
entity_dcids, entity_expression, or the combination of parent_entity
and entity_type is required.
Optional. A relation expression string (used in
place of entity_dcids). One of entity_dcids, entity_expression, or the
combination of parent_entity and entity_type is required.
Optional. A parent entity DCID to be used in combination
with entity_type to construct an entity expression.
Optional. A child entity type (e.g., "County") to be
used with parent_entity to construct an entity expression.
Required. Character vector of fields to select. Must include
"entity" and "variable". Defaults to
c("date", "entity", "value", "variable").
Optional. Vector of domain names to filter facets.
Optional. Vector of facet IDs to filter observations.
Your Data Commons API key. If not provided, uses the
environment variable DATACOMMONS_API_KEY.
The base URL of the Data Commons API. Defaults to the public
endpoint. For custom deployments, must end with /core/api/v2/.
Either "list" (parsed R object), "json" (JSON string),
or "data.frame".
A list (if return_type = "list"), JSON string (if
return_type = "json"), or data frame (if return_type = "data.frame")
# Look up the statistical variables available for a given entity (place)
dc_get_observations(
date = "latest",
entity_dcids = c("country/TGO", "country/USA"),
select = c("entity", "variable")
)
#> iterating ■■■ 5% | ETA: 1m
#> [1] "{\"byVariable\":{\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR20_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7whyjy0e7pt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5995w7k366z\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8065m736dxgnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt2q292eme79f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rprtc03s5jzq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvwh8qtjs555\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_51Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kpf2k0hlprx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4zjlydz085p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv4e9mrqw0ll5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h18wselqtgwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw5ybksk922qc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_GSR_MRCH_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l849h4c9h85f4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lfd9wm5k368\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z282mwk85c8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrv0brztnvrv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msrbm84wv9t4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2x66yqfqxrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wknkh606cjt63\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fcz8k5pbzxd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q8de3mzsb71h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ertdz1l43y9z1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcxbn7fbbeh59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptv7wn1fl1t27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OilGasExtraction_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/469gwvycc0pkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kczhx5zhk3w1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k737pfxhxzsx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz1q0m2vgwzgc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11rsfkfgfltbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf52403dr0h8d\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_2Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7rq8t243n617\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFLCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/131324en38jnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q4kkvrdv7xt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95p8h54z0y666\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d66367yn2xqwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6s0c6xclkyn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jc4p45d5jwbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrd7p5wztc77h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithVisionDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24l0kmrw66cpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geyrh0tgmkjc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjeyf98c926td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/319yv30qcw6xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te4xw5yg99fn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw662rnc5yfxb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwf6rw3gs3n7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvb8mgbw3pj2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_CHEM_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg7cj5pblby69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n13renyfvm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgcn2n0nwjyt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmbgzpsj706hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nq9zkeh9pq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k82t3n4l6ck\":{\"byEntity\":{\"country/USA\":{}}},\"dc/909kk4zn0wd77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7y8y5q7335c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l20qw4x369mt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyf0jn2bt13t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzxcdpk2ddhhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn5w0qypqz7v\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/h52bwnh3w7vhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls2bx4bvrnn17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmkvd2c1te2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqczedngs7ly8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s8hn4h1t0qp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hec9yfkdp7cg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqmpm1kxknhlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_UkrainianOrOtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3917ctxeh5b6b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef05945n5th6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l468kpzph1x83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrbyz3wp89dv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvqvqt4fvpwy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2436hfhdk62w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzmkq1w14w97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8jkv4j3mjjcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r970wyk3jnr75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETPR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l87bg6ccj11y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9e85z9jhg54h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtmer196cydk\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22qz7k6tf5ft7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22z39hnhx4tg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jtz61mm7bk94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktbew31zm6rp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcs933ncwytph\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.7-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MeningococcalInfection_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6fv3jbnenz9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0g9b4xk5w2j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhf8k69pdblb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be29n94mgtsm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scz399js1xh28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9e7150515yt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c85xlwpwhplf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6q2lehbpg6t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/XGDP_23_FSGOV_FDINSTADM_FFD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS48-49_22_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6nmhf0zhtd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k2fk0m1hnvxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cbptm31h8fhd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p51redk0qpxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NutritionalDeficiencies_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vpfsl6gwngr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y6nn90hzplv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7237dkfwdl61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjr039ffkt7lg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rw47nf3ngle7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7v8c60gcly7g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RefineryGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nsdepv7yycl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99e9d4z1hhdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36yqj6glmpt67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er08n7e3k8jd2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_DTH_COMM_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fflxqzl7fmpvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qswmjl0jkvq64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v457nl2b62sm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxmhfrg4g280f\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_PrecipitationRate_RCP45\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llewkgm70wje7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleMaintenanceAndServicing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exqen4gyym0h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2sq9rk20pcw\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f609jws9g0qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2vxh5zpmlbhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh91r28mbzrp9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnty3cvn1syrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.TOT.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qwjdh4gcbv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzq29bs5q17x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.43-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ViralHepatitis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21fsq2q2rrb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htpe4hwbed85h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blt2t5922h52h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt3qpnled72bc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_NATBUD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybfmxcp375xb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndOrganMeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpkgd1fd82ndb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djf57948slvw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h2kyhkcjkx38\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pjbsrvn6n09h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_Overweight_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92cdv64856chh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx64q6z2nnq3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m6c1d6d77px2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs48t350lq2w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esg5q5ltrn2n2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgphnmntlnmh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljx5358elmbpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvzg0l6hn3szc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgqk3n6ydmrv5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q0qd0kz17ylc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80gd9mngcctzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjtpbqqf1qxhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3wvfktexs5t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjflv1lfefpb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/641seeykb0y21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7x546sghmpg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qexq0mw2ftr3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yc5bfwsjgddb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck4dv3d5tbk0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjlrd99trnmpd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bvks0hdhvfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA05_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9f3mpdcqf9p3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ID\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7plrb9g0v2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnm8s946frd37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhfs32hbw1g8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqwpb1w37wze2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6g4045qww6d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvyd4bsn648j\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh1cdkccq98mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srrd8tsmyq515\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGMPK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_AST_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jefhcs9qxc971\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymkhf4ymvkxm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h674hfbgk2l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jvnxtftw0njb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by31ys6m30651\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl5y6l7lx77v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1xlc8lhklsn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtld5kq76p48h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y68qx96b4pct1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj488nk71emt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjb0j1khrh7gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fevsw8czrfmm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ezgyk71ymf8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dypes641nvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cvx6e342vrz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dp54gqh4g08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjj47skjct34b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4s6qh31347kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb8ebrkxk033c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1qskkdq77dn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Leukemia_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NotAUSCitizen_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ctdr0l40jn6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5x6vdk9jz05f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrwghdldc0w17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xwfyj6shq9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndsgy4qfeb9k7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WD0ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1hmtbjm8zv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpc4mmert4v3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ql2z488r8qkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9075h56bvekh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpm9vcvrzzpr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xc7m8cnqy7y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4sfk0kms6gh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/565ex5vr2vz5d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f9e4nrcs9kg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd16ez1l4mkrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cy0t1t9xgrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ry7h5pxk6cld\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04sctcl0t36y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zhvpb6z18pt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0fdfwybpbn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4gnl68tezl85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jr6pm78l7kd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjt4s9fkbyx3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/758q26ht300d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxfysn6x98td8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq918t9g1fkfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg1n7h2qvn9sd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jz9b2sq222z1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e95cyt1zwv083\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_400To449USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61br9wjwxhew7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g62h1env8m7e8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_LO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59ybz236m5y52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcm9kbl02mvt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j7g8gqn71zm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frcm98jxw5vr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SemiconductorAndOtherElectronicComponentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dh1qpn071k3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmysyx3b2jpqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmlh3slb2scp3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp3pegjsj552c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h85f80e2vyw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phh7dljt0g693\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k38gc6kjyv7e\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzk1gxkdleq57\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRVNDI\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te7fw5t8rb4h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70h41xpl01j6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky8w2byrfq645\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TRAC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywf83cscr42yh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvnjpt0n7j5z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvlml8qk99ckg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5500_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/257sb7xklmls3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22d2yx89948v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntxe7e41mjgmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4rt86yspmckb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlrt70zy4nq09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr8m3m30jzlb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7m1mjse6qfsf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx05y18z3m3v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpqkes8xefx89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9cy2ynd2sgm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3lml0nwppkmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rpe6r6fwhr7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkwqfd76xyd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfc4v20056bf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkwb76m2vf7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7glmytf8hftjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtc1y8tww6623\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv9t0hh7ny9w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57sr8sc58zbm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmbxmy652vg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdwvbgddprmt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcye66d932vs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhm35fqndn7m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq5ll8mjjrbb5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbse7n56jvcr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjgn0p5tcrzk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n4pr94k6zjd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg63vjs5wes3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/j24mgqpx0ck5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_HU_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29pj9r3qsxx06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2m7ql8j2xvq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmhmkp0qhw13h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2lnvetew99e1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26gpcznqy6slh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjex4nxh47125\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_XPD_EARN25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfx792cr8r669\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcfx5scj403h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymbfc797yv8eb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddk0tks6sn165\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy7ftl0jkw16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh07kwhnd7q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlxq80h5vfhn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4jefbe61e5d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_NEET_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AllOtherHomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcnnxyssmp1m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3bfle1eb69bd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c59jy07xqq52\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw8dcfsq69dzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yvfsc694s9n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edvskttl88be8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czwml27ywgs36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_25000To49999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWAD_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5m10y8yvwtx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg67jtrlypyf4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd5nldln2dxng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_OilAndGasProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v52zf7v2s2l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/824bc5575fw24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87zgj9pc63pv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpg2538bp0h65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phl4el66r83jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q38xgtjwyll9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h40lr2vfdjcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8wqy6ptj7cv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn2rr3t89cvr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dklbz4cyw7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0lc0sv6gwv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zswe297q8jv1b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp3j6h0mdj365\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_100To149USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dw32zjdj1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xtphkxfkbmv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx9c6fv8lj7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfdzk4pwwgfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgpz8xpmbh0c9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_ASAIRP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rv56mmfq2r44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erq9x3b2gmgfb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38tp5w7fejc37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shmjc9thx06d2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9vlxe9dgv5bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdjvjgrf0k52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnegdw7c5w2r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0q1q8zts4h21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k58s40c49bvs7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70g8n14jpz5x4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2k3jc6r4hpe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wjx12ze3hmrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0pyh15250wp9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k61b3jjje6p71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxwpccevljzg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldgrnngddm2g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s47k0nxmtvwp3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9150_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_INTNT.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl4w3kqw5rlm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/526s3xejkz7n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbyrve01j0r17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhqbpcrcr403\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IdentityTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my2nq3qrqpjjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bh5w71snx65b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cy4qvc68k4r2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/422ejfpfvmxh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1gtkfjjptk0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2fhzem3kg6k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsbdyk1v8h879\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxtd40ym5pep1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kx1yn896fck7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj5rhjdgcbg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9hfn2qx6wpj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vkv6nejwl1w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc78qy193lxf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp9x3l0mt6yvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqm9t5zwss3s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mj2sq35lwytb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k81hb07fjkrqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mecyhqgzfvyh9\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjt06c59g7w7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t36mgwbmkh83c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcn2zttz508e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxely3vmqce2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1s7wweh4vyqd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74wsf1y9412y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84x62l847xrmg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yk0xg65ftxph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcy84myypknkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfddm6ht1mslg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjwjg51xs60y\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h34ge8t21h9m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vygdfnm88xb83\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0y6rj37bfg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1hcd891354eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdsv430hm1597\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ev0lhcdx3w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vd2bfxt9mq7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5107_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sn05dezg3x37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0vjkjesf3t58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2mprqe82vt01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68cg2z97cpl7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52wk3m2krt8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/808dmcpc7dnzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brw74djdbcwz3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/820xe8rzy50v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lv7l7v6vlb43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1ke73k635787\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9130_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yeq7byhf7zn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghtm2mrdzjfkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvh7349bmwmmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16rw84vpbsc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GOPRV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m768t4kplke5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/str6kz2mjtev\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve25wzn6srwq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzh1kbdh3wpvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcvb8m1h2224\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bysys5dnces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LTFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz1hr4c63jy73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh1wp3jtqk7xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y0kdcgl5hft5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c928yc9jjlydh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n734jh3wrkfyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8qb5p2b19mb7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhp8gf6twf085\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rpdfnq9w0mk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrbqsb6879zfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4350swqj3k2bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqe2jrx3ybc03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMP_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8cdlj4cykf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dn7nje0ewrz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2kw5x2qr0127\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pydmv5vxwl4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5701hkfcnngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1ppzqk99e896\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j70nmhzt1ebc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05sgpg5lkl0j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz5fk1047921g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwymtyd2tm5r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8tdmrxzdqjwf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrn2kycby73g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h4cpbj77kjc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c56ejllewv3zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hdxe90bwsqhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_Kerosene\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65p8mcnx9d63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m18lv71qlk1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phrdhx5h21e04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbnv67effjv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxszy4ekwx2d3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fhrv5wb20r0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1t890174qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjks58xzw2sk9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klv4l5852y004\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl87xxqrvp243\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr875elyzywd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmx8q7n97816d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_61Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4560h443lr66c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7724rqd5d3gch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqc4zh1dg8s6d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcldhncmt4815\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc0h85tcjz1g5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1_AG25T99\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpzrzx45d65e7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0514_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1ghjk4c4g53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps06etnvp3hk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rdclsz9b5wf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwby2slpxxlvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd3v7dhrek28g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd63j42ym63s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rggfr0f1nh6l4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vt49cnfx1816\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6n0h5mp534hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsvs18dlrpldh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5mdjhbxy51z\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df4b7p39995hg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shwhhm5s6d1fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5109_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyzenthv2fkr8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_ParkinsonsDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wzbmwcvwq053\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e42ytxhx55y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmnk2gpzsbxc4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cn3f2j8x3cj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfzlmzdjcc154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5rqhgc7nk6v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn1gb4rygkpf5\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5df4lf3zs5kd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glpbk1n0130q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithPhysicalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31mchnh834ne1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e4z6x6dgp7y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgb3pb4ft6pfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l70rcgn2cdxvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_23_GPV_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5h8c1xy9gkwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjhs41ld9h9k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/264841yvh3t04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnc0j197ey86g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5fxzzfchs217\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/079ewbkwfmswg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yp98hhn929df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qq729nx2gj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl3twvjr9gnhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exlg2kvyl0m71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w10dj3lw3ttyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc43t6f86fwh8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_SOCAST.INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04zn512rcrx23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bc8qyhchhzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk72m92sc8bcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr4s4d0d3d419\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpe0fzt9qb1n4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db33ejxe8l2x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zywg401kjn5w\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_OOHC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_AmharicSomaliOrOtherAfroAsiaticLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2229zy2ry36y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgd9bft2zpn7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42hw0cysgjrm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91w304p3gf81f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wp72zl27x54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g10xymn8vgvrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t10v9p5gvrzg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thg6m0dld1z31\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Kerosene_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfsgp8tfclrh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qgz95h284h72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clthcnnqstcb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2bw03hsfnqsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71jrhkm65nd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ngj8d5ly4cb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55f7l0c7k19z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvk9vmhk9fe81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn2xg1c723jh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6h7gw1mrzy7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st7dt8tcf3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x96t32wccx68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_350To399USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgz8l30s8j3b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4jhqxq6brwv5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppf10h18l0yh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr89cyyzql291\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mgp36t9lc784\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4plpyfktw1j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbz570lskcvmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eplfxrfr4tx8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgxfe3w0pzb55\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kh2eyly977x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqx8xn65g0rhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/119jp0sty17vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpp13lw3q9805\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeg4q9tvqn8x7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGMPK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tqnf30z8dlk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q310kqmzjqg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w7bvk2l0b12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FloodEvent\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Malnutrition_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq487fe9rkpx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b330r6ds255kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejt84yppzc5v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f2b8y79lttx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvxrt2ssnyje2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ColdTemperatureEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Pneumonia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9w461nvecpgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgz3gpl15ph91\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45kxyhw4tr367\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy5sjtgh9f71h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h67hf44p360y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k258ge5kec1tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0fgqzb7lrcb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn0e3evn7vvg6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj2m7rz6w9cld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szldl5dj90s0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76epcp0q0xet\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29mc894pnjlqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4njke9h8y4qzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65ej4rnevrlf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_MastersDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/0pptdbp0fk4hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk5nzcbhs7j54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l51c18r5nb2zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1qxm85zlbzlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzcmssbn6kq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2bx4r8phdh3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PA_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq2s0w4ldckgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmwbrqnk2cc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtzf2lkfyhe17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_DoctorateDegree_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkl9pzm3fpk64\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bmqkcg81jd47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1kmh6mcxvgy2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmmtwzxp39w68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grv6j9p30vx02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh4dmyjgvcm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_FrenchCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30yw2279w97tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmxzy0pbbyd54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7z3kdvyh5937\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6yjl3t05ezp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h30td51n4fjn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffstln0ywek9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmfmsyzw7nhd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_60Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgpp33c0rn4x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t39cdg9pvjwy7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rpjt8s6mlhr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nswhg70glbez8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8vjm8s31xvrc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28231sdnnmgdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1p1bsyhnkr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx8p1gzqxcy2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf26wl6p8ql95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkq9x3w6d3bcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhhypxxh0rsyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgmtzr4294yj3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655j8b99fs0x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn37xnhvcblv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfn457ywldctf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_36Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whmnfk1n5y428\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqppnz502fzth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodAndBeverageStores\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75g8l3mh4p7g2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67grq0tf438lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7dsxtv66rjx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03fd0rdps7231\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdfh8488b5rkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crzc3rqy1jsy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czfr693x596l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4bsg4z0d01g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpsng69s3q14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksyrl8m2t4828\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_Demographics\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzs9bshwm6xb3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/R00-R99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bvmj02rnm6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98g0lr307mk44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erjk2j21s6he9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5x66976l4xr1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pde55wpv6e6lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3108g4643ygx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrmppkynb7ph2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Sales_Establishment_ManufacturerSalesBranchesAndOffices_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m17jcf9kyrx49\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_Government\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDiphtheria_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPJK_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zeqjtd9db5g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4qjjkkycj72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjnx5m84f2tx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Meningitis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52h1fsw1r45r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcndlhw20f5dh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r4s9pr39gmbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8grdfzbt0zmr9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR41_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nmrg8s6rfnz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdmkler9jll8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWPU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr5ce2k2q068d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother16Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fr8mr8n58fc9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxv91r6ksj0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1f7w56e42m76\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OE_56_40510\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_HispanicOrLatino_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5l8p2wwg28xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyvz6rly4kkvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Lubricants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtb9l1qkdwvkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0mlg54xp0x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlqh0xpc4d7m5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfSulfur_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08qeyyrnyddz4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrfdlzvw0n5m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsgyc2mdmq6vf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wsk6r8ppn113\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjzwy7wtc5x8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gs1tlyt137k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgnjdl7fc39f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_ConstructionOrMaintenanceOrUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7kkld847gd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wffz0gb739kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krede3q660l8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx36g08wm9h19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1569_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lrk4j8rdz9q3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/jkr6pzpd5h194\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2w035955wkhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9ys3pv227ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7emh9f893kn4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthAfrica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ytf395thbvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9ttcnrgrkf1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjlg5r1grn4f6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy52t9fthvffb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqdth9e4ss465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvwgwvzzjtdg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICU.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/DT_DOD_DECT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7gsfy059tnx41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h705mvwkw4009\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54m15sxc39kp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqm6w4qxlfcy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edyf805gxll91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjt9yfd27gb26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gseqw8n68gjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_DTH_COMM_0514_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g04fk03pg87f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ty0jzz7gv08f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcbngn130bl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1y5qdq8z2ktc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_OTHR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b04z10fwfpd19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_Ethane_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqryf46jnh3j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypfnf225msfj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3syclg2spnq5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qtjtykrshv3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb51vdst3y119\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtpqz5sfqs3w6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fss7vlvhn8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkd32lm45lvsb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b95255qc6h929\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_ESSRV\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_PWAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r47bzjgblx7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp8cckcnx8xm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2lfbfrds3eeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t29ygefeqnc33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/095ew9dx1tgf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7bwxb6jt5gdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mstvnkpeqcvgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x54m8600b2q37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22neze0d7s2s8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14z47gvjck7d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkkbf0rvxl7h8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t97qvzpgte1d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cldyem724175f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_DepartmentStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gkkqy31yhl9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxdbd5nzcg3rg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ddjc232exd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj5jly7kqbhkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjv919t67h3rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvmnvx8skh7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_AsAFractionOf_Count_Person_Upto14Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yldznvs8k0pg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w42fkkwhhfpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgn34q1zwlws7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx7gf4ydpzy03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2jmf7r9lswb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_IncompletePlumbingFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh8hbxq3e9pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vebpmmvd9082\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnx2032z83vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sgvncy0bp033\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cts48ng00bcfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzvxcex52fzkb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9pghvgz55xc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jwj96qseq63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7myd8kwkb0c1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GFDD_OI_14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Tuberculosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v98ymtd3xl07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyq03tvwb68e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqzyt970qks1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DoctorateDegree_AsFractionOf_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqxlr0lbf7pl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkh3pbycww2yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14b3n7mbt2spd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz64yr3hcesd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q11rxe7dr429h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FunnelCloudEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_PER_RNK_UPPER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnjmlt5bk5c8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhs6fgbhxckbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np1htc5x0m724\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zrn0w3nwe9e2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fencrqkbl477\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNurseryTo4ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v1lx7tgdvtz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jsx8c46k1k2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4658y2x2cykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7rldkp0pgr53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqeyhfzj3z5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnbq8417l40d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf55x2s7h9hpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfd36xy10zkhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5syrt2dg20nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdhvzrl0m7sxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OMNIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flj2wvbvs423b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j563weqfrmnc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd9yte0btpw91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhr8kdp2qg07d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7vzrglney7n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhe68xsrye73g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jtds5l7t4p0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7d5qstdp7479\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxf7h0v3cj39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm1b4dqyk9xv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_NHR_NOAPPLN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqlt4r8lh54bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sepgrdylfnq31\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqgzxnd8jfhtd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_FloodEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn4rnmtmvfhy3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vjztxhqw8my9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnyw4xbtde6g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsgqh1x1v1ej1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2zbkd835z6j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x13bjdckhhfl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s2g07ep495q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kk8xj01mhmm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1hxhfgmx19g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_SleetOrHail\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bbj2ccxw8drf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtedb8yq04zj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpn1dqm5fwwrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_HealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/556pqlh586bmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m391rfd2gsh82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VehicleAccessoriesOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xt7x3d915l92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0zj6cw8dl74b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eqwt8mmt1xx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k64czz0n4y5f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n069hpkpf72cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1fjpecpy4kf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp2xerq1tt2rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwbd9nhm1fv\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93ebdklvhk3q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5d7rzx28s724\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhvdl0qpn4ffc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0se7nxfw2nxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzq3xcyk2nl4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisA_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89rf8gvq16ld6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5559_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/c7ml5v5e13y79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef83xex2n28j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgpm083z8kx4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns3417jd9djf6\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p51xn9zdwypcc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_90Day_NonfinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2swjq32cj0mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hthhhbqmb96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneD_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmlem9wkpdv5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA2901_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_ElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79q5xzmjtyvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pcp1vrgy4564\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz54s8ppk4yx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nerftpe7p1f9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnjlk4c2e9k08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0wyw2rdcmdq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwd5cv2gp14ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sys3p1wr7z6bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_UsedCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s16r1pvysk147\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y62eh327r0dw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zm16jm85whz1\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5l4gym671c88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_VocationalRehabilitationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15pg9db3rm575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j6l12ldm1d81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndbjf9c5vzz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcp8vy99h6rq9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_ChronicCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vvjxwt30cccb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s39ekz0htj1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmspqtw32e039\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxppcm499kdvh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvcxw37wjrd09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ngh7lrpbm1z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7858zkt8l0yd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c346b85fs5h2b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snbhfb0f1hv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cd416k9bykp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1789hw646be4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n89r78fzyz9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sk3zxw5n4ckh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw1h7zk4s1v02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3e6zch73k9x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2tm0r9kdm0p9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS48-49_22_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm1dfmygtttn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5327pb3pbs4n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwbyhy657xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvs1hcx3c2t2c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v13wdq5egc06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lyhdzg4e4nqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2clz3jsxh2nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb9n7jgjhqvz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dhwrfndg8h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneC_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egqj52gee0b13\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_TRAD_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz2rms46eb7t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbvdfh7pbvxjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/123xseeh2673\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18fxezf6e6d98\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzs10ytxr1136\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69nbvess8m5wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpg7hc23fzn85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39w7t0dqxmgt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m9qty4hq54wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6zecd7jpmew1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkveh6tdd5lgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v4xnxxkxjc1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pkxjz623eg06\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzytmsmd6v0p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg6fwy0543s6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI3B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/593gbw5c0ww2g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PurchaseSubscriptionAndRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4n1chqxdkfph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy75p54pk0jj7\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55dvhrledtwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mctdxz4hg2z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkp3gynq9l3x1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ytr61en11zc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisA_AcuteCondition_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76re6lyd7z6mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwv6vdx3l9rz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lpg3qqxjppbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfd4pg4mtde4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO9RI_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3hyk89gdexth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_SG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_POP_EL5M_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhjr92t85jnkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx824pv7mtre8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y23r1c8gsxr3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ekq6yk1kfqpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtf6vxgv91kr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zge1cb16cthqg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_GLOFUN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zdpk5qte3gvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8rm6wjrk0dd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbq7e4xzhk3w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetWithoutSubscription\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcvh6hnp0k1y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc65sg6qftnc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnertnbsts62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kg7vrd46j48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky5nz64vkyv5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3yxm0hqhjt16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jedzjy17e0vyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wjev23vjfmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp16zw5m5rt41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent_SubtropicalStorm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35To44Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bdwrwzp1cf9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jcxzybyqxlb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_PTRHC_1_TRAINED\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83r45p7nq24b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jm1fsggn5jk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70fet9w306n44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bt2hewgdczd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6k9lgbxqxch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0mcgt4kpwrqh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Manufacturing_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppgvv1h33tcz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6z1pt2gh7xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th4965488xw98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lv16m3kqbvjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nk09h7w0h9rc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AllOtherGeneralMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd9ldjbb0yjf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck8zsm12r6ys6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhz4qp2szys03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n4c46jtl4fj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc31wc1qfqylb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewmx9s6xjffx8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzb86j80r6l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn41548me3vrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0005r4jvqbjtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sw4p4z3h783\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dspnfm2qsfbz1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypwyhpk0yf7t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4jkxx52jr75\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59srwfgj4zqc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvndv54yz6x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wmxfqb4t7d6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cw1ghstfg451\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elr21hp41d4jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g002br1n20tk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25j0rnqkger9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vmydw36xynzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37lq9ds7bp5zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsr912001v6gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4h2knp3d9xlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6j3qt6096kf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9rrgy8gc6xdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nt4x61g13rv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wbwzznxgfxec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkjzyhm0689e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0phbj3ld2dlr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpzhtqketjfmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs6r0tnb0zqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chvpp0pgwtmv5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_LO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k15qnqjdgfmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/042pth5lyx2n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k73074gsnwn3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmn8wl251n44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snme84g0wmwhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesd66l9g0t52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_DB1519_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GTVP_23_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4b1ve7yekssh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl4qr1vtw6b04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmgqrvtdcqw9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lev029zj53nt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpy8hmgp1xqsb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88qec5xdh00ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd74zc68krh89\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SP_POP_5559_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgrf5sn3zfnmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTS0_XRS_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_34Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz04h92b7zzl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtrysjz3xhyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsgr4qwyqj95d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt1zxwf9qtne9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m08rg35h5x1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn4pd1k1zwfb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m94z6079xxd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kzdfnz3ytr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x74nbp9232wg9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7q74ngbb8zsc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b334btyx67kq4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qmelr881gcq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjmjhbk6t5ss6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8dkrfryckd53\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r7nhxrwr5483\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0v2vmxycd299\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcdfqcs7echff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz96jtlvebec1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8bzy0cecghk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkwtgsxkdzjzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-4-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35v5b3evpm15f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxejs66fskvv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqngxdn3dc06h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt4d9cgfy1tk1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_ALCOL.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/079wzqs67mjy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_OfficeSuppliesStationeryAndGiftStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpsq6pycvnb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_Urban_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdzsw0tdkjf48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn0tbe812ttz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db69tchd80nnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8d6em2q40lb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t657nxg3lht01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/640d45mqredr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w039ndqy7qv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7216ngp7e2e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk3blfpeechk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_VegetablesHarvestedForSale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlfejmrql6r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlcoholicLiverDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cx0ebg07lpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hpzlv54yypb\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbpfx5vxzjeg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjvrrgz987s7g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_ELECT.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_123\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbzcejj98h52b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfm3vsv18tkk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8qzylz6rkbj4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ebhmt5cwv3z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hedj84rgxb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d182v9j04mg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b17nppqw8bjm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06shb3cv23z99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/648gjhe9lxgm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtm8tywvt8xj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ynrrgnzvcj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epr21y36g8kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7187w78hjc0p6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zde3bzrvf2l0d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95rws7129nvmf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf71yt85v323c\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flykc1xxylw06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppyr5y1envg9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yntvdktwwnc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfbvl3qlc39v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snkj3xy7mm2p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9crbr36cpmvs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8z21y75p085f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04jpjz48gz3c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9vbnkxjwbzwg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x18ee2f61z724\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hyvd7wjdhn6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years25Onwards_EducationalAttainment_5ThAnd6ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fdltn0xvqkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pvkcd1klsrjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS61-62_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c56bkm9mz1p37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56j3zz40fj6l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yjcz2s006v74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6zddzkkr4h2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0zblmqlxwpg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn5gdp0rrn0f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd3ehgwr7lvm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfnjf3km4tj84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgtry5beq4t09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpnhllcvlmenb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RB0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qzcztzh9z3g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1v7x4me81hv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqy2dgwh8tmlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v064f4vrfx2n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7rpq8p1vlwyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20c0zx20nsym4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q08l37vqwjkgg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6n1kkkqyspt8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03glkytwbvrs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjdyv5p00qsc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q66x2f61z8pcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnrpq5qlxlj37\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11681d7ebjnzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3ztvd7rrtjfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnfslshy1z7wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20c5xfjvfv7q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6d0jy6ttstxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ChemicalManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4ljgjej81fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcgkdpthn2jj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpznqj61j4l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbjx4jvy4yvw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7fxb2qtqh2q2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11plf64p0l8n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmvdn0kgl4zf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpcdq95ytvhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j0kq57fz5hc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k720n8zzp59k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvz5ret0dky62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpcwgltnw8qbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrxs4tep0kmcg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhq6lpbzg6b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev4f320px4gw1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b22w7xj108fpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5304_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl215ndptyweh\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swl97evdekvyh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_A01_A0210_A0322\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_OilRefineries_Refinery_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4nenqmtkhmgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjm8ly0y32nnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Emphysema_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ysn8nrjn4eqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8bwxfngbc3h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7negrmmb09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e261gldkp2k92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dt0l8ps8dvt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hp0f276lt7mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93qktq35d0y08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3qm6l5pwmpy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpet6w3pbves1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r43d7rbgkvef3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jjkejmlmwch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6q32r62mpgk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxfz5p1pyw7l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvfvcgbyeq8q2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xlgs1gxmc7x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fk788r5sx649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother40To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4t13sjecyp84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckx64shp31vg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed57j4w6n359\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1xmesr3qthk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_FreezingRainOrDrizzle\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bevle97x4m9s8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lpzph04hysl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalMarineBunkers_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4x8g0f21sybc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_FrontToSideOppositeDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/534zgtq5s2r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwmyrlvtbs919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgz9jtlnpznhc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R04_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rf6ey3qj2jl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lfj6xlt6eqzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq5bxxy73yjt4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/444bqe4glz2yh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T64__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1svhel2v4jeb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l871w5ebtdw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2m6ws0e93ny5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvstbv3s7ns9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgz196pxpvl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj7mndklfqe3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79sn9hcfec3cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csk0e4q0g0e46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nesnbmrncfjrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhhrfv0gcecd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8lwyeszg1v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_NBSAP\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g18mhhlzm42t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp75vf2pfwnmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w6m2g5myh6m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fp7m3exxxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rwpnp8sm38z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grd6x91prxc1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h910r0mqfdrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmyk944p0g5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p9e6ke3xx0cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351p94349wfff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwqkwd1rwbetd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4301md7bhnhz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCFENoStateUnemploymentInsurance_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64y2qd8kdcj21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w9h9whtytkf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55cvxg6hq2y4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rwmbj7znfljc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3206qsbq4r912\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vscgvx5phx2bd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh2ztjrh5wlnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hks2g2vje5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5h35wj50p594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5621w18d6bjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tss7stk1fg1vh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_made_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dnj98cwm7l85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5l3kp2yzszjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q4qntwy1ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1w8tzmqxh282\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sjkmdtwvsj88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8wfgmfx4rwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93yyy4lc98fe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd7ltfybw2s9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttyf5vfxt86k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk9hl30xk6s9f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/I00-I99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66ky8qqqf0e8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yg1wjd4wj4qb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_NMRT.AGE--M0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30s4s8x946jbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6rhsmpy93sz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxvxpbtrp4l04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stmt31bnb375d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ckg3dbmlbvd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wvpsjxlyzhkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b01v0wlrr81mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvbqtf70r7bv4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skqvdz8v9mgdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w24tcdqzt8l25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd5wvchm0e081\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9g4x0nd92x16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnRoadway\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es95k2ppmxqy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj0v3n4w6egm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5306_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tztylbns0wr77\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/368t9mv56wxq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j17zfg2m5wv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjvmkvm5f02g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs6lnevm2tt8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sbt1kzrwfy16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq633lyvb1ysc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psvbdfxm4wgcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sztk3n4wc8qj3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_H2O_OPAMBQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GC_TAX_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqvs1necvvvs6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksj79k9x6y1n4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ntmm7zvh8qg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k369psen2tk4c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5nngc4c1lye5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqrzj5049lwb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6bzk80q07zh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjs67cnldsee8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38fs2z39myrt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yj7gncr4ee7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mxdeshbkx0c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xn8enyhkqfqg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC11\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vet74nzyv326h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8y4fdr97c025\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEPM.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dgxgxv84ewg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnkdwjezvg6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkc00bczg0cp\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3g88692d2bg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/739fdcq8v4fzh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_BDVDL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyrmx6x4jkef\":{\"byEntity\":{\"country/USA\":{}}},\"IncrementalCount_MedicalConditionIncident_COVID_19_ConfirmedCase\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x0c38kpcyfp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njnw4gcjryg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzv6kw39p8fb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npwr37bc62kec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64shmwldmfk8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1hdf1kq32ty9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8xprjbeb0138\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc49d9q4yjbx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2s88bcczjqed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qdkwlhhne9td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy2mfc3wmt9r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd0td6p7wbgvc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0e2rexcy81lg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2m3hrrhly1th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lntsprmkx6j47\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAPP_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whzbhkzj65hs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nysg61xdh486b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqy01dqvgm6nf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1140g52eye4zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b656hyrpwn0b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emlh023jqedj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neplgbvs5mmhb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mytdmphgn9v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t3k8s9ggfw5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpxh5s16w6dm9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7274m3pg23ebd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de5fyy1z8z11h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p37nyfxzw5vwc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epddw0w4t4k53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k12hsm3sk3k56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r021z4sgtq8bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hp747xz9j3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q5pycrjw78tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gr6y83p0hvj\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/225k0315flp55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/608705wmxmzsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq9p5sp643jxb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bjbbf0hhfy83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0jgrqmbpr582\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1zw2ln0wxn0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s01k2metg9g57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z58b8n3gxby3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngmnpzzvr6y75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcrwwe4btrfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PHMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleMotherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxy9snls3qtf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fccw7b6qsnwh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecdvnmywx8w0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79ctlz6jwrxe\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc3nkv1vwet48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5nf3chwt70h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0je0cqs376jt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvlg0lq6drz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krd87xh79yhe5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbb255nwpkgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/316cq9bhz6c54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlg0m9v7bxzcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbblkj3hfbfe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpcx3y2bkbn7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ncy4qm4ftj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ky0kpeeqwdl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k45w9nycsfvpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2qc9mdqex1fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gd5sgb1c1qnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qerkztv7csbtf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8klrgtjc0f332\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cffdlewjgs9z3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4mqsktb1zyt5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxg4czc6nsdp8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp3ntmzr46pt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2pbemt6p54l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kffxgfg0dby76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqfw482tjvhy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/338vs3w92ljj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxhynhlp6c2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj17nh0llvyv3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02q5y2703prn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkvx8eh8mm581\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_AG_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6lc9qf7dqsw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPO6_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F800_M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sezw6r28rw2zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENFDK.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fthxbq0gz86y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwlvgr0hhk5lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyb127nlzydf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlydp3l6kmp5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25nzsp4k57mv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wrdj5yy5kyhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvxghp3p89bbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsf17fsxlw2c1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dbd8b1l6bc6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lewd36e2l28mf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px0dew7cysvzh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9bz528ghdeg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n9wyh5hswef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yev24ybz693t\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4kxvkx020gfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jnfevz8wl5y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pw45zhtlhxt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_10To14Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/463cct9ldh2eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lnpnqnl5fxrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1q8q313ntbwd\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qxdt23qkm2hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177sqvtf4zl4g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/pvc4rw3lgd10f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swyx5k4hr6q34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1360_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5klx4ql3ljy1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvzr0r19bk5n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trqr1c92yv4tg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p5es12pr9bt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j9tx7cvg2htf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm0tyj8dv822d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYP_LC.AGE--Y0T45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCServiceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ygtd5ewk3nnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/725x6l4dgqk48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy24djzgmddw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4bl8x27p1ycf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUOUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzyvkcc1n1tf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q374cvcfekq17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nbs0bvrbeqk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldfbxb2zrkved\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_RussianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfv49ve7ej312\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55plxwfdspby7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ytjhvlk8pjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zvh02w2byl5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6vmtmlxkgvp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hly751y4p16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6stz2df5txh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr00t6wpc8v5c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"InterestRate_TreasurySecurity_3Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46nrrcq88ec0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1wt5f4cv2br3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrr24qqknb4mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttkg3jrd1zv23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qghklkgd9e98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5khjq1dnzvd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geqz849dthgz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lycj2c448lpk2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmhxmwfl4ld2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7pnky2bpt47g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7z49cvbsp63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ycgfjxx8rgjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin38_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vqkv0wsb4lb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v152jjjtwqs6c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l94vlf7fw19g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpcz4ehjd5ry3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpee94yz52r64\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch3cnm37xhf01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1dp4eq3s88n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jt8fglx1l59\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bqpm9xsz6383\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d56y8jyn83w21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2tn45hny6jj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm1259nsekw31\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6fr61hvvn3q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmm7kd2lyst12\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2vkd0w0c8r88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l46sefsgps29d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wdrjl1b3wysf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nemsfr41gs9xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3cxbwdqek7gf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ynzbjrk37493\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcyfnmp16221h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedMiddleSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m69dn051tdp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbz2t8w8n0z49\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bdzqlxf7z2ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x1gl14vdwhb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3thzxbygf6k7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Consumption_Alcohol_15OrMoreYears_AsFractionOf_Count_Person_15OrMoreYears\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s03l6512g62pc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgyhn3s7hwc4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother13Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5y7s5s3lv7yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njmqdj4wqz7tg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sw5v1gmhmqv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmncplhr93mxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31xnpf34neks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh2ztkqw7x221\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktw5jbe7hrxb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRSTHOLM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4djc4w4fffn24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xy0vpbpnql3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q03w52wpehjk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40cgstrhs0mn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70w5gp992n0q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rncsc9vsmvzbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze71wc3evkrc3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_SWAC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/547l436191xkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6xthdbdy18m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq9cmx0ce41l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr4046f808v03\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wvp4v04rjp1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gnheypn5pnth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxe91g9rkbt67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxkq2hgey688\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gwt0hcrjlz7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gc9p5fy2qkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd74b17hg1w9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdc1bw2pxc46g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jp3dfp9w801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5eccxpdr098\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmyxj7y978h7b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csxfxh2n8xk54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqgmy9tr38me1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msmlr6q2ej7ec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xgf1356ndb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cmqs8xjpb0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67mtz1wb9xjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygdrx7h3lxhc3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30cj950zjmhx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r0p94kvc74sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvhrqpsbcx4l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev14jsnvqrwjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcyn6mfqedwy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1z4k8ncykk52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjj3rf2hbvttc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Kerosene\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl86xshff70h8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerAndElectronicProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmsjj5t7jjwn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svrdqlssmc8q3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6dnd21ddty5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylh8dx7djp81h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emhr2cd9h9hf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsmbvbs8nhmg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherOilProducts_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pme5xjfe2mnb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc35mqltn7ztb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcjd4nz7pmm6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc13lwdzv1em\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"dc/temqthh8h3zn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gzckb21hyrq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kj52dd5jb2hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ez8757beeb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc36drhe19z09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsegd1g8gqj9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/130bjpm1pjd1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9v5sjh6w5n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n55qr1d8e72c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2p776md54lr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mev35tfrxj09g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc9wx1xclzq8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkr8cdtb0evl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4jzf3jkjcer1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyn2g7scrgls5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj0q1zj5d8df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyke42glclwf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g24t4051h2n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rp1kwympr1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq42613lymkz\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wjym9t8mvd61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jxqk3ervcsp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmd2392de4mk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkshc441ppkbd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75fr9cl3p24m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nnfgc9sfgpt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt2qn2j9f5xp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HodgkinsDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly40synmst0tc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/r444r7ffetepd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yynycn1yzt5w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4m66rylk7vn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwtqbb8g8mp9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d64t49tnwdnfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6s83rz0892rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7frtf9lhwv39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpmfwfk3znzmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3kvt2fyqeywh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v9mnc6km5zk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13n2kwk0t8fc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx5zc0v6qefed\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftxnq0sdfwkm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp3gyeqz0qth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gee3pmrf55nh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkjrgtpdf2s13\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erpns5bbjzcd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17zt2gxxh3mzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvxslfel8d5s4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IM\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y550x6k0ec4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9x5zfw1gd2gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2fbq1lxpzn45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgs3zvy3gwyrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9tdk2szbb6b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx3kp1vdvdmc5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5q8bb1qglef8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txwhmsbwt6p93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l0qdq408cdf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yzv2v0knn89\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fj6k549dxkv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86pzh42c9fhg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvq2tk0x6pv41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgx5y7rhbggd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25kvlcm6vvhzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yvlgfykql05h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5288hlfpl3w97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgbgkn0vbrzw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWPR_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69wcwd8ll2hq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knhvyxwsd3y6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7t43zwsp9mv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbflb9qvctcjc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t01czdfxmn046\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p3nntbgk0ke6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cgqzknltjsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e88znm28l50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npzw2fxsdrfy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbt0k2491y22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yp0gmxkt4jvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk3kmgdpf1vg5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbscb3phc9dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2dngnejb0rz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR33_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7rmc9srxjpjd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_LigniteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ednzvyee1ll6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9r31bkf2s251\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9vp1wwb49dp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzmcdbe076l8h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4v77w4qtn94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxrh3f6d7ye9d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcemr745cp3jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k8chdzkbhkh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sr383lez99c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drqfggnpg1q88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/151zmzgjdmt85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x044q5xklv2l9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vys8cpj0z6rqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9c8bdxkrxdc2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_1T6_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/A00-B99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54p48w86cpc3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nft1srgpl5345\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr7vb5gkcly87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt2nh6mwflty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl5glf423t0y6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/b3bp9ks86x2eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz5753tmek6hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwz9pzp8dm26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382s6w0gp5945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88c9d0z8yszr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwr9659gdmy6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knntj8j5nfv\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qts6864cl3qc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rky7gs6t4bxec\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_80OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvg4sdxvy10y2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6c08hlrglhlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw0pp6nlrg031\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ck33wtj0gc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1zmfw2lpbp38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4he9ymxs0sb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc9wfeq68vlvf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kz6b9kvps8c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg9gtj0p5z8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9sfdmrzy7pvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_BureauOfIndianAffairsTrafficway\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m83r9lp9qy0qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96bp6n79mzs45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwcx433h53s09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmh8gdbhp0qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsmmww3lsv726\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2rj13g21edd9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qxbmp2pw866h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxzlvsgcemej\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xrn521dh03g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8q7y061gnnc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmw6bbqcwfb9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdnq9e83zn8hh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/213w21e7yzzwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebh5209mmp2pg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgsqt7fsvy2r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4d6k54xzbyzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6ckdft350lyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxf2r52cpl351\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkhedx3fevlw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp336bzsss97d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvqkwnk4254zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3bbk1e0qnbhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6mw7pdq78f4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvyp2826qc6b7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fef54z96tldc2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDDBML\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj730k0zeqlm6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mrgwfmm9b2bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz4jzk97wg4w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7bjp42l3dr71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhwn7pymkrk36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znk5q89j5ys38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_USResident_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3z5s2qz8ex99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6z9fbzqlh6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plb9n6gxy2g91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bd9hfryyfx5h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bghkrby2wczc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8hkd0me2eln9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_1_E0\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kmfsfvpm7ed5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjlfdjgscy52c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fscfelh75nwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wc98c1efety3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rc0b3920c6r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e186s32k8c7bg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2d16hmw3e7g6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f22jr2gjqb63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RA_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ms82flxke7b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwvyps1fr4p3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdr38r1ngcmr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te16d4hz7zgdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwlj1pgw3etc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdmzg21wr28w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jscwkmhdwsnm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tzg3n082x869\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gel0bh40ggy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e26d5mc579g39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1mrw068w5e66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t4hxh02w26e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz935hepm1zd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc78xxwm49krb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clp5h4dtr4wyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqhvj64csbgc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49cdqb0sbvjx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr5bb718llyqf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7st0l0yyzcged\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm69g13c25zq5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y613mxr7nps24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym9dszpppr1j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS71-72_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtepp5bmek37f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9m1wmrrfg4e6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dfpn8krjrlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17l7626d8nd3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ehh82byfhprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn7wmtrbvpvn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6x93jpkvsef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf325397zyfm3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h476t57vqrmv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-TJ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpkjrc19wfr82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4q5l4eg5c8w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6wbwvbkrz23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f88ewjfmvy157\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qmw1441jxjtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxccmz038w6rf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tx01c1xp55nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wexy2tn0yc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeevdrd9zxy28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sglk5wddg1pl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xddcehys2ysd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK_LOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw0rxky82kh99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwekz6ggznzyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_AsAFractionOf_Count_Person_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Embezzlement_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbpr4t6pkwre3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ehs2r403zf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vfw9c7r0ne7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6wl6zylx2z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvwwbwwdts9l5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6d9bzygpe654\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jp4r9ep3mzt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0vbctlw1e064\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_1.85OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qdd0w90z8fk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4f4j36tvp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s32tnbyrf9ej1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsz8rngcf8gyc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IHR_PSRC_FE_P5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1zbsbe1f41cb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft74bz3tt25x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt6stdh7sq4p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnghyblw7msgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlzheimersDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eq8g6znqv7y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv0d4m6hb43g6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1vr6wekpwf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk45mzhz3g4sc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bescwebhprpl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m6pmyz90hyk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1erzwcxtq731\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Area_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z08czh9wrtz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/851k0481py3r4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GDPDI.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pse5lw6pkkbxf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kf4mx6y8rvdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ytj9md2kkn75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx0gsb8eqcd08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MTPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m966z28y01vlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9fn88b153tjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gl5fcbh9s3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evyevcft31bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egtq33mmnr93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lclzp3j5kgbzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6v3mkvk29zf8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_TT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crdy4wrzkgfz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw5lc76zdz3l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz95l155rx0yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9hhhvx1j6j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f46ej2wkbbgd6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--SO\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94bvkmx2wj0n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfhfm0wnbc282\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l218651qsmpd9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15fmtfvnrf655\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8exrg4ztljf41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj9ndvkx1dwwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqgpq6zq7ktdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq52dlx69xhx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9czmdq579f69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dddc5k6m8wmc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk585f8q16t29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx6x6ggj05zcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eksy4l7lqntd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqv0r350dk4sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z09ejnxqplyb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvkpejen7swjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bz5npbf8jx6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zkez4q39l1m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg4h58q6xjcy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqb8fkl40vc48\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yv9yt89fhpv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev6eck2g0bxx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6nljr2b8j6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbwsq48m5gecb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywl4dhtzgynmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wyy5tf5megg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29rtjmvhrhdc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v2t542gs1sh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0zttw305kp63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg540nq727ny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm2yqvcvz2x4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82j4tzd70xk7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3g3n9rlq9cs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5k0y9pt698m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbvn4xgxqt7d4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mnmxwqgskx87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cd833jgl3mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n8p4vtx8sk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxsjjt1n98sw\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xrms1sl6pzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0xrx6mtpne\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y4jmgcbee532\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdywx7yjd1bnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1916k1wp82s61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pflmxw3ll6p79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjyhtbdw4hbd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d61k17hhzreg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbxy5333xmshc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Alfentanil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54p9mj8s2l8w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfl5k8tdldwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf52kjlesw9jc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Pentobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744grk0mkflf2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65km3mbcnn51b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlm3kncsvfzhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeqktfvr9ybl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2017_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51jnctd811lrf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hcr9sdttgbj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8703xyb8gg6y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98yschj714tgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq072rrfn351h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjn6e6w3nw6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl804zqre4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptls5dd78h8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2qt2bktw857g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4h7bm2eyjmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fns7lh3ck072c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6wr7wyqqm391\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv5jj5qnywlmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1pp0zn6mlsx\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthMexico_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpe7vht92sg11\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_30Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15yw81csz0nr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lplgl16r5xr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny6b648ejn939\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithPhysicalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnex6pbtzks6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805xdp1kflz44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2drsl4n9qe0l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqtl4ermwyrj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4kqmkrxvzmj7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f3xmcf42ttt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8226dly2ck2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11x4tr21ypfmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y154z5k452gcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ddx7ctn5tws2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r8mh628vmknd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5plfjvskt6cdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Influenza_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g85qf2ww02wt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxkw1pyhgbz92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrd0q8vxj9k17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpj43bpkgt8b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m5gw68dqvkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klv1g8ylpwh98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gkydxbkbds42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7nzq4jscne78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4lk959j0bgq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzxqpq48zqsh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v72mm108ft6zb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_TransportationWarehousing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtejhdsh8hly3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51gewmcrpb0k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzqjvc7fyfc46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfz8ney53bg4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47mqrsrzj4cpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NoSpecialJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gklk064p9rrp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflqyj0fwt9j4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h3lmx3rh8tcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkq7q8rp7c366\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pcqdrtr8knp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7xqdm2s9r7d7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8rmtcbqj97f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylf5g4r4e2nm4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hnzy512xdph1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlszkjfg1mj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svb6wgcnl9vb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkgenqwc2pvz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2017OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k2t65tf0j9rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb8gejbnfktl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5608_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_DieselOil_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5e3vgktcsfw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t045rxnc6hb04\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e5l93d9xy14d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sddxb5nvdxq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j70r2hpwhjvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hmmpeee98kd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc7qm3187z8y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddkyr4jzdf9sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plkd7jm28ghx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fyw3kvktczph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyqbwhg6swny5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcfkl6klq5cd7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonresidentialBuildingConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhqterk3dr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf49z7m2rt451\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_HPV\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jte57hsk75l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv0c73f549354\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e59j9henqjqjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fetjdsdwqp2x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgljrpmq1jvkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4378zx83n5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzgf1yt2cw508\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PrimeRate_FinancialInstrument_1Year_BankLoan\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mwjlwl6nnms9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqw1p5zkb7gth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe5e4dwl0rdyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq7hpqgknvkxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jbqlht2geqc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19l0b9pb1vge5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mhw4qbpc77d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_1To4Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1989OrEarlierDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s22kzdlz8bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e871lh873z2p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcxsntvy7mp48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e447867yc0xld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3k31bwkjcz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vxphrk7zxlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bklxd0698tn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0yjn8heys192\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_AsAFractionOf_Count_Person_15To64Years_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9m4fn53gybq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnwyvr4yt3y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7lpv4hqg3jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxy3s1lykk9z8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x3qxfsv6z299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3nrtwqrl3yz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6cn7jhz4ycr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y6z7n7pd9df6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwzez9nb50jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/833ec89hxd9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4h7g8xd10s72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prw8sk33jwf93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ke4njfh5ypm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk8nxs2rndnf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4t6fn26w7h4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ms4j7y88fm61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spp4yybb89g1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft336tewrl5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m49e7e0bhzb3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wbfneec4x0x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PurchaseOfPetsPetSuppliesAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mg6xxnlqx2vf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_CapacityOutage_Nuclear_ForEnergyGeneration\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw5631q4rhp99\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz7qkqyf7egc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_NE_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqpb8z6b2ffm5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq52d28ds5f2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmdr1q5gjlswf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym0g9cm6pzyvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCL1M.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q62xdleqjcp6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tyhcedrfcd0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejyh53fnndzf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1m0j38nc43h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn94bc52q65fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbwy1k4rgshwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjnz1w48szt9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2018To2020_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw2j2p4edbkt1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_Emphysema_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm7ff2b12gx91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49qthmkfl4vhb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nnnq1xjpw016\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkbbmhsd74ep4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w8vw8g6h0czf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbh4m763cjtxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45To54Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq27byjky96v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj23hlgsp4863\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ch486hr45pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt4p89thxvez7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_KNOW_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzl0y4e7nt3t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w72esn2wfgnb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNCR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vd60s1zc6lh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0fnb3nlqh5d4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/018m6nhexkewh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c6rq6wgz3yb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrfn8625qe47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt348w76egd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_GDPLS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_STNT.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/v043b22shmm42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdwre9dykqbr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6s9s8n33z6kd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5qrp5tw4ndrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8r0kbwrcfh6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmqyjlxbjjetd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b5pv8td4d20f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm5t9dsmkplj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jv4n7p15cld4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82gmwgete8eg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2mv0n0k3lkg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svlg479qz5jj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dh6jrsd0mnt7\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec5c3egw5e633\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_MastersDegreeOrHigher_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cz243z2ehn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76lxbpyp07n45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lebzy69zmqq0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnvwzqebm1n25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6cjl4y3tv3k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc41xgvqdxw7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcdvpbcvzqnd4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/effn1jl2vll61\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es4zhdrclgmrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2h0v39t1qg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15djj4t0esm1h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb6zgt3j8r694\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le6nxed92k8g1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jykbttyj610f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hdm77bx6s6n2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc0e7hsehnhfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7d2z6fl5w2ff\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wl7h5p0xs5q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/279s7jer6syn8\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd33j62nrpjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh1n32q1bnvx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9qr0h923q1p4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6569_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_78Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0fglylw9crxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz7sxhssrqbjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6n1jp5x88z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbe1hpbrdmzz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/937hzmy5s16zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhbxd66ck96q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg36wxp94sk5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9qxz2fervjf\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_DMethamphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhd85mhq71f87\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9jrbqs388y74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykgy0z7qw5rkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd51ep6vb7ny5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmd2lvnsys5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk2b9wrtgww1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkfm0s0x4nv5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf663n33ejqnh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_34Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev9qe5x9c0g4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1qb18byn9gnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wx1w976c4ex4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TRF_NCTR_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ncm095n0m0x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpzm3y2rxt7y9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG600070\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Influenza_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erw8df56qf493\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx9wvd0pvlf6b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_SRF_TOTL_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5bknw3srzffh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7j6zjsg0d71\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5etfpem5hv68\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4nvbz9tsfhr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgtdn0l7xp37g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BR\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6ns7nj22rwdf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bscr8h6wrxts7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb6sf213kelfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf5mxxfxdzq64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpy25mmf6yzvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7t7gw5644w58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAEP_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jc19ckv3jebc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sq449vvr6252\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd5v6llf9jmx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_GoreRoad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fcyc5enqzcm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtqk248623blc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nf7vnrsr3b12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2j27sv0nbec8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzw6mt6s4cdf4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy7kdv5wgf80b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7x9wjxgyz9rh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65gb2wtgjvqt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlvc2w50bym4h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7chbgx845wf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74pnjm0mtmr1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f9t0y0tf0p17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t1kd2v23vkkg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dvz9yv8yrf24\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xkt16pq28cy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efzcdvhsqsek9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mqd5lwzygm89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8q4byqh9xlf8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_DO_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5frvbez5mz6d\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yk2xcnck5p2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjwltzcc33lb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestryAndLandUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snt5jvxdhdc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km72zrfk57852\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_GasolineJetFuel_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v0ysqbbt97q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jrdgy7hhv448\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40fsmrsljg3d3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f6krqed3xf6ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7pypqht58np6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PHVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mt3xmxyegze6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krpjlpr48bn99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svmsfltbgzgr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/261kgxdedspmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyfs58g3hrgr5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4e64h90d82nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6z2j5hph1k65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqy9lxrx7bht1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsbrtj5wesb86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqeft7zyqv47h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el0qlq9q9peyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r180b3jhgxrrh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04smv47bm69gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cydewy7fb6ec4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m54m06x6r5xm9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f749kstwwsb4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2rkwh65gqs95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc0lek4b77qc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtvlnwrgbt292\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj8h6xb6jdvf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy30mlqf4m26h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5f9stf6ne3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgg51w3r2jq6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpd1svlg9s238\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtrs1fpt1xeqf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3hwx35b8hnr8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wgd7p2jqjz8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w2j3g7s049c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ykhgfybesq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz72b84kkqpw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zt2jslhbwm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk7rz7efxt6j6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbjme0z96kgc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp07s1ver3t95\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWPR_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cgdyb8hm5tpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eggh1dmgsb6d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h5c2xbpd0edb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47vqhbkr6xt55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1wm16ymvjll9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emr52qcs2v9t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc3wzxrpf3cwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVCHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1yrr5bx9m0x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpreg678kpc3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcknjtp39tctf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf09nw2k7bd2h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh394p4g66pk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2kd8sfesb1rf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSOtherServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fjgbp6e39744\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bklcsr04wfkqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9953qh42p4le1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhm7pcm4rn9j8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz4h8nyzt245d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2zgh957h3tp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y6s3fcdtswfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qjw7zwmhp31d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp4g9gv0w6v9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70bqbt67fsff4\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z06hre6kstrk\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1m11eyrf6551\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fevgl58mfsp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgj9y74hkr1ed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_NAGOYA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qrmddkyyk3q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxv7fyzcbeclc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6c91x1mz9e3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7qxskqx5jr35\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MOTH_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkpz0q9m7djy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yflx033pw3nr4\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9grykj2lpyz7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r70wkpz04zsw8\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezdygffh1kqj4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkwsfy9km7k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z53rq3dytknpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7bfnbv5k3v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Amobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yhllql20rq2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vcb6tfjxt8n\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkhfw4xszd7y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmmztm9hjjwn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtplhwz1stc55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjzv0cenb17e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/D50-D89_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btej51p1lq24h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl0y4jvbknbl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr03ez128ntnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncdh3m5474rq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/type7503hhl9d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct9x2h99r6msb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c6pcneh8nmq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrdgcxkxdx4hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ew8n4mx4vd4g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cqz0qzflv2k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knc7wm7f4rtcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08g67p46z7117\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5ledn7p50k6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbptf8f8kwygd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mqyvxrj31zz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w02p4c38rmn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyc6g2j9er6w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk2sv3285xbn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jr40tt2msc3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/save_any_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwbzh5ng8hh37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3jeqzypg3z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceck1rdh9k3c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88gpy7w2y313\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whtr1wm6qqt5h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yryppp2sjt64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlyvq6nhrh54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mc821ctszm13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyf9m66mvwms2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy7kxe43wvbyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4rvz0nkckcd2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve6732hdc22y\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkpnfk1p36dzh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyjydjdxldvz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5rxrkc2jjbd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk674w0d56cp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvdjen51lz43f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhn3cm4dptnl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_PDYN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn8chtnwn4w6c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmf88xp3kn259\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb4v221hp9m48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdf6chlleb8d8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y6v9k5vdgbc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq4sdczw1typb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvpc4n9y9vx5d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d81hv3bm0qc41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwzqvyxvsmj6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wsl04r52bbeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f6hsw646m1cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgzktgvrxqet5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmstnj70kdyz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female_Overweight_AsFractionOf_Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9y7br6x0bwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxze7nq501th9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqrsymx696qx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kjckfxw2q8r8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_CBECSAllMajorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6g4bgmt4xff1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2my3s4l615f19\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7dsl5s580srg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y45ms4qrdp9t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w736ctdd7cys3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw7s7wktbqx2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0yn22m8r3639\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9s37py1wdkff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86qdhyngj4b14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9k0sr2jqlgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6h2bmqbyy0zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekgwx29gnw4h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvz1gf3njmdc6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdejfhzrrb24f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy95zxp0sp447\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DPEM_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fc4p6g687zec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlz480vn9pd17\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz4ny0erlzqnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbyvjv2mjc2f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzc0p7r9mspwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xpdxrcpwrlk2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xny0lnemszg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9myh8esedcy11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr1e4efh4s22d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t72bz97jc6ysh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4f6y2b2pgt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxj2q5e008hx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk1y7mxtttvk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhkb23mp51lsb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2ld42lm8xlyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9lp7chrbbgjf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_AMRT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p6yjw46c1cbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcz5sspgegfn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbmgr61z1dv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9ectlcmd2ghh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kxmx14e2mbrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw1ck67zprqv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf0zjxz8crw9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byj6sw7md5v04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CouriersAndMessengers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bxhp97nswt6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm58lxfk7w9s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ynpjxjelwpm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs8gyvhyz3x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elhmvh6xncwf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w00tts9wjgme8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3z6z9w930dl7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b902xj556mwwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf0nfrer57mld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nfhgltestfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74e4k8sw53y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv9s6xsz1l3eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfectionsOfKidney_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfsrm53dzzvb4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin30_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0drj0vx374yc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezn3wmbhqx6f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnr7ek6nphwhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90q99tt45n3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njgzb8knf11n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj5qx4be2z9d3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_CREL_MT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_UnknownPlaceOfResidence_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS48-49_22_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xeeesmp2ccx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftm8hrsnxgwvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8z3g9ld2bt06\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pk2d1lqt0mn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1dtf4975bjf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpdx982swq65h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecyk9ln632e9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Normorphine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7r85192xm57f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr6xx116tg4pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktw3dk2hrg01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xby5cfdmm933c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DSR_SILN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbqpf0gkedq7g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8np8d0055yqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rmbzjq05ymb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e4lxlqj5h6e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qer9kfp0bkckg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gy0jdncrb4th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44t3x35ec1sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4ctxpcbkj74\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpw36tq2k7yp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhf7w3km5c046\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g415n9ckmt70b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5e0n57f2g766\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94yechkgywe2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8d616qd5gfg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_PostDoctoralAppointeeOccupation_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DXL0_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g475g20xgy002\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6t2cd244ljc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v74e6ekgwtq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwytb7kx2nmf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsntkdvw75hr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4vz3nmf8e2xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0k06x59rdwx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmg1pn1ee421\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSWholesaleTrade_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ky76n9zyk4mb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0br0j6c4nrkb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WireFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dv2n3z4ke3sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p54h4dprlz49f\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_ICTR_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2smzj6tfde2l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hfzylt42jd73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ryl95d37jv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g6sfschj8qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlgslfd7enml5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yly7r46gwjxf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29rsfn1jrb2z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgk7n40ry32vh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvv7xmqmvnr4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5yb07y6zf1x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Cocaine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn8zerjl5bzbf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzp78bmks5fn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2gk50gstpw4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HungarianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6p9bkr7snjtd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R06_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgcqnhftdr628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz9r60zp6s32b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxkmv9why5ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1b6k5nqxde7h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf3k9k2nmm5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp9ybpqyg8g23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsch4v74nq1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xvlbpmnr3cv6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3sqz6q61cn67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_8BDPC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/902wnr1hb0q94\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l80w4y9bbqw96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9etk8rd9pzndf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb7gkbbkxqg99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq73v0xn6z62h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1hpw1fxv6j96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fs96dxyfjgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ReportedAsUnknown\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99hfw70w2lzpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs8kt3r34hhr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6d45bk8seh9h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qdvp8x0t3l11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w663q730k6yvb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhp8cthspc65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33pdqt2dxx021\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8p59t3bj2ds5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge1trhbrpxqqb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8kfkkc6wzne3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/hyv7b4p9t9v5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrmxtlvvf1mk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbwb2ttgstlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lc54l4vcls19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0ppp3bgv894c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx7edmkkrxvl9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5smgqfexfjb37\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv21g01r68wv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l64b679pgm479\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wswn0qkzpwl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69gftcc6d1vq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5h7bftbyy6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxz01bhkhz6yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ptggpr3snj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0qfnvlvrwy23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39vxkzg3kge38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r28vmqw5jmr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgvg0h94x2pjb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/m2kc2p9zbmywg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bln77hdw7167\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqv6rsjhbsyy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxbnsj0tfjhgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6pd2xc1rgqtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n4gg2tcttwgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdvk97cg494f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8w3yz0lyptjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcw6rsne1fx75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twlffl9b5vgn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yczx5vnc5l36c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/d569nqwhj2nz4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3s3jsnsrcgr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm39n2bqsh8q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62edjprc9ckd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nst1171b6rdxf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_Fuelwood\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6r5wpqfny84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjj7sbmq4xs5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rvlk5e82xzh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7p4y50h1zs63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9132_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgslv6bshmy73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrjg2rmfzempf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsln6vyt4ked8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbcpf07k7853\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx3rlp55ms507\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6z5tqcb5y3s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6pbzkwmg57z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88mfgb09mflcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbp7njm9qheb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60m27wtjsnmc1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NoDisability_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgc0tszpre926\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w40wpew012nlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b4ttt69zdrbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_LaotianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfrjvcr3m5w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lqc02c45mltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rn002de2n5n7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgjrztynz2mq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3045_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s08kdqcxydkz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnkn940jly3m8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14b4012r216sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d03y1tq0hp0n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8pq2z7m0qjgg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GP\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmjw9env9e5bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3s0ywmg7rq19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg9lm01d05h8h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtvy6js1er6zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trmd1nqzbhnc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89zflbnmec6y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js12t1bwj5f1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_EGY_PRIM_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tnk1shl3ssfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_PepticUlcer_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqydr4m0d9w58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dntfssl72r5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_V\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_RCYV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe6cn23vr8ftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrzd5lseb238g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yczwl8bb6d431\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39efglmsvrvfc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s1rx4x7bz2xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he515s53tbg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v04wlyj5v1ep8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31fjw713chfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy6lxwnwm2944\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kxsmblypx9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25k5s1d2nbeh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sek9tys5hh5cb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/053y2jp38j3q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwlmhwb96byb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyzrf3my0bf28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk28x2g5pg67f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffbj9vr2x1et3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf75000OrMoreUSDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04lce1j2dexkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7jmc0n712j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q13zprkc7dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcp5hkg31j677\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e72neh71mhek1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3pjnyk6egjy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTCD_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw963xktppx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpng19nk1bwz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hr7bzdvq3z88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx701jmkvn2y2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gcmzwzj03t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rgjxcsnd0twb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pglp54b5s9bpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl0w1k1eleprg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pfsv13yh6nmh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ken0hpcs9ez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtcbb96fn2tp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pexbt4yem4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pjczj180yv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcxkj1py2r8hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss4lx25lg37l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk2y6jnz72nn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4gfkshl503f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42mpwcmygp9zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnk8b6xg9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwrtcfst0jlw4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x7680ge4jxv2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_INCINRT_EGY\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_DEFECT.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq9lqbm0e60sd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HRTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y35T44__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4eghjzhwet33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z878958159g38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bh4jbrjbecr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfbgtx7dl3bmh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pkve0k1mdlw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnq3q36veyg78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44ge3xzj74v09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptw2nqwnzr517\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evejnplxg9zl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbhx36gw33t3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1ABB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz49wc5n3lhpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NotOnNationalHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22nsv2qhx3xp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3w9pztnfy232\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7t0bngw4q6z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mxq9n9k5mt9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_ICTG_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpft9r5j551y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mym5mcbrk31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pjzhlbkzcw9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge45To54Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6rn5sm9y71d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm215r9r21cgb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rdlp03s0qrbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wnknwqtvqjh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8hfqrvtk8v77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8c1kq8rsfhm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqzjzwexv6zz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn7wslslxm7v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypm5xnwqhp3tc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9dtjxmg28f24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51zqmm9wb53g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_USE_ii99.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y36m0x04t20b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6f5g63005dkc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HardwareStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ecrz15kjejdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz83lmdh5yfpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwv3c9hfr1025\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792y6r30t5nw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3rex9yps901\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfxl7yytrx3k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh2qb10dq5c92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ty2p078lfyz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e78h1e57tnqzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le7fepdnhztd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r55xgwfn87tyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7rqrdfs1drg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv30y31mfq9bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk2znmnblxzs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsppln5tklp8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqrtkmwzs5rxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bemzfxe1gsjh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wlll57lwbtq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99tyfwzsgk3qd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_3539_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f92zfy8f2l325\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4h9p368c6jyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_0Years_Female_AsFractionOf_Count_BirthEvent_LiveBirth_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Person_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq69le8hs9qn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wln6ed9z3xtsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAWeatherNotReported\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enqj859dy9ycf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhv8pgjzn91rc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IFC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr5gq497dc0dd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29wlfkv9epgt2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ldsg9qlclmzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je696rd308pd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf0zjhfdvxd5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbp21yh5xf045\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycpeg7n3wxyz\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G5_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt99lrx6tzm65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjd47wqzx35t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb1dk4yckvty7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekf4j54vs8fm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfbr93y3s5wm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww3wckkfvv8rg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvh3p1wq6kyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4qyejt0m4vs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdtwt8qbpb643\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wprdp2r5c9s1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqbq5j6hrkq33\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vndtmhf24w03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ts57ktzlfbz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw4g4zwezz7h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq92hf3ngb72h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te5bjdl9c31j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgz8djqmx7wq5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepm7lhj5byk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kclg4skkjvc98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhb1vxelz5g53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0znxf0ygxhm33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tt3rd3mw4hr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kft4szbkz1t6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc9v9h3q8l8n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjypjhl6g0f11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsfjth7s5j2x1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rp9e6byyspjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czcngtz5qds6d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2tgdwez9ly87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkhjgb51nmz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fpt5bq1w0l2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19dcr85sf493\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85g890xqvfnjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tt5e0v8zksm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le6vtkq1f8ev1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrdj1e68vbb87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpmvx3g53ge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwkjjnkk02s1b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xgc06shtrl4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfssvy0r777q\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cbnvbw7rlhs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9zszqhbsw7e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wc69hsjct1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le5hwtmq15ny7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tngxcn46dg538\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h37g9gx7jf67h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npqyj8x3tgvz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7899h8xmbb57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk071gbj9wt62\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrv0v8gc3q61b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcypzery989p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1e5y6dwb8qjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pf5zlpzstrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfqdz31yv58vb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx9vwzyrh3kvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mt2xb7endtvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkzy0hdme28f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppq627c7r344h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwls0efs04k8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rd0q7mtwn2qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr3k706cxnpr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9e4dh4bcyqsc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1g7s3jy6ppnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzxt3v7v49m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_MineralExtraction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74hlhtgdm7s17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scmdl20nfr0l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk7zesxdmp3wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjm820v87c9m3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78k9ghltes0l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vlry971mkve7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y7dn1xb7h972\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495clfrn9nqhd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jfvdypt6f52f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr2y5qk8wpd38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3648vr0zrr6l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt1jwtgscs7gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw2blnywzs0v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jydcrh38r79r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5x05ztydmt43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4p9cnmwltg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR01_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge622kyg930l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gnrbpx6s5dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmdcq2feeet6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkb71nvh5w4m2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_STNTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1zs54f4cwl6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77pz7vgp854zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t5g6486jjjx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk3vhs2nsc2fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsrpnpqegc1t\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/684wv8tmwerrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b7z5h7hnl3nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5edepyt90rqec\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_K\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clt08ev67qbg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmzr97kt3ffg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R0D_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4szlc1wn06j1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqngjycdz5vt8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vxem06pxm37b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt1h4pl6mz3z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfvxwd2c72d05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vezvjzw8fxxvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnbqlkmdl9023\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4lx39vqsqy69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2xjfrgp4sctf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwjnfewh0gt12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clqcbrmsc77y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb06eq51xzq46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3zeklpm0q6g9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb4pm9xwcgmt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whd4kew4met47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68vyvv1rmw4c2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_RDBC_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r6jb335x9fb9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSAdministrativeSupportWasteManagementRemediationServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bd5v42ssyhmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh499mnmgsm6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bl6xblbl1yv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbd5351kwl9n4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fl8y8x4gslwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tfg8c5t8ehj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6706lc55kg5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7hc03th55b9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lex5l1z3xb019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k1zj72zdv1t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz4rzkjzwcxhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fq6dz06e8qm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_NotHispanicOrLatino_HasComputer_HouseholderRaceNTIAOtherRace_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr27y2jwgt4l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h78eb5dslnxpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbm09rwwm9q06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HodgkinsDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzxsd575wser9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zsg4crhzmvx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgtxv8yz4e6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl2v7zjclbed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsql0pm8j96p1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yvvene93v485\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dky2m12ydem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1sr972vgwd2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bhdl6k8tdrrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gefbmvmwvymb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd10eh6ewgc1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs4cxl3vwvv14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8g274n0cpzh8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b286gqy2grzvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5tsthqezk947\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxv99jp19bef9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1hf6zw4zv1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qw26c248sp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmlv07krrtzs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_15UP_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5cdz3t6z68xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2p79h8fnny5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade9\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_TransportationWarehousing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq7hv4pq63326\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn2vjcnnb6xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1qswsspkvepc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdp9ydrnzlzb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90wlcd5r7hge4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR45_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FloorCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rkc40yrllr7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sgcesfhwvww3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5m4wh0zg1w38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_4Week_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eqbb3txf3l21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mmn72cscvf71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TRAN_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqhm0cy7yne7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js6ygc33mndr3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08e5tswz21js1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0ysfrvw271c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zfe591z3ted4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsechpklybnj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9821jkmvx8sr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddqwbeg5hqsh4\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAOB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx6e179jq78c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x02klbxgtq61\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h2yjzvgwvsw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6cqre2l6cr04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm2yh1mjn3524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb6ep8vxy81bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b2e1d3cwn6kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnm522x1n52sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/006cmwpfcfnf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw4erpqz7m3hh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_AdditivesOxygenates_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtqx3wdb19y06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqpm23h719sv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4vn2e5z1jtfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l60qjhxgcxf71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv4kys14hmf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhxzzr6vk654\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qykk4sn2h07\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Cost_HousingUnit_WithMortgage_OccupiedHousingUnit_OwnerOccupied_SelectedMonthlyOwnerCosts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m8tmetggev22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4h0yg32r69w\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_UNK_LBREDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtm13xy9lge3b\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtc2fybsf78g4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tle1zlpmnrwx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msyl0k3es2sqc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wylvcgynyjgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jewdqhrqg48wb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjetch9dhfm62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31cwme1kb0tk1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_256KT2M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77ltmenjl9307\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgerze463eg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tqld5plvbqs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgvt8ntm80h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f2cw1k597xhh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j626d5j4368x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gyz3eplxhkpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fblw54vr0v927\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpk5jhgrgw921\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9j947zdd1j\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTN_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gtggynen4f58\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/kyr4tl1c3qp59\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evx0494zj6b7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynpme7kgdck06\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SP_POP_65UP_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSArtsEntertainmentRecreationAccommodationFoodServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hn0zs5wkp06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ezpcrzwz6lzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcnmt6s0ersk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_800To899USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbbk6vh31p34f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb950wb3rrnf4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw5twb5dbhsb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rypjy5q2t0zz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x82yzqxqcxp95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xllkjkqgmd0k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v3g8gpfzmg5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m4wgqnbn1fm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvm6zrjlvfk7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v25rhbtkj7q5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2016_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q59gvk4dpeq3h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mkwrw8gz7tk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkgtfm54ny9m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ktptzlgn0z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw4ptj8fqvbv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlc3njbyc38z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtdr2hjbnwvw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhmjhp72kjr48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/333e1rk21ff9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkgvqs1tv4f19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm30tjj6mwtbh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1trxbp7ew54\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkekfw50rdgs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmgvzm2c313yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1e3pzwqg23f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp08f5kkr27yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9w83zbj141td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade1ToGrade4\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7gjqpll4kph7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ce0ryxlbjs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177skbrbcq4m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlb14tswl1m6b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6sh86w900zw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0pmblsrj0y4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn7s3x23f83y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpxg1e29cs7d3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_60UP_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5728kzsq6pz2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSMiningQuarryingOilGasExtraction_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAfrica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrLater\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsq3p9m99n6b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbjffmgtfbd4h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45hep6p105t87\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee882kqqny0p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2bnnzz0n7t2f\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gjxscwnz00f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llf4cgt3fdq6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p293lqjyyr9r3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zf23488vbsv6\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xh8mpdldmje7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z14h2wsepeqe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6sxt5whgg71f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm90w8zcrn9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frt1lp7gp5k1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6ljsjrvv6649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd56rqhqd5j67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snx6f2cv2hlf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfg6v8stjr1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xx4enbl1gbyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz7zzfwr8yrd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfmxddwfc4cv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mce3jkklflh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhql85295t79f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w84dwbn1kr3q2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yesff7d3dnw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czwkjb7zbfj2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtvvhzypgw89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44wpkxzq2xplh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gf55sedmjpkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdxn1z175m5yb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqnzkzhwz5y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdkm5xb4b3n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgg31x70b1zv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxfctjx5v1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwtcshk57c006\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqw4tghhwzg1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxfq1nt8tbmf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfktw3b5c50h1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAH_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zvxs8yqwem2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66v3g4er8yny9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0rc143z882zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f53twchht0wv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bpqry74hrje\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4zn4qkfeqvv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y688j28bs5nw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b8svkn534t95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qnz0h92mmmw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qycjv36ylc09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsfx281hjqp0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx69kpj4mdygc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_SOIF_06_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph56egdkzl9z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv60f085mf172\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7b1wqdlxv5r1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggqgfmmqh2wv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk4bl9r41b7n9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3jh152h0ft1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjfvff3gwlbtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfkvlbffewxlf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140_F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e85c0gbkwxmj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnes373nmbtpg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39l9dkn9l1lpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7v2x2t32gxjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzk1kbzdzb2e8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69v8xz6276gy9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5phgdd3nw3pqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q53gqm8c5kqf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcp5kyxjenr43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gzfrlzg0c957\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7219hbvs6v5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2kymyrgk8tc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b172j45vn5c1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzjbzmn4vg75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqrxn19p86401\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkcpsv7ywdj9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1m43ps0qgh2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00f92xnkj754f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_ROBB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DSWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CM\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1q6jv93nyqh7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27bsf54ym2tv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk9s6hec3p5zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0dj6gbw13tx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fybkh5l9cyed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e77hdjkh7err7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwq8fmfhlrm58\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1blex2fxqww4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83yw58gspfrz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj658eezzf9n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ng87tkfjmtv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67cxsve879st\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v53961zfgn1r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf6qme0q2szy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyb6gghxvw2td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm8p88wyth2g1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfem09d4nr40f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmsjwd7q8hvlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg0lj7x7q2r9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSKNL\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ljyq2kpqjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekvjznks4bp79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmkh0ekmyepsg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20wq5e7bf8em2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2jf3tj831ghf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl2ezd7f3pn97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To50Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c2nveq24y357\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xt606bqgygsf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_PumpStoragePlants_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sce4ecm9skb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewwsk35518tv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAOB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eq3y1wt6b71d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_123_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t8v1tfb5qs5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrl5g0jkmyfg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3j83228bykyb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Production_ElectricityFromOilGasOrCoalSources_AsFractionOf_Amount_Production_Energy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/125zprkcpezng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzn7qctt1v387\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntgzc0d1czzm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb9j5kgw0hby6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRG_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10To14Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2g95w4sww3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92emcwr4dlp39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs88spz89k697\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6blrsnrg46x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17806hycrhvrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9x3ce0n1wyqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/Q00-Q99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sln2q6bcc50h6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxhgw61b6y4z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RenalFailure_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3swffkdvtn801\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94j086vbl0g98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc5p6z6cs7lx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_CDDY_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_87Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g23fh751rn3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsfjwznvxvl66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcrxjfys697g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx330gg1k2f9d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpe0qnv36m8z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh3trklc8dnyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx5zv56fj8md6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn7bbk4wz1l3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybm13mpl4x58d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5zzevlf96rec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd6nk60hmjwdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79sqh8w06rbc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TOTL_UR_K2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f666m61jzx5c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6t48g11bg0fdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0j43h1ck1l8d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_DEFENCE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwd4pl0vzk9b9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf1p207djbet8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jpgymcltt29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtrbkhwke9ny3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e05mbqjdf06h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8hcxydelzkm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/811sbwvg39rb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2h7ppscekh48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pxbwnjm77z56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxrrs33gg9178\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ROTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swsheg22t82fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g34f1rp21wbf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_NMRTN.AGE--M0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pswkr7cgheng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To54Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn3j5rdy0lhr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcsz0tw0brjfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q644bwg22fp1b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_MotorGasoline_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d49j3t0l69fc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grm2fsn5jmpr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytb17529qwhw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t7tyzlzhy3gh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xf6mm0sg9y18\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zn1skrn278rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlz4lzzbflp0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy3m6rvdhjwm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bev7rs0l4q9h8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qrzn9sxqydzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kyk63qx72j9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lq3bgx0gq5x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fejmhlx1lzsqb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p3mt97hqydp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfts1vjy25k9g\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h050w5zetvjc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0q6v29zkhmg5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2vq03nxmxxh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zphdb98y83lh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gde0jeedpezv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytdwdvvnnjc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp4p4fgt27t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsc70m7ml5b3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vlr9zbcrh34b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dm20qttyqdc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v80k1vbvjwwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/531b4697t9ct8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1lvlkndwf8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc2xegdyxfdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4nmexeyv0vhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3fz26lqgwy4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr2l0dpprevs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk6tggxe3f3x\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2zy6b993ghp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcf5n2nve2p77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hty3q04kf2t5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh2vevy935m4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z8b964ld1xg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqz754jeqmm06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVVB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyrgmfwe2ymj5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_4064_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p7m2ysb8erq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8sexf3fzccph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/keh2gd6kjnlgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhvtpc56vj1g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trx3rxb46vwx6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0nsnb7qq8br1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/dhjyqsdts0yf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h82vd5l06mkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc2cels8cmked\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vddv406hkd6wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw1jlf8rzjj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9mjj20fzrxfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mn8q5e9l86d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58196khbz9q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86n80vw5hphd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssqnzv1mlsmfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylevnjr39vvch\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w4eh7zrdc3x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty86mlnh1esb5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31dwwj9gjt24h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q87x7zgz8cf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgmqzjkz7vnb5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwj5v326swlz2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dz5241lm3c32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nhf1tkqd2s81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x9b2q349stl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sngc51qr90r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r23y8psyhkqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxvy4471rby04\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qwhs5ct5k7jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2fjl4ntyf07h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n30gcv2kf6rk9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/829b26b3nqry4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhekh12he9k14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzfyfjzr2mzyh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fbq4gdm3phn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqsccvkcw2kxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5knkd7k9h69h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n73zzeehhk5x2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxide_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2074tyf176zxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcds4j8hmrjk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17tzh15kfwem2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g1yfg2pr99x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er2q2yd81y4gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpcp3ltmz7bw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27edbpslkx5kg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/673r6801thjl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lskkj9betvly6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdd58gmzmrdl9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--M__OCCUPATION--ISCO08_2221_3221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_White\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgqy95hrz6xe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmebv1c0v71qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f34r4bzbjprth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pgkcl25bve52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc199yz23kkk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx4eh9vlcr45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xr7j4kndekc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzj1x0ygn9ksc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwy2len0d21c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8shswd0scv57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1rz32cwtep4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc8yqn34gtfh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0C_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50wnmj7nh7l3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9f3brwy6rtn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdyp1h61rzz22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj7nby2lrc6c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0per07v6mrwqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6heen4hk8cfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehbwvgwp6p1k9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3wlydqkj1vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49yryy4q5cv5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgkzy1034gs3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrfbtj19bnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb7gfk9p31kp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re3yjctcv12f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjezqsejv28p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhge4nxfp3pzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dhtentfk5pb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hclcxfffpnm64\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sdhj3e3ezwk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rgftfxyw02r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kmcgtbyvj29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwynyhwr3x51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v75lw0jmlg135\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyh2hhyzw6r17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmfhrn65eh88g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6c83yfx0cvw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x216sczl80md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_XPD_AGSGB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jvgg5st3wjk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r47d72x50xfhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc91cdv9gvl58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f05g8ln5mjp1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymmp98eb43131\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dre2k1heyrrt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3ybfg91qdhm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsllzsvdk81r5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39q739hts1649\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjxlv15wrm7gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jegsqlvc25hk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8b7s0whz5q77\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_FuelOil_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clw9drrjp0f9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql90yb8z1lzzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9p0y5nmef4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hz7q4xs4mt2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y0c4ke37wqxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y64z5h861219\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq6g8dxtd09xc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fywbhhh93d82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87d7jxg7z92cc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e95vf45w6wld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtxr1ekmr6kef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t19ptbvwld093\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LLDCG\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl1mz72t4ytm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0F_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5290_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q32z4xpbpze5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4cp5cynqsyh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6mf3kgd74x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzp2wkr3fcy6f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/957gcbfwm3gk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fddcn81e10h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9d0cevntm8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Falls_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znphpbpx5kjv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eymdf0l3m47m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp2pz2wj4z839\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgbzhcmy4pfk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz4jx4c7fkveb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hrzts1lt952h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgwg7qb6c9xe9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfs7hdwybkz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mhl1qbgrtg84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69ypq83eec5k2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqvv1slyrzjkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km9nnj1cfcdbh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s9hn53s7f6k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brszzfbpjmdr6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwn12ly72fmz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbteyflnh5eqh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njt68htkpbqw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4nqnbdskvhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4tvlmt7tffvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_ROBB.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve3s5shz6tcvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTS0_XRS_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1qjhgb6t60fyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxbenc5r1z876\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhw669jgj9ly6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28jvnq4sjdg57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er3cmsjgmbbn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleFatherFamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqs4fz2ydhc8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ce4kvgjwzz31\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vl76g8mnpwe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvbhcwswhvmr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m782hl47qdmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq7y1kjw164rg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lkt3zl3rtt89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etlvz1cenjh3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n758g1bskgzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh5g813nfcev\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf3v3fyfkmw79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkkdw3s5n843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhylg7l7nhbtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slpj1zr4vhb08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm7yskl9m2y08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fryg348sd6xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxheqsl7hepyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeecc7e1dcez3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RPIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Widowed_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11xj4kfr4q7r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd1pcsvtd83q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0lss4cgq3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hvdlqhfdg041\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp8c20pvxdw57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCServiceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b227bpskq0mz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t73z5d4fs9gw\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3917p2vq2ql16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v63pl8fbwxyb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/987sncxnqp6s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yc8nnyhs7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yjmfye9wy25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgnn07pnhfz97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njeqykf73dng2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th1h0mer5y0kh\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/119mvrk5nyqc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wl88svdfl79g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvx9g4m165992\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xb195kyrs3c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfv3f94ss4nv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybylnv52r1x3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t98zg2nrhxc96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_34Methylenedioxyamphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6m9y9r071clc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72r81n5f1546d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk1yhzjq3j4c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh8r576ycq92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs4jcbp4stmp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgtc7cdgljdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx9x6ltpxqp1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n72jx8pcf7tpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5tme48r3xn26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21hv95kh5k2j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4neh5hdbg5lh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q74nk1tlxks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvcj64dytmls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkxgse26ln224\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOABB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmq147pp0hbv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvf4g53tzyp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teslv11z3hlcd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91kqvhp59zxj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rscvh3ktk862\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msfxc4959b5v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj25psrtrfq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1r5ftxvw3vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhpexjp26xsx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtdbbw8tqe8v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidingLessThan5MetersAboveSeaLevel_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm2ff6mt8kb51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpc1vwmfnd125\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06eshv01lk5z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zj0bfgmch207\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejw15r4cfbl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9mymc33s6h7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn4r7dt534ey8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we12vn55dgngh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t81s2g4c796ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrtf02e7qp4b6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsmp80r3f3qdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h80028mw8t65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x0btejgs4kmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyqxksk52rhd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSAP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbnbzdgkhq42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy7pv7rhdqkv1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_STNT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/025qv4dsg09w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzmbjjjn381f3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoAndAudioRental\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzk4epfd3cqn7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h155394bf6ejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksed3cvmhfpwd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Imports_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c44qv73300807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qln80pjsf8q6d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khqvgdhyn1tv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqhqj4qfk9rs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PipelineTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdw3k0nel33c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vzn3d2p5vs93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3k3z9n7lm27d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r5t3tq0fjng3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwg29slp0bk37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tzzz55dzz519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns5zsdmms5h85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpdk8dqzqf342\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se2mw5520jjnd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47q0f42r1y293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkbh78ftz49q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRMRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/55pt08dgxdw58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbw2wjbrylpg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mee5vve9q7vxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pv6pr0ht4rrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycvb8gjvglwr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mqpc9dmxrg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn877t82mmcr6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lzhhk483l9dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s98hnhk3z7r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz90wzt88rzxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftkcgjz043ch4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z2g8s3vxe1g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrc23h4ht1zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk5hdxd6ee5x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94nw61lgzm561\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lysg7egzfcl6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_GreenhouseGas_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n426nthjjx1w5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_Households\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf4wcz8j0bjc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_PRV_SMOK.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjwt7wttwlcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpcntrwfy727\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG1ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q5gwq9b793e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnyb2dpqqh4r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhxhtkv6ggezf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_FE_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k188zfs163wyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtnqm1rj6z4f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpx2jp768ydk6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LND_SLUM.URBANISATION--U\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2q39hyl1kpq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84jntfxxg6r6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9hczpsdkepfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pprym7fmr3pn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y4xsyfdp1xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kxtg8p02r8m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwfqr2m82qt57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_UplandCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2s64pepnx431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkpx7rx2qhgn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6rz5gnrjr2xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwy6hfzp2q3y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbqzmny6h0fq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vcxscp85t0w1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3t73zph6bkt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr639h78lgl05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhxrzn70j4v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r4xktbf94vf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftyglvcxr6sl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm6kj9ch080lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv90yd0501b84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtf01hf7ew6y4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/nqgb86pp9ww49\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcz20461dc4gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tfrs8n16jfb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbkjzlgr185j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72252ykqppp7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfr0tz2vd79m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nffweczep7498\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwmln7brqcr14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmdgyneqghtkf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf84cz8cz1prf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzdm320w9mflc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz238d4b00cj5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vqh9plnnxj65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1wn7vw7e2xb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnck7xg6td7j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1rqry8qt9t6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mqqvnmsys2pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeg1qet0s5k9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz8mrjwl0nb0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BlizzardEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Falls_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv58rt4x1gyb3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpwee6vlzs0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk5h0r1v8cr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n905vp6ngqr47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbvqk35lrr189\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gm5zzlpn1np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hfzks6efesj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z90jc27dype6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0dde8y3xwl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7n43mjcg0mkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5mtjwr0696g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg0zwv66hwc78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pjlq68z25ze3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q9rgwpcgt2gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc9404g8bxzd6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szxvr8qqrgnx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Exports_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cmhegn8zf9ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rccp6lxvsbrn8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DP_DOD_DLD2_CR_CG_Z1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F300\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y94w4t7831m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kd3414169exd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx49g2svhe4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e73dqp61frww\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9xpbtkktx7h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_98Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7df5bclt8s43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7tvjyncbn6l3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_7074_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seem4nq7qne23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfhwzxxt04l56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62f20kqlgbzh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnm2bnl3qhkt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg15f9t2g4yeg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_BIR_THRD_NO\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_16Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgnylelvzbs0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p84wdl3e0cs8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dejhmwskstky1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed8vd45v49vh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0m6j4wq15bb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gf6tvpxb2rt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4qbp1b3s0dy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lljn9s57z3ys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp1q2vg2l35d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvxv842kd9db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjysrqq6x94s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jhxhr8s6lfmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l539f3ktz5ngc\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Radiation_Downwelling_ShortwaveRadiation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.119-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlg7eme5ncf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdcxf3mlzffhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthernEasternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98kzv2gl92s27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpbywg632zxw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syf2hnbbffke3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhgrpppjye2f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7d7gx1rf6cw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feq1fzx3691lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyvjy01367wf5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2nwlehy65e0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4txfhpkq31p2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxly1bc35fgy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_100000OnwardsUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s7jjkewfxydd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gewhmcvpbqmy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7b1mdd8jyqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqysf694ftsy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyxbjtd85mlhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g935bbzf1hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/942c5wzrnd1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xer0jtvzwbx0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1ekjw62x95t5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/115y67nfmeck1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cejpk17qym745\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crpyrrwwzh4bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfkv00zbx1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p24wffejne383\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wn9wm9w7n48h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g7rwzffs73d3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DFOR_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzvh56gxmklrf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxklbg6t3cmn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8dqew18rhvd2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm9j8sk0tz6c2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/692hvfjv274cb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y68ejvydp4yp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q3yz6kqchnyh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bfk02nwmm4xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51pddz65mm7bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8xng9k8j41hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70f5qtmbh6834\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_WORK_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xht2dep2ljlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvvl59lgv1wt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzflghl00djd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2be6jkjf3h00g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ec2fwwnsmnq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl3khvp5bf8q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkt94gt1xdtyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d2dkpf2bvrk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e605cpswbrwv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhd76hd2g8zx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxz4znh0y1r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty2tzhqdvc1kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z62db6gbqndv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q02bcdgzzd7zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60z2blk0peszf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j92jgl2x4wf0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrnw5npwx0r59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4tgfpgvpj47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tfnzj22r39x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv8gd2q89mvmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dnzxmx206rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh5s832m69rgh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgpnd778txs23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0852p87d6d91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tke5958wq1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9548v61g0sg44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khspqbrd7t886\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztt7qcdctxdv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrbskv82806df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vd7vzkrp1th5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmseh8vdkgrwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNTP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwnzelghftl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzrjp8ndh0fn\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yw5m42nq9hq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73hq7ndp08jxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c07typnfmljq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y5lm4s2s1j5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wyvb8qfbwsjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlrq72my1r6b2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq2x2pzme3yfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9zshg0br6n82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkn2z6m3y3w7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymmjenlbbyc98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1q1bejkt47f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8573jz3llpem2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gdq2b1cms3gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e29d39xe1113\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc96exwqsddzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS48-49_22_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb8583wyex21b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm6xns96czy42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43tp14w404nv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/678hcq2nkvyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdzpbzfz2b7k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l14kl6hh9k45\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANF.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chb4gs09k3rq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5fnq1gsrmkw9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_MACRO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9bv03qtt4k4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ebtew8rj406\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlsxm6ry9yv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzeyqzv5f68z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm5624vm5gm13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0e1g31g7myeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3krmhmcsk6j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000To2009_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxwsf2km6br7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rqy2zz524526\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsssfkp4hptp7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RailTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jl77pt4mmew3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5efzs4x817p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn7syep07ln4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherTuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17zrpb17k47r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18k8t3x2q2svf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hp9rfjcm8p1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdbg0y34n1bvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v648h0d1eztc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbmp3yyp92k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e9qfw1yl71x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqwz8dt6qd8v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcq9116jwjvs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rps3xgrz75kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1hkz1etr8jtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh9d9e2le1r41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vky7ccmvnw72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnjqtwmks064\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53zk68zmcwk8h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p18lvpq4w4jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by2t5pezgt5f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2gd4cr8q825h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw62y42x5ts58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p47fcxrf1vbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqpml0s7jjqvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5jyglbjqwe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj2epsekl0yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76mv3k9yhess9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpnr652e631h3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5334szcj6c2g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l292my8mjkns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk07mbbq4kxv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_EmergencyAndOtherReliefServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nwm00615j8p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vqsc9v2bn2w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge9fcxcef9952\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfk9kgr0gn44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv9rstmv411mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxg24cq51b259\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pv8te67pfqv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r4097f0z6xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds59bremnp969\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6064\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ype6hxqwd879\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm995nd458t65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg0ccym20rk39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/027v535swnsg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy11v0hemmlkb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal5Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wppqhnctkf8l5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj6g4bvrd3751\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vg618erl1sb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g1502mgnhb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2fyst08cztq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcfsvtsgtnt44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq9zj2mr5w95\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27rts6wb0nwcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2td5wnnd00qfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0srxnzhfvs18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hy17w0jhwn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rr5pebfjwl9c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcx13984we3s2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vd9c71c8fkh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxlzwx7192yr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TransportationEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/923bsqywcbv42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r22f3wrm2hkz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0vxr6vz00cn5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xr9phdzl6xm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccmqjdkw6kkv5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2ssp1w5nq9b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqczx672wpehf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhvbwxtrrfe1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzs5n21tcq7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pjllwpjry3z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xse5f1tsx2hr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt3k4z786fn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vylg9780wc68c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rzb3lev36tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1pmgqjmtzzp1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb0s648y9fdn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntvjsjbk5dnrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e891thhftzs01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_PSG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_HLOS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v5fprxnwyxef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4p2syrmrgqv3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN_LS.LEVEL_STATUS--DEG_LOW__GOVERNMENT_NAME--CITY_OF_PORTLAND_OREGON\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzdpv49bw8364\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c462gpkj6n7jh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm85dyb85gjf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_StateHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73bmqg7mcjc5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hknnglsrj1n97\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF421\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6ke70hlthbkbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zcwbk8d7js22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxvpslt2s3dy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsvmrns90y8td\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NoIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7l8xky6y003\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekmwmg8c0pe5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew6n8x7x86lzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gphrtklyvqwx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llqpksq6w27x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633w47b4jp3m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9cyc02cjnjwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28q69htp3tyz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mye7lvey5ry9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p9blylnwjgr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e1s55bzyb8cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzxklzm45y9t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7lr1858z8rd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4st42h9j4e\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngf4kj8fv1l3g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b41271znvf4r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r98gh2p0b77d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtc3j50zz918\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pry6sv9kfq7v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v02nlek2eh7jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69re7pznnjt35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0k0rzp806n\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lzwg5njtc2f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6590vxj6rd129\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfr2wkf0dlx08\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjsl3tjy91r03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lt6zjmy5cs3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38q31wxgth0z2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvtlpg09ltdv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkq26828jb27\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjb1j4fx070z6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2529_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TransportIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvxjjqjspmn62\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46887sqbk4fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le7493gms4k87\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fbc3rrg6jj54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.AER_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2wssdfq90794\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/451gnwzgsd141\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6602f7v3lf8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89nqky4z5zgd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/909pxt2mn7j4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9362b24qnsj\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFSPPT_1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjvqg36f3z3t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/Q00-Q99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccsn6r5r19t7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clekr4es4g9s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eswr7yh0bnt58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp90mv2cg9q14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y0dlcw08mwn8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bq3pj0lzf3qg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hpfjhzxwldg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrzl1p3jvdwjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmdwpl3fjskeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40n3l8hssylhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6k9nwdl6qyeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj0nx3z2fwkh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt2qjyd31tp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfy944p3gmrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l04gpgdqw7zd6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0yw2660m4e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch4k6m2k7c77c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w0vqr65w7k12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xv51gsr60x1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn6kncq3g5t9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6f79rj4bkqb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzzf8lr4tnl83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwsx6r49dnqg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wycd3nlw5jw7b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xestdvl9mxwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddb47bjq841qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc5bq24v4rx32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s06r8vpl6svy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jby1emnd6etd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wttb4k2ktnv63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce8y2g8z4tqk3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVTE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ZA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgevl7wjqt1j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neeg4em4p2qsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzj59lsgqq1vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl48d9ycypp43\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zcby8hgrkh06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvpe20jpgxdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0827ee3rjc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6zjye7cbhmy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ltft8drd5ef2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wckk4t2lkky32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30yj2b2vbwmy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01r1n7ysnjsed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x0vg5h6h8j3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.56-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm1gek937g0w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5xv9j5betnd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flxd8fh7dn3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6vsfp451dg44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x588p2pn9q7f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khkm87wqwrwd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tskh6jb2qc5bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcj9k788zkxc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxn2fr511jf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792mhnhh3xz2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hpzhr6l5sym9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3_AG25T99\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjgzccdkdk691\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjmr80gg7nn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml06sxeb5fe0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwwwj2xe4q8td\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvb5yebkwwpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klf32764p0c21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x14mt0w3826rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqrstm16c5ky1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf8dm1ex4k2x6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24jrn1zbmjq6f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9js1hnjldkf6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xycppm92lm7e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5lfn104vpny\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USResidentOrInUSArmedForcesOverseas\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cqkb7qq2q9r4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brp89sd9r2t98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c7gnh83qqrr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42w3y1jb526l4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxlpq0fsle7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdwh9l807pyj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqckdcxkcxcm3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pd7ssr47vhc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz87yv3x77qf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h8sreq5s3db9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr1e4mkzlfrqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggf4fdr2vrpqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jffmrh2k34nm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jmbwp4x80l4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd09xn6jflg3d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtyq4k826q408\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sz67dnlj0gkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhye5mssq152\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_GDI_FTOT_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rc1pl5epd19d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzq51sd619np3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycde94pg7tl23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt58jfkqyw0s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gg5h6dqk9eec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/TG_VAL_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91tnef9s9tsj8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mdnwy6x76bnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhl8fzbhrjkf6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5ezngc5cnx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8pd2940bgyn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz7ezrp69qez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvqgw0bdjw5db\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ManagedSoils\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtg6jllgb1t2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidEmployee_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxc879t7rz5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch9l03sw1e4h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qek7w50pvjqmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3jwy5c38e1zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bty8sxwnfjf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l5q2j9btwbnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbw3ebmnvn18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ggprcfb79czh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrec9vb0hfrxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsg2psxe14njb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71swjjqcg8s94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwkw9phm24978\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92fzg5vt5m8b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzltscjd28fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f8h5kczg56r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9313z5dsppb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/remsfjr6ykq35\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppvye24eemnxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0mwn8y9s366\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c2e9bn8p7xz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83dsgjxh27r05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9wtctkdfq67c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dch2wz3046cj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqhfelcz5xpwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16gdcx5670934\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14pgbg02dtgvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93218s6mh17z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zkv1gwydxrw1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38xqn0jvhjhz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmgz606s93cz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1hnt475hldl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9pzk4lhpr3h9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ks6kmexxjrm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw9p6fz8lxggc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/336rbq4m7d6hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfrxc6k86dg23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_FCTY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0r3e82whvlb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jl995m7h9pyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvnrtx44zpgyf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wseqdkpsqj9wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbscvhkf2tfmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6enj5r3bd0rf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl7bh6pjnpf29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zybsybvkps4w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d239y4qcbhnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpynhhzwz7d42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw2yh2wgpyph1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvg795k2tqy98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother43Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21etqlp5skcbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjn1bsnk3fp9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqtxset9lfe7c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Agriculture_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg2l9yrfn5k27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve01vrq0ld1rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/253ercqs2dp46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mlb0vxg7x11h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6mgxw5cpgwt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b82bsncr51fh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy627m2w5e5gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk9ltsjkb4wxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkhf80dnsdf39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp5lb1npmyey6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sveyj5hwspg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk906sj5twxqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtfsbfr0bvwk5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36dxpp3qeevh5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3m3pxch7gt3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bnelk1wkqcv9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9znxjllhefd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkhxr3btprred\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_WTLN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin15_t_d_2017\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1980To1989_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evr2jnp0f72y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWIXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q02jfh39f9je6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw63rc2zgwxd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceWhiteAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r08cv2ksh3h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45xe9h8pywc53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mts5lp5v7fzl7\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp4x0c6s0pe31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlef5e9ct2eb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdvtysvy9r57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs5xxy1v2qv4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbq3y4y06cvx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfp8t05g6lbxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm49x1kr1m4bb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ViralHepatitis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnlvn63zhp257\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt6jw3e10990h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkwtyhhj18v2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3x02834edgwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt35bwe5qn198\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ManureManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcfnlw9b9c49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0vqs1srg5ev5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz2s0f2y773j4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGS_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5p2gdzts8f7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2xd7zjnstsnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1sqw6gk1m9sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb41cgkjcbzpf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8l8cmzstc5dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3j9mjfky2qq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyffggnbf0wk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/025xxxyp7d0s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj33zbphxek11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqbf0ppbmly7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7hy6m7cpk9qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrcxf57by2k2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydrxzc4g8ebcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f890ygldpjm5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWDM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k8h5jv411zr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/031mxslrxvjv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqpdv3y3tzl5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.1-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k4wztlqh8988\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdlvpey7h0t79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zxp1hl2s3g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jmp2n2sl54ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf932zkkzq3v3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvdsqgqxrpbmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp0tfztbryts6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjx767pjx0ff3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqgcvte9ed9hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psz755bfcphn9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvd44wbq4nw13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q25x9vzevf1yd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkbdc7dsc1zrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwfxqpz3zncjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ernkb6d9yem2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_FOOD_ZS_UN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_REPP_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k8h4w6kyhbmg\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znjw0qspbf1g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpl5dc6tj5ybb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j79xtbffk4xy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pt226pvkq1x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw9bfnxwz4npd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Female_Employed_AsFractionOf_Count_Person_7To14Years_Female\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.2-23-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzf4gnwxv5rdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngl2tghfn9vkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqsw2qmk33nw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk3je3bgyw5s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fn40gszc14n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxe3j7d2ktdlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs39t0w69e0t4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_FWTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/P00-P96_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j86teqjjybyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzb4v1hp2jw4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fklk3hmxfsgf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvspjl7vbh8zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WinterWeatherEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n34md0sy92qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krly4vny8ydeg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxsxcw009pdm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymxxc0w9lkmv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n6knvgemg2kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzk4g7k8pfyvc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8w981bm93lsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1f9x3wlw61y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm4l4j1jftkbf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_PRS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gdnshny0chs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5elwgwj0xtne6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2dvj7dlmf1v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96jws7qtb97cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t817l0j61lyhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whh1y53fj4p69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzl66hkbtm3p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DustDevilEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ChildDayCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s05hlw2qszl8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_KD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rklwcdf350zcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58hjwvvntc47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrx0e53s6mm44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lm15fv1xjcd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66c2hn99vt7bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4tm72cdkgh3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vemt9yep316\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NINT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mw1g0sgnpj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htfh5dgm6jcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jszq3lkp6nx97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6qb0st0q6097\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p26f4pz6gbbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9efvx56dj7krh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_GENV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zewsrf3jxv764\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8t9j5dghblwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4yrpen0rnj7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5egbedv6m1zm1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgq09lgq5d953\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epkb98q2fpdp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwjhbw2h8m9l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6dvlnpln5tpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d1j26jyjtf8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdqxy9cb72252\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4q4gje52s647\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TBPD.Q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy31hnz39n6bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ElectronicShoppingAndMailOrderHouses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy61mbcgrsz73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianOrPacificIslander_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dcmzwydmtet5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtmegt6dlp82c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gblsf4v5x2575\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wbm071x39vb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ky9nlxq6pfr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vse4zlyw122xd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RTF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G1_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r4vstfy7pwh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0g6x6f6wrncd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqfswh2rnwzwc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sqwl14lp8xn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvfd1j5n9vyt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ltjl1t4vh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1l0n6njw03lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGMPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m81ttpnd650b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq7kjecwzmpg1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp1ht2lbzh4j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct79tz9shwdk4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mervtv1dv6c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42yeyh6c65gw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7sx7czdynh85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6358wl6nd6fgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy7t9vp9w7d4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx35lccjttw04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfmc243brpcf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnryhfdkcsl0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5gy5fr2j03hc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn1t3r85r9pm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpz3qec4zctt5\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39ept54b5rgw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rz93yn17vcxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxwq91gw6wkr6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PSRVC.SEX--F__OCCUPATION--AGG_PSP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e07s2blmwxke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5n4yh0fhj2rh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfpy1g2m3bt4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_HAZ_PCAP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AfricanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghk7qzv4b4e9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kle1ssmrdqz3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_ODIN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0mnenkdjzjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygggehp17rx28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syy46bt6d8p02\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw34fkesvr598\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7pzgx7ph90b3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SI_COV_VULN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Dark\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsdbzg29jkcn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw3m7jg5gs2zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2gyk3cme7l41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhkcq5e622s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpv15mw3he11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m72vy7vxq5xeb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3l3h71w0th28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drj59mkdyj82h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzzdsf640x67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7983tst1j0c0g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiabetesMellitus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5dcs764q9zs9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cphfrltt4gtg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylqpq0904dgr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0dsvpc6q2j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k2dq75xzw70d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyzlmeffg6r91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzkt9r0tgbkv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd3ww7vm35w91\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qcv1ccw1h1mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bfphdjjtn85f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b16wshdz26h87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x51zbljbhdsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf92hwz11pqw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txv6ckbc2r3v1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thwh8d59875wc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdh4w540vy5qc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6zxrmcsedjv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v13eq3jebkvh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kdxdlsb321x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b78lnhbx6y71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knysgc3etdkpc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_0Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceyn6714dxhnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db50f03h1ym5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcrn63nc1r1eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m857939365yxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zz20kx7xzm55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85019drdfysv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTCERT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl6ymqll4n3cc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7To14Years_Employed_AsFractionOf_Count_Person_7To14Years\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg463cxlvz4pb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzbz28yp0r0z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhfyx0pnyq14d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnmvy9x8pk9z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s22rj8gcbr3f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsjphnvldxxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hypdmb4mcrem4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf1268x1xj8hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_COVID19_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4twh3t9m5bf43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vegxf7w5m4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhqz5y5f3rhbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z70grh1rd30n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ednpghj0egelh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2626rlxh7924\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm8ykv1y6k685\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg0zd3ez8clxh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w56cg0kelrh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qjtv7djt92q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjc5gp5r9hj3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn5gvtc5n3mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dex5m0qgfj7gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqvrhg72x8nf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r73n5hm38wjn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rscy8z6bgt7cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7hyqzhtfvyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv73ehkwnbyg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb130p88rcc94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcwel097xz4jd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep84yv4dpp6e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9rwyj6mzq8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112cjw3dgpvgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qe72gdm8xc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqtq3yppdl4l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2y2pdfg10mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tlz5qb1qglk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment6ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fytw2rfgjpqkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnkheve64j4cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c203zencw4pph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjgp59pvy73y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3nqgrkvxrv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yv0ry7tjmwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6cthkzjhnqv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krfrj0rj239vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4t5tgjbjjpl3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68zx7hmr40s7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqhnb4bvsv9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz8dks1hczyy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73cfgvr0c0327\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrnby0ylyvmwb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ehmkh348c6q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk10w98lzlq95\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8fgekvh1q9dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmty01qn7m0w1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5qz16xcl673c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hpcfwsnnqqk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicareCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9hsryt4jkq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2k6970dxtr88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbkx5lg3q1ne\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvxlkgg1rw7k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evtw31y9rz49\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bey5128kp0lf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y04jpdddrg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r5pvjszn5x03\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetReliability_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqbnd4pv7lm1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnnetmxz64hs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8td2bve5jks28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heel0rtqbmxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwxd3mg12qg14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk5rwnys1q4b9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20To21Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xky2qp5kpj42\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_8\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssyegzspm6te6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34devb17my6f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69qb1dkjhjpj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xfb74c87bjg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f9c1xls6lk67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw0260rxcvfq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7dn6p021b465\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d2hk16pwkd2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc7wbw6g53wm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lx7qykz39913\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g85k4nnbw5n9c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h2h35xfn8hwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpqd6qdk8p9e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvjh23vmnb3q\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04yphbszzq3wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/296zpc5py6njd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c46j8dfw3w5p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0ghjtgcgk22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4fs60sb5nl5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlc1yntkbn81b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ebl89y07e4r5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q60mx2b554z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8zpc4rmc235\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz68hecj8ngk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7r13fknfsem5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctrgrwmdchr1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwehw9dqz3jh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd28vhry1e6l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le8nz6pwjwj6f\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8lf3n5m0enx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn0jkwfzn4c3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8vdmfb8e6cv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3nrqwyspbggc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_CBECSAllMajorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2rsc5mgz083\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epwr4c8wdxgch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS52-53_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k25t2x5t1g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fdknez91f361\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7s663kyrjqr7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sqzqtr7m20p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5v8j7146yq6g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Oxycodone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb2zez04zzrwh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b3dz49b9wrlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g5h2pfq9n0j1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA07_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Falls_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyl8exwbfv5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0delcsw86kc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdqsx0t38kkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0cgk80efbfcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmmyybfqn2w58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpj4jb0c3p1y\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tbwj8cbhd4kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j75f0704cmjmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d949gjge00p3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/487dzf2wry03b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfsvj0vdlxc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zfv2e49jk81h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44v3ecrqm63s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctyf89qlz8f47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf42mwe9y7tc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz923nvhkp7cc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5k4j9mggvn9c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_OneRace_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtv8020t2991d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0w71kqgdp72g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw9tb3wqvp542\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb426tn7fcwdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd3545sx1qqqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2v2dvkkq0r8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm2gezlh79r7d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckb9ccs58g0sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqc2hq4g3sq29\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_FTA_TOTAL\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2018_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6bsf18qxp614\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2f4my72zx0c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55To64Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_5T8_F600\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA30_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx9ecz5yds5tc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z33mm776few1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlbsgfl7x72f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_1Month\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_SportingGoodsHobbyMusicalInstrumentAndBookStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_CONS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrMoreYears_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwpv174nfkfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tzhchr2lx1r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt78v2kj2vpr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdcwxpzvy3mtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0mz3khtcrnt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61tq0k0qs5hsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrnbzqcd0n3c2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41g9x2ddkk74g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h6yxbrksvxeb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qhqp1tgnztwd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p18p507gp0p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrs68ex69c1f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3s24xd1898dg\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh67v4bc1zl6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yth7pjv3e8peh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfecgn71nlh72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8gp902jnk426\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxqh0tyktjvj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54k14g4wk8n79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x564lp2ebrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0496mslcc0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgyq1pcwsxlzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgn9wbbr60wv8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_LBR_NTLCPL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn3x85cf3zk34\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f8rjnn2rer12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psq5qsvv9n0yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qplh7vrfzms5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgd8zh5vsme15\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qgzps8zmnh9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4lf9s3vn0rd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6p34qrzf2bv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Rainfall\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_ANVC_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f087pt4lqn7wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsxj29kwvsrj4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST.ACTIVITY--ISIC4_BTFXE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne2b9609fdygh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrl8m69lq2bk1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxlgstjve7ylc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.3-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4sb365sx0xnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wc9b5qbh9nzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eeevllf0fgck2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm1trbt2f9v83\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/012qbjvjwkfdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yccrl8cks4z9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fs3jm2ppn1d5\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fbvz1r07ztfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/823qn1pj8ydx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lffdmtgqv269\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f2g80fx8975\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nypy89yrmrnrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smnj1sqwvme55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n97emvwxq19j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/276kpewv6gvs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ndwdlrnz7bf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n9n0tjn59tk7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPZP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clgy0ttxzq2v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn38zprlp70n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23qnrtpfkq8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1g6jn2vb0ywf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TT_PRI_MRCH_XD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yhp94h4z75j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f001fzt0e9798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mshmx0v9k7cs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b8sv685stzld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg6ws071f9nk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gfh9910p2td3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr7zwe2j9zmm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rek9ezd9w96c7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8wz58xgjqdbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p83s49qydt0jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7lfq1h6s2493\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7c96rtdb407b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_3Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvbwk7c7hb5mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlycn54gpxd25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krkk6bkjysm92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rybbn49jrz8xh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fvpr5bvxjky6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmgx1ms2nsk42\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd6j57x7k2tsb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22yy8lk7zl01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wllezvxvmv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5k60l0lwbrnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cf7vrc8cbp41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/231gj9hpwkdsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gfnv2g4srtr9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecwsvh2tynxdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8t7zmqyyvdnd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000To99999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0t7hrgpfyb89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyh29mjj0v82b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krh36h7r0r5bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl5rxfklj6sl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvxyw484ve4p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct49fcr6gw784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djzdehlccblr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ez8t1h241t5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f0ed0ww12zsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfrnbfggmdpx7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpdssh90627kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc4klvdj46vzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PM_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc8wk2n0ywd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc84gcknzz318\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kqkv5zwk8448\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2s7xp36qsslf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb641j5lswte3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_ROBB\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tnldenfx40xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvekx4lynmjh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4czwlbl9qk3r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew7155r4ysmec\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71z7dyss0r5dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etszzclwy599\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvcfqn7desrv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj52cvzhz17j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr18zbeq83qe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy2k68mmhenfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/457rk7nsfzjt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65qfq08k23e7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl3l4qe5h9709\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cwerdv5c9h9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5v8esr6n4k19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02kpseflnpxq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drzg8trrx6dc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9nv9ltbnfr6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxx3v49m0xl0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rml5lyhyzbs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd990fw7jzsd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e8h20rpks5r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxqg3dw9h3z3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2kqf437wpvl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/why1nnx9w8qj9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcqcp0q8c1crh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcmn3t6zxcg03\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0F_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnffqqg6n7m38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv5xc9k060fmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_GENEQMAR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rjwjpmmb25k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vdq39fh0ll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le5smrx21sxm5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_38Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r7x7zkfp1347\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn4y0fg2fx6kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clx95ywwvv6n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bsxw41e1m5c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63yvqv8gd8r83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf8ncyj4d4yj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d63kgm0f8wtqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl4pwbck954yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfcst7x279ywb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01c5wzf7es7eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tynltlsvgn7w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xzn25w5yw6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rte2nc27qvtgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gspfgl87xj7r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlbtxjkqfdvzg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ld7dkz4ldt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI4P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmqhrn0jyejg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zce61246m0m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l660fe5yfstf8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q00z5m212bt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74xl5t0rd3lkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bztq062093qhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj15tdj0tmlrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fekj65p28y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v92yqcxepcf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8bzzyke09mpg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vcy8hnm4nnmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqpqse0lp16w6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q3_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MotorVehicleAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rtd8vc47v665\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3fg1mzqbh7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdq1xdy3x0s9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44z49tcs0ms79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r317glgfp5zd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m9rs9espe8c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjqd0wjc2tz04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp44hssmtvb12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4csgnem987eth\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpg6zdvclxtm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9632xkfx92pc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e90chq05mhxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdwr3pw201jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmrywml6qhpl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8zh1xnv4f5b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1dl9fcf58k5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71j1rze27f7c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmfjc7dstwfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdw2400knby1b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4j1yfzlc8yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drjskcje5dpr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs2bnj1367dj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2phlfb9p9k7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey4c6wwhbmwvc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql70r9dbvk8d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztk6hkhhm8qg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh79cwvvn2ssg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1nr1y0hmw2sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/086rf1jh8n9f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y3t48c32v4e7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnhyz2n11cvrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj6s8ww48r09b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n5cwl5tvthwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlb78vdx53gs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d7rhpsnt4svc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j540m63r6yj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4kze744wgn49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l14s2565d707g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gbnsw0mj5kt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n52q0nm00jq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GRT_TECH_CD_WD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74wjt0nxrr0g4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_MarriedCoupleFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18To64Years_ReceivedNoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf9wsr721zqd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_2Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd6jrx2xw84db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvg0vhvphhmx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1mcmmyhwb3rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qq8jegsj6eld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rgr94j2xs68h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln58n61ndff37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgxgysb3180v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1gb3jpbcscg8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vyjs9vc4drp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex0hmnhbsmtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5pvjcd7vk0d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf843gn4ze83f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drssrffkgwxgd\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_Vaccine_COVID_19_Administered\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7lcfbdjdvc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k87bylvdqbcp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt6k2tep201bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtsepgzcvbeeg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1y46jkb4vbv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq602kge4h3ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6w426f31evv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15tt7kl6w9277\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3fq8hdvn7z4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmrcjxvpj7cg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49t75hzb36v9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5wzmsxyngrh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsxhx13pzqzx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyd95qrp77t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e77ft1cnnr1v1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw58bwptrvh27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q94jlx8h1kwnf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n24qqwbky4v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkdqm3re3ggj4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx438r9zkyyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d08cvs9dqg4b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b08lmntzppltc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6y22nm10s95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4f18m1yephh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ngq00fk8bv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcew3yk07ctd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m367318vsxmg3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29b0rgetzpfn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3tj35d83bxn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv08r3nnxzcy6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTCHG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/10hnxkzgxfqmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ldlqkzz5t424\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fy4krxnw697\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv1c6t59qbgr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00hr3l1bpcsxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q302pl9fk9d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7thh7j0r2kx7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRPOLRES\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_MEDIUM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryGas_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2bt9ytt131f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89dp1ss409cbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3w5hk6jk0tt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v770g4rllbm0h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1tfqzq55kvhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv09q7lpwh4q6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p9mgw991tds2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pckp87v7dw4pf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_GF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/SEDS.BDRIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjppy6gkfmbn8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee4sv9cph9gdc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar100000Onwards_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ContinuingCareAssistedLivingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0mvb0wxywbz1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lf8wqwr14wcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxr8pevzbx6n8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Capacity_Electricity_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gtdvvhjyx3jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbywer7vm8cw2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG02_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75kpsfepz6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzny7e6r1qe5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthCentralAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n44bpyts0812h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gcj4v4qwsv11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_DieselOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnl7vb8m0t88c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8NGFSHY_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgrpp9prnj6p8\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Fertilizer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cmk5b2xevz82\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_WIND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sypw5tjlky5f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9756bq78pk8n4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.EMD_EPD2DM10_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqjzpzzgq357\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlmxwb37z5bn5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2sgt2kl99pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4mvywjeps03h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YOP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/367xv0w9cjqmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0w2vzx09gb6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpgnd2bf57v7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sbwvgcrrwdv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dy61vx7bw0jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp7xg6ey6d0p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LocalGovernmentOwnedEstablishment_ExcludingEducation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el301ev6dne52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twewwjp8n61dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kq6dv9rtet7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pezgzqlrb18h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8vty3zxl186\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejvbpptwjd2lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e84pmem43c2xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd5dw8tydbnbd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/C00-D48_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33vy9jq70xnr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/614mqemr06qxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/624vwc7cnexl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RailTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0cgmkcfq7s4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwgb5n2j4b447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eck608mserl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5he5ehyffgf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m3fjkmrezthf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg2m2brjqk6r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s3rng6r15n32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/311ny9qrqlh88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6swx18vclmpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEOTB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnlkew6bexs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5swp3y8he3rn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew54kejgl44k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3d3qcn12qlv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v51sd1wfmpx1h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalAviationBunkers_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43r3jmzck4yz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jlgslxlcfg67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxydzd75qsry3\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx15qjdbqgb1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ym9cvk07xyt3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--IS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d758td4k35svc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9sr0m7mnbvpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm0018fzr4rl9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h89s1nz2krng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hplj99j7mbfsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0R_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd2lxvm4bwj8b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDS_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99v7mmcnwcmpg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Widowed_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft0ec9e4cc9c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xefev3g6vet\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt2g3tefhqks5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44nbeb7ly6jbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e737m7lkml209\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_CURR_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wlt975s446b2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fqxk5xckp2hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19fhf47gxxe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9wbr00fd0ynf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1qp9r7evg46d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwjxj92glj85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx82ggwnrme09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjkwll6ej2x53\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zmmkmx1q55hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dvxf2cfgtx54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rs4bqy8pj28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2htb8yjg1t4q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccnck0v55tt12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65To74Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PHVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlmknmxcv8bl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfjpg5n6t3lkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljkxyr0nvw351\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/595rwjtwx7r16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtts2v593v6zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwcdwz74k0117\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66x8vble173t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ldlp47nccr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msz2kvt80kby\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vz8ldfl243t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89gy3pfdmrqk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2sw9xdzkeef2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xvm84v2kdhhc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4ymb6gcjqn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb347sljqnktb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tcn6pktr1brf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_SEEA.LEVEL_STATUS--LS_COMP\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qd7vs49gk4zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32ells05xz0t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4fhylbz04he\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw73wnhegvcw4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNGA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7mm9bmw1z7nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlv7hs0hthwzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t0x7v076v201\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nx1ed9xz5ry5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crtzktfp8vgh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nmm8vesc2wqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lp48sll63dsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfx51tjwntdr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmmpb5ybjv83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_LowerSecondaryEducation_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vmt9p5h33n1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv51twlw56nbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7p2nzfvfn9x2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0514_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0snjb46nv4y83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Investment_EconomicDevelopmentAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xny8dg06lz771\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RRF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcx9kp0f42x39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn6l12dw1zfqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnplhen4kk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpsvpdd0k7rtf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ech4308zdkl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8c1nj9hkzq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqg9l7njcz8s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sle8p3txwc3v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9shm77wtpqq9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg9dhp8syhwb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l2vpefsbt519\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h7pq7mfqc3l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnhjwjcww6c0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5e276240bs61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6kgrq2htseh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe0ylks0z4052\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwjn0pvfg3jw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p0k325jcf196\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9zytw7kblsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8xfy773hw7g2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk1pxxfe4z635\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnedwy8m9bzgc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_AdvertisingPrAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2rj23lj0yyt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsj9e3enbdxsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdjlp3q2r8hp1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GR\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tz9s4d865yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfyk2mbdlkpyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4vfk1f1cms35\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb32yvcl7t5pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exxlb0j9jk0vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8be7ygqvz78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbl3nmed1x8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h743dsrx300b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epdj6qthr6syb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc7n3cm89g515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbyrynx6j9zj8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_WFRT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/042x8t7zsc61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyq3dy0px5y68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd6c1j9n42snc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yggyxelq3mkk\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8fgw424e2rfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9ns3v2ch1z39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1pbt1ebyj8gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnme2x0z7t5f5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40h5yg0mp5gq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj4w638m3pddb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Influenza_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v2gqp4bph903\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/670r4fglse5z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hscr1phbhlx39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz0v9t3sc58w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7dfcn11xz37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3ztx9103c6hf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p127ldmfcswt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zspc3glgr7mg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_EYRS_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk1q8jlng7z2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8g27pjrh7wqb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhnk99hwk9kk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h23z1w59txcxg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_44Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfeqxw7wh0n51\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f6rej8qjvr09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2gw6xl0rmdeg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3mj3hmnqk4k9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfzz7zg2men44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v9h9h32exxb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b73x1j9d3es1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsy0kprqn1x74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzyqndyzntm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8lvkgp8hyn25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0s0328x1t302\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb1l1xnrvtggd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqxzk8p78smyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd55p95h6ylt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg7zjdgbjnsy9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gpvp8h1z0qdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50rpt0dg2xpjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfezmzx8pby5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_3OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se57e155lzq78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czngmr9zqlmbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etcc14bhp58gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8fsnrx2psk5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMTRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zen83l2xcl64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RenalFailure_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sff6bdxy58ef\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etnmnrwy3f95d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD2F_PRS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkl9pt05tzg76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phtpx9knflyj1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhp8j1ddfp5h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jpsbn2m15ngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd4n0c149szb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1532_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RC0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jemcqmjfxd7c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqykn4lm9xw21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr5nx40db5ve7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/899mvh4kq7z52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80etrc4hynb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1fpcr9gdscs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5bf9lnmd5e26\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/TOTAL.NGC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejq99v10q7rg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gtkpwbbtvm5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48c44lt4m4p84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33ypw5fyfcqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj34439vnpnhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw2eqbr8wzp0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d4g10js4rt05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn5b1htfkv8q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hykw8pd2f3yk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkq3g41z6nps9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SupermarketsAndOtherGroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkyde8cmz6t07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57re8vmthm077\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c6mdgdfsd4l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lmjfxtyr4jk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3kmj5lmdq0w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8m5tv3vv1083\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbhmeh9bkrr7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myyxfp7nf8jp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbkhjkx4b5wc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx7wrz0q1edwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x28dej1ksd6pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zbp2hyqvx4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cs9tztk9gkc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftqlmzwlpt75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25mtpgf32v55\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj9p32gnz40sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25p56bhm9jry4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tt3vevxrgqj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qv0drhkw18x5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj6ch917h05v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m40x13nr1dfbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/8zhvnmkc1gjb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb9lbew2yh0y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxrkq5sbjc3f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7074sc4sy0p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdzrm9w6z60z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhwvkwm8tbbvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f432r3he936t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqq06wwjr3xd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zr718zyvlp2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43gywr60dfkkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7198wcj8ewr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2p62fqw63qfb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T49\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pft4j3cjg11g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqkr0pq46xhs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19yxzqpbp7kj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp591lrfqlxb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz29j4wsb00hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqw3zxjwlrz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV2CR.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dn6m5bjhgb86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53vzknbffwtkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv19091tjx61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmw2gq7h78d5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlxtv8p1n8wh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lq033d1xkfj2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swycm80hkmdb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey6y2hdbwbqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqf75bxjf6b1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27t10z9wynlhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmr7rbsqzgk07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e3p3nsq40v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkr3qqzvfc2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mt6y3hytyp1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/824r03f3xz8p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgvpcmdbx6jn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkcjk9wndbmrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcm58yrxye0y9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hc4etrfyj9qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj98mpz5g3nr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwclhhywk99eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7c05lmsmqkvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns5kyxzv91rr1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DZ\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_71Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/875egwhncxxx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc75d7ttqyllf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg03ge9wpb0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR40_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gkec6gs5wpx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzv46q5kjzrkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsvc4091m2y0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1getef3vl4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhykf8seb463\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljxfswfrwngb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn7ddq6zn4gf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/303cktswccjp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m36q1spzct1m7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy6mrngme7tmf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_DB1719_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e10ffn3ytjnb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_MilkCows\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l0jhzclc0327\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgw05xym53gt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xydxdqdgp20y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bnx5lc5bxv3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjhgsfjpvntb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1ddmsw5ytdwf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qs3y3n3xlj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w12eph8e4698c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1dsb4cbqzstc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghdhrj4bln2g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmnjcrfytvbdc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s02t8588ysv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lvdxyjynp217\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp4eyj12kswx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g25fsz6pkl77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskqh0xfg81e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvzy22br0vhq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5lwqmb8qs03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgf6gh7he551\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27w4575jp15w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shde7y6mkelm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccbg0nyxz3s35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs7chh1fgk03d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0x5833mh2gs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c5szkbetvfr7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gzjdh8jr1zy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze0x09cex0ej7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00z4hcpm02psh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85dy0mcb3pbk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_DURS_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4zb8bdwm501\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532jjp856p4r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyh5zgstqfdt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpmcdrjc35vt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq9pdct42j34b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgewqtrndz154\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h2twsmywyrz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBV_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fbrt5wxt4vkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwhdhb626phfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn2hdzq8tqcn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfcb3gts1szjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep41ywt9nn832\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x75t1tb2xgv43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60hq6b0btrs51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6p8p2bn8c6n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eynghwvz85n\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ShoeStores\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flj6m5v42vxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69hpz1rnv4wr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg4qpnl27rrqd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wygw2fz1g7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6t29lz77h9z3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wfltblq1py1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_Crops\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yywhrx4lbd2h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6le8vc1vb49yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzlr28p2cxsq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb9ebjllrmhe1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Peat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qkwqk8944czf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htppldq7btlvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slcl8fswcdy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2mb7d6xemkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spd8z99k3frdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R03_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Tuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sdb4fk1hfdl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Buprenorphine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9pqd345b7001\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fxv7pbj3h1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/978shprr97t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekswp3hjl6vc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wv42fdh5ts28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvmyxjp01vnjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt6t7k48thst5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxnfztrq2hvfb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gklyzbjr55qh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7676p27lxnl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_50000To74999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71nev19014kf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37lfw8cz9tb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxp4bvmewz01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qnjtqc0w783b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin20_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wbppwq20lk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khgxqbpf2kzp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1fsskcgmysxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy1bt8c5smv6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue2000000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxhdlhkqfhj73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz3tpw1phqqh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n4vlgehjk3fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q933ml6wwsh69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3k78xlgksf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq3kwqztwlb57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxfnd1q9sqe8g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6cvb0x4wh6b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws5z65wvnjf79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwt2k0tngeew4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_InLaborForce_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8g9kzp95flq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdnv1z2thh369\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc6vd8r46vhr1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63fmb9qzzl3hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbzgvt8zhe88\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv2qnde26tt94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmjgbmzefm10h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5jzsh411yegb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm49svyzyy31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k128g1g1gghg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e0lr89r5ym35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3t0m7j72pdv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz84d6bqwv515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m45etxgsb0gp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6t6mqghscx7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtx63szkmhg77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfmzp444fj5r5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78hgb1edk80f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwnhmr4dv3ff9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfz54y2skbpeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dhrl2nhxd7c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1989OrEarlier_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nr4gsvyynlv8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j35ktxzsmeef4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vsfmhlppv14c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzyh7s9fh5w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kss7bnxxbjd03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cpp5e7b9hjf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8pjrf6ffdeb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zbj6wc9ndld6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf3p6nk7vm8bd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_DieselOil_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ychyksxxrln21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xk4nqp3jed6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nppytymv44z6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z78985dk1kepf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxrdf0msq0lv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_FUEL_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr2l06sdpxrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentLessThanHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jpnx0x1jhw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eng8zcwpylj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr7fr2zx0zv09\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rsqt4by04bzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb0pxq1xh4phg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6gkzy7p21t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23sq4hnfgrd6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm7qjcfd80cqb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81kpxgmctjqw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6sc67f019n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvzgy7nsyj05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brhwds07k3ysh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv29v3ebmcx6\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwv90lqej0d1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7hcjdej4ldz3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wsdvxp1xzpc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lllrc8l61zd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj5ygt510rz1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h9qf427lb9mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ref2ynj27hpv8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh8qx0jmpdjl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp9h0m7881s73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqw6eev0ex4yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlrn82kmjsdn\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjlf6q4cw40w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl6g63qgf456g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qthhfzzwctewf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07k2w0ej2hcb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpvr0y0typh6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHES3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blv22kpgzhyx6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cqwb9nve3ef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85l3fqcrkyldg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kwxwr2elejb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2trc9sellb6t6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3spgk4xxxld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn5342q2887qh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cgjfzqnslppg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRC.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h9p893xem7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjzdrb48cxj38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4w4ttm7e3jdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfx0mbx8h30f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7c5bkh1528d5\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87wgbny37wymh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96869entgclk4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16zsrl25cdzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2lk1zrtnynx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/862yhdv4kr7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p90rxrwr1tcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1bntekxzcqh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zbc7lj074we4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7th92897c0s\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_PRE_PARTN.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bf83mmxk3lk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj1vdsj02wfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm23d3gsgpjr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wngsl8bxdwsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjv71jyr1q225\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalComputersAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyq0wlt41hrp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llr6ym94hwy15\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_MLT_MAIN_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0fmy3cw203cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvthvx9fpfwcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk60bj2y58f0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PARCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS81_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zvhceey56ek5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02dtmvwbzbll9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1pjkwsx3tty3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_WASH_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2gjqqe00xw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd9ebmmkejkw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzgk8fe729th2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q26rx7076jb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ze1zjvcsnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebwgtkhc62023\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bfmf8xs2336h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71nps43znff1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1snw6m27ww9lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3je0npqn544b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wszvp2rsbghl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl2gxehgldvdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnyjr4g72hx44\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47pbhn4etkyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmlfl3gw1whlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwnj2qsp19bv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h57mdqgbvhqy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2nsqnp379cd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_17OrLessYears_KnownOffenderAge\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/258yszbf752x9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14qnbnlqxfwf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vn71yzg4n7d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMNIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FM_LBL_BMNY_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpgbtvbtn1mvf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99t3dyzp34tg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c2nqlj61xfef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_LiquidBioFuel_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yj1x6tmbgry7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh28s50h2j814\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9vz740krerbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg84kfmthcwjf\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyht6mqcr1nq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskd0bjhh05c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plkxlrdw9vel5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vph4fzjmb3vx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BML9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cd3lft0vm4f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MENRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSKRTC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAsianIndian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/333kfs6cbbbt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jr32wk54h26f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj85nxz3j23h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnp9gb5j7567\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx43qhrjkpkj1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ADVN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4vzqvheyp45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m04xgmzr2mqsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egylxzrbwfhp4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs76f8sletfj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvz642wg7c3fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k0cestv4hddf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m42xjqr26rzg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygqhv5xz428z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0rb7htgcm9sz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25cvgnqf0kfxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ymz3n4tgqy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr2pqhgnkt0lb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FuelDealers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/329x9zrfxjs61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8beykk0hqpl56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh61p88p1s6bb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalActivities_Robbery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6rf5k0rgd7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg89896zpely5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d24kehskt7924\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp2r38krr7pqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhwvmw0dcwtgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmt7xmqd38bx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd9zr5cjsrknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1jsw9xv7w1hg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rhrcfwhwl8r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/757dpz781gzzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2ts6tcnbjn6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lbtp5jhbf3f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1kybvnxzzm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzg0vnl20znh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8vx420xvmn3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m4kqcz2gt6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfqhe3v76739\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81f2s2c70mlbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj7grt81526y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbenb0xc2y65f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnrbxsgjz5ehf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyltyqf83snn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59xtkfzcl77nb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_SOCAST\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjz458g20esn1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--UA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khvqremm85njc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VRR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg2cxn1cl447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eef65w12s5srf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv5k67xqpb2v7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_GDP_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z9xy6wn8xns1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkrdsf46x3lvb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd4dkek0epy04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g31js33ncp2qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms784h7k2xfx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thqqkjp5xbgn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp9l9fp4hb2wf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxdv48gxsklwb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyzdmh21tbq68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03keeq9b5wq45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5xwb7b96dcd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jzjhbkp62jv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf3d3jh5tctq9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fqtxkcbx2zl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nndcyhwh3gwc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9jmjgtztvypf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km6jdqxmm0df2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w24d8ztq8l9yb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt5j9s796skn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk1bd09ejw6rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j89qhexe58jm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44tmlfdy4qezb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4h5j7fqt3gw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyb1bw3w6kvbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4gxryddk0j39\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS44-45_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fns5gr98t9k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zbd8srj5j0tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38n4hq2w9xz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds59z81trvpyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq7z7t6hgx899\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr7jrf8rf047c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tglwsgyr42vjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbsk8ezvw29l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31g8707m6bt78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmhyny236b04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1z3ppthznx86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpslvqf42d4h3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86wlwkce55d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx8418pjdswr9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e83n3bdrhd93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsc9qjk9qdn13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfcgjeqvkvl5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn885dl8x08wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p78tyhtbpd0v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnel6m3sk54zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs3lhce6pq375\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcj16dx671yh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt54zb10hymh2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ViralHepatitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cydwnectdtyth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh7s78v8s14l9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxn85z0l9v5p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90cqcdff562m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/407tvpkqb2c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8rgzg439zpc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c50byfdlpbmp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/Q00-Q99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yjhg1nqxq0m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meq8pmz0k4gt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzevdtz5ngbh1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_CoalMines_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0skv91fx5qjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnqyyj3v1hs5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_14_01_01_povsurv\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_NAICSInformation_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmnnnb4qdlyp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh9784pr8zqw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3h82ecb2r4bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8b1kjbttgsd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_ARTC_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ze3k67s50293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32s3zd5s35sy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqmx1pmg49c9b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DMIN_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzv3k9hpjtny1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd9121bemd7dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33gqfxnx37r47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5bn79w4196d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6w5rddlzrkgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cew8ydvt139g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fky8pxsz7tsng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v79ck5mjfp9d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18pb91gk3pyp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhvcllwslts5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymk7esemzzmj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwbjf2mjde14g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wljx82d1f1tjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz0mlbryh0649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2zhrwgrtb387\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalTest_ConditionCOVID_19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60To64Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewvy3pk8lvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2mw02ycnq713\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1j4qqttg5dq1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IBRD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jkjmlj4g7hth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s6hycwsb9gvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t75hbq15fvcsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkkz35x49jhw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjp1r2sth2wn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdgyh4myr5p1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzyw5ecwspfgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk0p6j3gexzv\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/747gqczgzpcqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0lcnzw9xpg14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n09dmhfj85891\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elnypfnvget38\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgke0v8bhelt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2y55d9wt516g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlvbc8hnv3s33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qld5nv77lkncb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nx51t0dck864\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97kcseph8xlh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4e255s71ykj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xel7psn318qqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymlr0es1xe9k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcy9cd0r2hm5d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7mch8xk6hmm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yb5gj0ce7zd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jne6ykt5h736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qt2zksebr0w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n13mv2dq02rk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y33nwttnr2pwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67To69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ench5w94mqbr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgk8mz5vjhb45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbwe8z7j1x1gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gt1cl7vffpn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p98r86zkbct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5zmp2mjhnwyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rctprrbmyt4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4ktpyknt4r54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btc85kc7dchw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vktzff96szpt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbj3vwc9m8k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgpshs9f1p68g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e90j3sm1xkgy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbjdxwn68yfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6k5vmr0sm09b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj3nng1fzj959\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slg33sp5dt8lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryt2g1fqqwgz2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryggdbk7yhk0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4de8b4z3ys72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7vzv8z7h8hq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5p7d01xw0wwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd1ys668k59c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7wrz6n6wcez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs73metfm07l2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ys9r5cjpr828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2ptwz9gddv79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5q9p5wjrmm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx34ytch6qpwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdxe2jcwfg272\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3v1qjykmnfyb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnvxv395wbe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7glfpe7pzqx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyynzldl6rfqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p6rgsqxyc163\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2jnw7jpb3kfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg3fmq5ysfdh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6etrqtgdsjeef\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g27q3k9sgy1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/409dst5ntlcd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgffwnynksx4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/008y220h20hhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzlcyeym519bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrbe0xz6fkp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9cq7jqe4p75\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpcre2q1gwcy5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Utilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eh3cjqcergv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66bjjgcjpt898\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbdwvq353kkq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xywfcq20e9dh3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_AdditivesOxygenates_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34lnwgql3wj7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lchyg8q1r1y2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPVP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v48vpnk997p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx320rh80rnld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pv3w1jnwpsc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygt8ewrm7g65c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s254kzzcdy2c1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_InventorySold_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jplent13lp8h4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_IncomeOf100000OrMoreUSDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dhnczy8szm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cn2vsmlfsfv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btn3df39z0dr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24btmhjsq5vrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efzwczkcznqt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8r5bxfjtgzgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge55To64Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1d4991bmrhcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsq5tzqm9bf06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8hjxfvbgm566\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_MORT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/3v5n61pl83lw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0dthet6fb2kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_SECR_P6\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/gztb2s4lj1pcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp4styxlvnhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FE0_K.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v1494l4emz71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bds6w22pxk4cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmv304cyzv1pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9501spx9rteg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmv4wdwtjfkcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh3fg5eb7hcr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljtztmft101v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hs8lk1s0zc86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcwt9tn4tq6qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb5n6h5kw0v8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pqksfv1wplzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wgy31w6pjjj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89hvzpk48w3sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzg9bnnl9eg73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f66x8keewypb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zw8cbl9dszm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cytty8pkdtlp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd49sqymjs7kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_4Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpdc3l09mmmz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0yv1kmq7wdb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kg8ekcp779k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9hvsnct99fsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fwn3plz7tce4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69qz2hx3734d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4842503erx1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrqb29fqk5rd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpw50jqr7lsj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfl4g7c0ecz85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bs5q25jblcf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7mqer5nd15z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shqxew93284w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hq96g97g2j07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pphw421yhcqmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvjs4ejg3j4sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3csmlmn9s574\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scgpgdxgx9tr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rwm87h8mqfs5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he5wj9byz5h85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp4h1x5wnc35h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4824jmgezbh43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kmpr1n2lplj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yngdzm92tgr29\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sv6tr4wyp51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn6l9zp4z4vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/718w7sbjvk525\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb1ckd9c7npm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5fjdnvm5w6b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsdeq9plv5w02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceWhiteAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k958degx1kzd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkth87lfzknj6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0jxjx3jmf5sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sz54bfpk11t7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27t8tz81kv5rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lev1c5kxd12y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqexhyvmzgy67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdps79drfyqz\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzp9qy3gn3c06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wl1406bgwgg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxfpeqye77x62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfswvjy5heh5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_FarmInventory_CornForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwqq599f1z9hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqs0gz0cvgx1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30kht1l4keyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jceld0k7ysbw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5020_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70bcyg1swpr1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9djrdnc4zctn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qelc8zvy4ny97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflgvt6dl98w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk3rverc53ny3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tnrlpjtxhe2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd7s778v9skh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbhgv5d269fpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mzh7p7sc431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgh3x9lnmlfs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peck3f1bsc07b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mr2wxlyh4lbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlnxdfgfx02v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x668bkxzr5s9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkvwsfx6y2n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppp7w671wzbxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/101vb5yry52n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dngfl1vw9srt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgrrdg1flrsy1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq59st6j3mjpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stt3vb0nbc9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwyhzs4ht2x2c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st0bte4sffs85\":{\"byEntity\":{\"country/USA\":{}}},\"FertilityRate_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmf8nvz7vrp76\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fdvvvtskd5v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77pk12v6lkp87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n18hgz310vw83\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kzcmc51s3tj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y7kej6kd2bpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ysfdrv23e9q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4xwwgh0yswh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn8lpeyc0ntr9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hercr8kybq2cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mledlx0kb8jq\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0n7nkqs602wc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_GENEQEMP\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS23_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yyzpv9wsld34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g3l28ybnb9cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsscjpvbf3jkc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0l80pm8d0797\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbx5f3l6924w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh3kg5109b6d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htb50pg44p6g9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8778m3nqctfc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczn73fvx1wsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtwp0q0dydhz2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9vsje7dw5dqw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwel446h0z9r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7vc14tysve9c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08kzbz1pwkgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s07jbd27yekb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2018Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpxb7znsh4gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrxh56edf2kn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/209gvw1r8p0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbsbswy1rsbed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0skj2w183682\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgwx3kjjzz8wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrtl2ljlenz1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3pn0p30dy177\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7zctp6jjef98\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm6rqp3ryl5p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2019OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s2bnjpwjl27f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evvk3369wft12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_PedestrianRefugeIslandOrTrafficIsland\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21f4z16y156p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/765v9vz595sz4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87p6s7p4gym0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DHTWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wt6jcd7kygwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhqf6vex4y77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cvwl1z9zgdtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cphp3zkxde5zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp7rfd8j5dl2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ewhdkg4s47dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djqvqtjmcd564\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q164bg02r80g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37x7qvmd4gy34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b460zq53dvw32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgvkme932916g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55jyv07vhjw5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pfs21jq8zmp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm5vxhd69vxr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0swbcwqmgst4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4bgfvlrjx264\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46sz5zq4r9hd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjepq5mk3yvy9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/jhgfzgc44hrx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwz97mc7t2v41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1r9qd3hvhfl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GDPRX.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt1klxs9jdf53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zpccnwh6wz3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1179edp0xrn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_DEUL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithMedicaidOrMeansTestedPublicCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psgmn2bwn052f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6874gte1wyc12\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l44jbh0t9crq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue70000To79999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69pe1x8vttlzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InfantsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg791ejgz86nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwjy92wvj493\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt662p5h65dp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nypegpnyg4pnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzps0w3bghfn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/011b7l8yf8zlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15r116geecyrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vqdbs0403z3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyqmp5nv1zfs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3sfvy7s7eyr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jdtze1ny5x2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j18hp4bgrxf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxyj7pq09vmj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92fc6hv7pfl9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6d7bhfrpfe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj8gvvmyxsqw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16wt8vf361qt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mqlxzrybpb71\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd21t425xbrl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhrm6dwglgksd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5xjws2wlyst4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcp5xwt938clh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf80f3vfxh7j\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpe4brxzbdnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmm0xwye2991f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceWhiteAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hwr7g0t7bzy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfr5714e931m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1t7bjwsy1dpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19t8c6fbc0mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jxwzlxrvnz3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr9y1dxwwjs6b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwht4q2nl1tz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y3yvbfy0r48\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62179c590kxw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82lmhb93yvw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv891x6mqcbw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evxdg8gcqz6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxhvgzjhwwmj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wg2yt4mswmt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvgk1hrr5ypy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlg9njh006722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3rfme0y8sm36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb14kzpdb9k04\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j16ww07v88z5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkyjnn9c4qbt4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lmsg3qbgjxm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbpk7cv7r04n2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Reserves_Fuel_Peat_EnergyRecoverableReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5b7peqgevsvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG5ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2spd6mnwc7x18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3wz3sm6v55m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grcsxhms7k1k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr9fnhcmd1zm3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/segvbdmc1z5e8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v4wr6cpeb54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dmgv7fkg0ldc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg6k2d416qft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr6vv8degh3g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceb7b7rjvqfz5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g77mfhp78z406\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yl7xk59609f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4me9qwgdryyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbxvnl9dp7vv\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l0x8rks3hwvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxkpz85y56dtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w2xlcsvl9y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrsj5ksbf87r3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDS_TOTL_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14klwqyyx49s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dg18c3ms8jb4\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lp7w4gh4cd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h0m64p347nbb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqmr53cvv3749\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxpf5tqd78y01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zff2y1xj0qq3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldx2v5wmk1sz\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwflvf9fyy9f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To24Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98b24s79gr7y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzxr564qgqhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/609r33tkjhfgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/619ebd62y9278\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfHeart_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cwq44zd19qwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13ydhdyy5ctbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq4qt3qdxp0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcglp184lcxt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23hvkje00yhdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59ly1k5veeyqc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.130-4-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nredc4eljp2kh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_SSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years1To4_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4phgh08l8sv0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dpk3534r48t3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbq3txcztvfhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfzqe3710cg9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s9f0vtm33ewf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbldmp6p29fmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14j2ede5kg6rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlzpl48zddz0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts0wpzkkgmrwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPJ_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nl79hexb24g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zdzbhbdlxp4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evyy960hmj55h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5s093mm27zz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0np2b4e4cn003\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89k48djdr499b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlh94y01hzjm3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kssk9wwxz9lk7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_NaturalGasLiquids_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl7epnk2zjds1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460gn8srnx9y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzlqtt6e9nd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8xnk8cbz4l04\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tr6q1xq3pct5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en4q311xltmr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkky5ttw1n1m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_PASG_KM\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_Female_AsAFractionOf_Count_Person_Upto14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw3er6nwtx0h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qb7ptmkpftv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j16v3el3enxv7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56vrlyewcxtrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgeb9n6nymh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_DrugResistantDisease_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ge9xv9f7fvhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ybrqq8fxd26\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_CornForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8khbelkv76qch\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bt936nn0kdrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p29h8p0k6gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp39jjsjqdkg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnl0c4w6k6ve2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ssq9qdqhlpm2f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC10\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Cholera_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnincorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv54szjtjzl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm0cf83j9whz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf9m544kqv691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5pl6reyz136d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/999kvt8cwwxcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bewf745n2jh91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xmev9evmnz91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8t3e5ydqb7e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e6fnt4kyx813\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2yrpjj6eqftf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq37m14r9v6x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_PER_RNK_LOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41v3fjx5y11w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47lhkj0j2pmpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nbnpq7y8flh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0xq99gywy142\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c55jsq158z4d9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75To84Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjncj8rhx5pb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb7z31c7p7nl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tel0v8ezlpv13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxldcljrvqc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m9bpwr9hms18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg88hycev6mf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzhsg18kh7j52\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr83wnx46yx6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/helk5tz2ex1pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8y3fcnvwyhv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/745jne5nsr4fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrnzvbm425zg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5605_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HAP_ASMORT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27ethqe7ybb18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mky2t9rlrvbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj1wh2jktk867\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j67xzbydjzj3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t01yxjvpnzjw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e537bt1tzsn1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8yqkgg78gk75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj08ss3nw41s\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wfnt4sx0y4t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blbgjqxd3621h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1wd07zqhy5r2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klgvb7bte6f6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qql1trfxmp2sg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9zptpep5edx9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scds2z44fm7dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kepjg2jmy7j5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BN_CAB_XOKA_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71zbyqdhbtepb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csnqqslenpr05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hxxh6lp3prmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61p9w2184dpp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neh7v1ced5cdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rthlkhbr1w2r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teqddsh274jw2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_WasteWater_UnspecifiedTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdy8pjbc3ddyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nb2c2yydgb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c757s7ehx1el4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxbzs7twqfg19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55znmzhk56mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grld42crklcjd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpv7snkes4bj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WZTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80qrs2l7zp4k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe7thynnrbbfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlqtllebrnyh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmptfl9hdk21h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jrrvmrp5dgm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5gf0dhj0z1w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz7hkv124lrk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr1fz7njws6cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1z4hpcjw4gq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmn560k7fgf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evj6btf002bzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vwsjss86061\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7dv8c2eqv3jh\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gfp4nps6erpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt53xxzvq564h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yleslln8w8hp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcdqpskmsmwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq96dn7ffb30c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rky5b4w3wbsl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9190_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x2q63jnzp6bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35mhs6wcmn6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yese8t904d8xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGWSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egszve8w2vey3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9h8my8f8gnz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nzp33rhsbfh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vgennhhr2ntb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkh6hs8xyprjg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e8clnbwvb6p6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zd6e4nj0wf2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg06v43gc4whd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v354dh41xmed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5shgn694byn64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzm0ffgglqldb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_FOREIGN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nbpvhznxz5h9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgs1rv5fzyp3\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/864r8l8rxr6tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98xt153l6wkwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejzheq1lgeee4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkgd45qmc2jv8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ht5k3nf0pp78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1vgzdyee40wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em4ptnftvfteh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthOceania_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cztw75rt7qp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybdjclwpwy13f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d8vd84jf79g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byndryqh3s4l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TRFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07dy2enxrhvbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjz03wjkljw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Ethane_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96b4k6l08ftq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfcyncll22lj4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_DYN_MRBF15.AGE--Y20T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_VehicleCrashIncident_NHTSALightLevelNotReported\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggxfnlwg1h1x7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PRT_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh0f99zbdc9zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzhbtbnc4413\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96r7vqth83ew5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p55g3ecv7t9bh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_INF_DSBL.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s563kwc93ge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4flkrhzcfq0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk2nbsyt0z8wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyt8y97bbrkpc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qql44cnx7br2d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37kphxhsmt459\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d57d25l5zsw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrf3f5n0dtqxg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf4qttv6ekjq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ttcb1530xtj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eypl4yqx0rfpb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sp1s52x15mpf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--HN\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfvvtmd02jm34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwh94mqg8gv25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bzddm3qtl62h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbzr2yfvz42b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhr48xfgdg75\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlxjt2ncf2nf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkgxqmbk8xt1h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PopulationWeighted_Concentration_AirPollutant_SmokePM25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WithDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s9g18qc4xfsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc293mbmfbqwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVAY_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c3glwn0v7pp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w8xf0pr3b55g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpkznzmghk1b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To17Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_BroadbandInternetSuchAsCableFiberOpticOrDslOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bedbbxmywddjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhb8nqj95fnj\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxv1w1jp2v2r5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n804302822q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f22e28x21cdf1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_NonstoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwdn6zkwf0ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vjgmhz80tsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqbv7tk3svl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4z8kpkpnh3h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69smqzkrzqqf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsc6s9fptqr8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3d4yzy64mc7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqklj7xk8dfk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdpt2v7vzngbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmhv0wyfhd0cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hy0mcgg7m94g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n9crfmjl2tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg3ybjkf2ckgb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tcg2wenrlbjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdskmd0zfht3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqd6rrsmcgzmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wre81x23r8se6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crjb3j6zfpmec\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yne17nhw4328\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VAW_PHYPYV.AGE--Y1T14\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkp6k68gg0244\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phv9drdb788y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg870yk5b2qkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysjb43mq367w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px9e0886skfhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s78cpwwxl6s52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m9xs9s19c4pc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njc470g14p55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x4ykhf9eqq32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sk26jljf00w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vlt7tmbkz3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vgwzq21f1lh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hthdyj2ws9prg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf2vnqetv9bg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mfv4d56m94td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0d3hxwt69ct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv5jyjktk9ckf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiabetesMellitus_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt7sr1sdmrt8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwqw3rv1t3qcb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl2szy95y8x79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp1gqv00d2ql3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/337tl8j9bgfrc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0fe65hkxcmr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2zfqwk7xngb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32eqvdh4wfvg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rjpj2nm0lh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r843c7wrxgfqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8tbzykpxbeqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0eq3gm2tb321\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjsb8fh39ww7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgdykm0pbdxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sph817plg65l7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n02vj47szznp8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_Charcoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d0kb8443bs8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lx896b193wqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh4s6svj36p29\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA07_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6073mt21b7svg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/014tnmy2c8c8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f72vswe7vrp5c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ytbtgl69042\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4pjhtyt1hdd8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_TertiaryEducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56cc20kcgyt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tdjcq47l9tp4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_28_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vje7yqb29gle5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30k15w8dtp4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc0pp8fxlwkr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyn4kxt7bxsk\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mfefx3ypsjv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wkpxg3f99mjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qs9zcrxhm28f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yezvcl2hrq981\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ewhwtt07lc6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pg516w9e2yd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kgh8sc5m07s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCServiceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yl52pp63vvy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bp42nn8jl7e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tebzm3n2qk1fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj152fzswgrw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfwqxgz91d366\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv6kbbfr9ejb9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIR_1_AGP1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_Native\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvvwj5fb1dw5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl0vwswnm6gn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xpc8ksm082mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n383p51nez3p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv4k1lvt8g623\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k49f7661k7f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hyy19tp5fe5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsshd9ghjpjz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krlrgpv60h8y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjeel99ydwzb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z6qhnbvkzl22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Female_AsAFractionOfCount_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f06x96qkk2kc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHES2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_EEV_ACCSEEA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pz3gl9kfdgs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m9tlvlkd10wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evy1k25ntg0f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysx0m59xx0l04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_COVID19_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc736q38kqr81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6dh0bq2e9nn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfmqpgqt8ceqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ArabicSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgcw25pjscred\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hvgtq6dphbsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eer5xb85bx8mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vebe96wec8rk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl8g1hs0q8myb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59nkh04zt6fx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgf23dm0q0p0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y08zldryq3l08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j89p8rkcerqd9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vndvywypm97\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xbfwy4zjtp75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bhq14hxcnv22\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9kk3mv23ps5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yzrg2bwhe7m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfxdhdrcfwnw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wp621s0l7fm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yz3lzplek8cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fewmkp96d6sh5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7p6zq64c5jf16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8k03qb9wp53c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ynj0jwep3mc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nh4bqm7sh3h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxby9jwmsjb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md3m4djde42gg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0014_TO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75To84Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cypwztdhplf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc35qc186x731\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ykkx5pwzgkqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxr0hkjzvdgkc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t0j2t1wxgtdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zzyw1e0cbcwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3nclfyhkk6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzzvkk8jbmbv9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Worker_Hire_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gehhslphq93f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnsjzpc1ecxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epscmkbbek2d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewh3dqgj8g8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q84fnyt5nln6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh8ykgh9gz4lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8p7z2347jnv4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79q8hbmk2ecb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evcytmdmc9xgd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tct2t8pl57wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jds0egsmxe7lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7tcmtkys4vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwts0x209x6vd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyl7pk7c07rv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywsbt2w1dzfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn5m87c4ypmzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt85xvnrlgsk9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_CNTRY\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss6h4rs9fqf5h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18To64Years_ReceivedNoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47nfwp91vnenf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leyv1qh89m5r4\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdhp29czvz89f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q77lh6p21q984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyw3mmzkx0h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv17b522c7m02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smtbwd4fbj3t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_Miningandlogging\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbpn154ctlj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwbw3fvhlqjp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_PLC_DMMBTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jelwzry66gmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0yx2ycz2zh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_SatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpexemvw5qv62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/442kck1qww0wg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgqfbrc3b6w8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1wjrxvhw3fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr9g1g9hz5tfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO2ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fec81qc40bml8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swhmsfgdw85j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv7xs31ev56r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb9jf018xqsvc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin14a_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17jf14ygcf9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/267w78s4sgjm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4gvsgb33fsh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgtp22zg9fwkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8m7yj53nzlp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04llbhezy59jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qbzs6pl0g2f9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPR_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crb8jq1sljcrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh2n1ydw6vpg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y74lc6fqvqj74\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chyhn3htb9vrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvyzrfjtlz1kg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv4elvzc595g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12b2mmd8y6eg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k43ln8lq6ddz9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_32Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ketzmjdyw6fc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpgh0d3105swc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwehw3lqe57m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gldkpdewn9gtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqlpnvxvgltdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gmjzesz28mf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef7kzpfr05rh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m9r04t1c2nl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Morphine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fpzn01p9vrn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rtfmxnf5s9q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k0x5nvp3hc36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzycpzz4s3by8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qex780jdvnybd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn0hneb9vv8fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/excflddgg2344\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dldh0p4jv3l7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkwbhgdz4wmhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/454s70m2tbh15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w27dmkstg1j9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_OtherHydrocarbons_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4w5mg47fxzth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmx3d6htqtfdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfef8w30hr8hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyj541w6sm416\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxp0jbe6wf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8g9dst2dgzs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnccm73m71qsg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gz6f2srve3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqg3m2xx1cdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krndz447m1d9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt024vh30qt34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcv0hep7pz0l7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxw7f2z3zye7d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1ACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frm4ct5wy49td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkfbhgbnzhm8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev7mp4ne33tr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr7zdnj4379fb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5ps1zhb20dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tylx98bx0xk6g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr5pn19zhnr33\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k017nw9tzg2j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym3bfmz5e91gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7230eptglyj57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c05sc0mzfznp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8mmk6bz6gpv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_UWT_TFRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c2rpt41f1n13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80dllvj69kpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pded4lp9clf65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfkbd7yqggw7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vw58bqzzf9c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3l97pn1g6d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WaterTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzw62g5dfk782\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb8zm7w4l2791\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bfjylsmkn5bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0vxs28nker2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng4e7z3bklpjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47xhd168rb0xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhlefyc0mgc44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv0gnjqrhk497\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzd9s51lf95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/395vdbwm7pc92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qsyt9xxex7n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqnslkd7dm9t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71gejgxysfcr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5nlnctxqnvjd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_12Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06f0jf8xvzw4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g6gz0mxwh064\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxh8l8jsht903\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrdqjqsgrbde4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3sgtmf6vr69h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfwqy1zh9zj2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/wt0cc7e8qb392\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tynzqpznd6n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgmhvnpgrxpb6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gtv3n804g5f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue80000To89999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0exenv41h8zm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdzlj3lxtkyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr6hwqdjy2ft7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/b9rjqdq9xzhh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvt53p2dk882g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwk2zvclfkl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg55g9qmvrwj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mj50kw3skkf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6b5dk12hgnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0gtey2bjl73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqcx22tgy9e65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5nmcmprbjkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfypq3e8wwvf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalActivities_ForcibleRape\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gy796dmqp7ng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93105nx0vr905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hehxm18d0qe9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swy8thqjgf79b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q8hbrth340h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x0y818h1hxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thz7g113xjtmb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_AGR_EMPL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmmmt7t5wnqr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qzdkhwtdtp4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vnbexd9selyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23f3q4488s8b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqd9rqnp4kznh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prldjw7r94m4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcsgjrvbtm75f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7shd0zs8p55yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ss6wjblgzj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44hg7pjs0w6m9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_OIL\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Years16Onwards_10OrLessMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp1g8jh3sdkqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehql2jnvxzq3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e48qn2g5480fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj6q4b3c53635\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s250my46d66n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exz54f5shxgyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb42qpwsq5zs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ParkinsonsDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59qx9kslcwyrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq15n170qwgx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41s8qer7mpew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp5020ndj4vsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd4wk51zdz546\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn7fwh3bl4q8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62gjkyy9ys02b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwrlreht09jh6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nslhvmdk8g2d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8jj7cv5jr8b4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvx4ytc2pn5rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwxg69emkj6rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3ppbm3ppbhrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxwk4e66ks0sd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OtherManufacturingIndustry\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SH_STA_MMRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mphzhlxvxk3eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se6tl5cqyz2yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkbdp5s6lj911\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrj55p3mtcf2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9x6z6xgpg1wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj1v8n6gmrrhg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0brgx09z01kh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg2blnxpgjb54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HeartFailure_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgw64n24g04t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryrjs2ssywzyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j001dev097yc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbbr8qmzpsx0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s50g6cjbzjxcd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd4s6px6g5flf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPRRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6010qe313z6k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be569xhp9ckx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlbzkmprvh2kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3d1jtn2er614\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn9hyz2pd52d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzkenpjxxnv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbbjxscx6bd78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqyb5fhjvs428\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg3gx2ezzmzp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_MS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lzz0nvg6vh09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdr2f6q11ws5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9lyhlemw1jv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw169cdx40g23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgxl2w0cmr4k9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06mm632xgcmdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtrxvj1lwf3zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kkefdzvzwz3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gekphw4qzcms6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4cyh3wtq5631\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe3mrbf5wk3h5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jpc7xvkrmeg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k06mcgx8x4h36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r250ehtt0lj91\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rvbzyvxjf5g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gp674e9zd05d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ls0v15j0wdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5lnqgjyzxq8h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejy5tmjh10dm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g60l26lpcg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34rqecl712yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb7885lmvm88b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjkfe6q1sw9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV18_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hmndb1escbhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r8h4hqrr4zqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq8zqd3xzev41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eelyf9bekkv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slhc0k07wwmq1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DPEM_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k1p8gqrbwdn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nly6ye236m1t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj421v3rnegzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59485qqkd44hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpy9kq4kw8cth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2hqlkym63qb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsblx2bg88357\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvfyfv5cjf3b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j0cvwjzlzxy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymrh67bhjhzj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9d1l7rpjt74h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/C00-D48_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cr42eew28n28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90fqzrt5gkn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8hem1gtc1jw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg9p9ny00379\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PurchaseSubscriptionAndRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zxee7b25me9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflvj6xry1b04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdemegghy86w5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3gvf1g4q77c1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmmcgz90k7ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgrcxn5hx909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stq5yr7gzjjqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7eb3vmct20019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvn0nzbb3clyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2cef1qxcqjrf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jns14t167zt2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_EnrolledInPrivateCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2j3bdltyd8ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xkjh4l9dlj21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gk29g2nyn6p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybchecjz4mhx7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmpgg7dxzqjq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7g7hj3nvt1rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8wdtv8pw85b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9elm7g42w5e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz03wg1m8e85b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9bxkyys28bp2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gr69br92krmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53hdbt2223p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seg1tk8y14c1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS33_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk2x2lnbz0p5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r721347206g42\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6he4h8xqmbzpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5lx8bt5pk9jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x31835berlldb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1tmqgc63b73h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lr85w8l99208\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjxtp4ey4lfvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdxfeb774red5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn9gj5kg0vlr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1vhpgd91jyw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bl264cjec5j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg12h5zyvvtv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z00r86yc2r3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wvvdkx5kw192\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_GermanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvygh88vllyw4\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90jtzecnhtfn9\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_TRAF\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2n9pmnfkm5pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrvtfvserd13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_SideswipeOppositeDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/newfcfrp1yh3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4nnkh5tkl48d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SODTB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xccb9g10dg30b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdce2gd8jpb96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln9fb1zn2ts26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrgvfb71dzgxh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d194pq4mt56w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p29xjx3kbtet8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl207b92pk9v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s024gnymhc3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt251xn26k8fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm0p298nn6w53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrr1hrm0xfyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9bj5hhew1bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkfm0v9v916p4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_MSTKSDG_P\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/207e58lee09qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfdjx8zhk9ej2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05mfrc6czzbk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcwywnx2741m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq0g3xe4yw409\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wk7dbsmnmhld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdnl9vxyhwe77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npz3hpp64dz7b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsvnk1h0fxnlf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh88glvr85wk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvbzqt3z8ml08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcn7mw54k59g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5fmsmtrh93h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvv8lrqed4pg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/255fvy4y55m13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1619j5vp9g7ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8prtrtcsncjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_NativeHawaiianOrOtherPacificIslanderAlone_AsAFractionOf_Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fghzv09l6dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kehx0v2kjnn1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k06ngvq14l1jc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ky2nwrbcgqz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnmf1dy23zbjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n09jk78zt42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0zbq5ssztbm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TeluguSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_OTHR_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjfbsf436cpmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0nzvepzt6c2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk7fj3e0177rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hhm5xm0cr9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0sq29pfdmtk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsfp5kgxz1x99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytzv0c2ljx5jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy400p9cm1rjg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t50znwpf7pme6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R01_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emy9h5p68jbp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8chbmy5tbsph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e3m5vyybg4q9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etxxejhkdjn41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9rhfkbrnwnzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rghtczmxp4xj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rvw5p9kwddj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/606282khjwcg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2cbnvsfghepb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8kv4x4sh4rcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19gvx0eh6hpvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqscygrxpne0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6hv0ydddy75b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfnf1jfpjp6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26t2f87h9e1k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ewlq87v9wsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17nf37hrwns9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3celbwk9n4n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vx3mm2ff2fq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e631mgvl01q59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AdministrativeAndSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSManagementOfCompaniesEnterprises_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21hbxq3qe36w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32bkr62w546cd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65tnf5dgczd81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nshbn71f6ds5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0tvrcbf4hr63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy2m6y5tge867\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh8vswrjpw3k2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_1_E15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5n0bp2n1d5m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhvp62ms5s68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztvkskkpvhvzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_DoctorateDegree_AsFractionOf_Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ht2xlwlt6b3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2teyvkvm95k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwyk0l8tf9qx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpszbgr4pr9x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jdllsew0jf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3mxswk9q5m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz8f4m77cpwr2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqk21656mbxs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpqfyw1t95jl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Employed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lxw8pjz4bzmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9j81222c1xeh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kyn4jtvmd48b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgmw56wbrcql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lbycn4h825z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhkktmt7bf845\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjbyrycm7pd58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5c1ln1qpehy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gexc0mknkxr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqezmvbdrbpf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeq2tb1dpw3y6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Dusk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hnwjw8zyldn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhymt1q4119n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6c0flwjbxbh8\":{\"byEntity\":{\"country/USA\":{}}},\"GrowthRate_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jwxtrzerkyd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsh9ehtnmyf9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6yrfr6q96j9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egs251zk7gpk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella_CongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf5z965y4kxbc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lr37kq1qtqc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ynnlrhr2y8d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p07wn6v21t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znc5nhgvxgvth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqv94et25dv17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56yl18cw0khm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lw1yyq3yjd6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8kj263tzvseh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glxt0ktel62r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y24ez98lebzs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpx182bhh46r7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsh6gc3j3be7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fegmykgb3ztvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2mhpt3dbzf4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GR_G14_XDC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_CT_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kknr1xhqtmd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tbkb6qhe39q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvcgrvx4kzefb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgx04lbbv13d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n89jmftewvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srempp6c29074\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbyjl616txqf7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed712sh6y544g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpqv2ltce57kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TX_IMP_GBSVR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45p5v0sky9lv5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g07qjg6fxxc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzephll9trjc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pfn49rwqzfc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh4k8ksfw78f1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsm8lect9bqy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thw70tv1975p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_2010To2019DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr9f6fqlg6e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20f2458blen62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0zdt686eek05\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gee2bfsbt2x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkyj4wch1kj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqgxr1ykcf4gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/994vek4w9xjt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr5dhsjh06t3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc1zv3vx0mrf1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ManufacturingAndReproducingMagneticAndOpticalMediaAndAudioAndvideoEquipmentManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cxrb0e6rcmmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59q9c9yw7pjp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dfxbfblw4fyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p3v0rxwbv3z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AlzheimersDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIQS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yl4h6p012yhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefqw9g445bwg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evpjrvx37kg39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snf7b05zkj93h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_NOXE_AG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/rvfpg0jz7zsw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g31h1j7ry2fmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jzmqr481t2qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgt96e4q3sh61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1qjplrwrh7m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svz86ch5df8l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvh1wt82gc7bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_MastersDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57xsltbxnqzx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc8s6vb865p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31pwezzpk528\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e3g5ng7eg98h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3_F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjj79k5z7qtr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/237n8hfpp8bh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjr74r9pcqyg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/D50-D89_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06l02cgwx5df8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p66j8grdc3pk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z85btwyhxwc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpqeg1s2f27m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15b0k4fb1yrh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qnrve8eg4et3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F300\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5qc004ge059\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks7rwn8g6fwf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny1hkd004w2p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbwv644ve0txh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1244xf5vsvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8jqxekxrvp1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46jjge4clj154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wn5b73bsec99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1glrj27g6yn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_Manufacturing\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebe887j7fw4r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyk7eg2z60971\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x38qs72ldry91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blglk44q6nxc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbyhj5sf58xf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4j9t5m0d7gc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnrvlpncdkj38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PortugueseOrPortugueseCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ref6mtm86q34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w6sw701s6yh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlxvn1t8b9bhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g3f9tsyfys8c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56hqbm2rzp519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mg680g00p5n1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6kl8j829gz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzvrlctbq8765\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zhrxl0xw8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnjrjm9lcxyf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypjxg4crf1ph4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9tn7s655cpsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7klvbw3f4yh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t93ggt53jfqkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjkwtbge0zrm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fljc1qrypkeh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hz1mmzj50zj7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjfq3t16ykn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd8yxygvcx6w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nghjbptpmgfp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3yn2b13mlbgh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_4064_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n5sl4jj85esc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx82nhdnfj25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2wsbekb6ymp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ved6qfegtf84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29jyklnsjelt1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/DT_TDS_DECT_EX_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1f26nbxrvf71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fph0fxbvznp96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1vs7feel1pe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxl7gt4hdlv77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzd8kkwhv8r75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxprknx7sls4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v85penvknmnd6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83523mw274178\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt94e1ds32ep6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vx48y5n3c821\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt83zszdq72b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22To24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/197zkps60sjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q76mffl8tnqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9462v2g5nkzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ls6jd4dyq2yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6216c2tyyb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7v19bhj463b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krl66ddcyrqmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mky8w9l1c5eg8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k7709x27wm94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzjltlwt6tmwb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7kdr5zjj9rdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Overweight_AsFractionOf_Count_Person_Upto4Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_IntentionalSelfHarm_Male_AsFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/AG_PRD_FIESSN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpxhvc7yzc7k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx6cvrn4kyveg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351fpvrbvxe91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpgcslfjy4r98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz831ndyzrqt4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kl7f6swrsgkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnkeb84ldw1q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35wfk2hwl3jc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tefw65kewpex6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gz7vcs76ylbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbrdm4errg4xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkngm9scvq4t9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8cyqw1cclvkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7kkq5tvdwvn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7r9w2hteyvv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb9mv4fl5416\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vece2f0z4ykdc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lnc2etl85dd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtlsyr7m1q664\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0njj19d3gee1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq13y5542cce9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08nd0f4f1r005\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vpqvxfl6wbdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyy3e5mr3npb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfqxvvp5bd9x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9fvwv6zq4k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge75To84Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv8dfpcnwdwkf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86gw1gtggvxn1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zv9nzyewcpm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl3b7e9443hp6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/5vqf7pwbz7fwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2mq640z3rk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr6k37b6d8g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLLUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l2yepp1q7s7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3kksdcqp42e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp8pmdh65s246\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w798etznlgvrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/751kl55c8mfcg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb5lysdhjjgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p04yjc371l2qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb7f54tgmcpfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_RawOpium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r0j3e3ylgvj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynqptbj8dhzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2nhzn43kj45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt67h8mhslzyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mghmmydy6h8m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xt1mermph5z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmyzgn19jm8q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd33657d8x0j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjdzslrtyzq24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2krek86lmnl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gfnxnyk7zen1\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cxrllscdmk11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8jcjnfxxesj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_60UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pf6e5x783vm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg71g4zp71te4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2tbyvv163px5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvxl4yxby1y3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_GujaratiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_AEDU_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/8vztknmmbyp12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdb6y0sgks6f4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g1fvy78blccg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkrq2vxw0xgx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t52vw93l4zqxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kczm67fl0tk57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NontransportAccidents_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wcpxy52660dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOABP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnvjwxx55x979\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf5xqkepq4yg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v2eelbh3jl6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95668yn62e596\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Falls_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktccd2pq2lqn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g2vdhk6bjdf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nej7qyy6rpb5c\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13hzk5w20nbyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wkk5jk4qrqgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3epr76wxd7y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypxcnw6q88x74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3enb9yy14wzlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx6msnfx9zj0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hk6f8f9gvep2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4smr6r7qgdf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_20To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej8l3dnzpqte4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gel68tg1dtgq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rq13wx6k534h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvfyk72qq7fe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzrqcktq30b33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzf0dd1j0663\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw9sy7xcnwl8f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8vbebm3szde3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgpqqfzwz03d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sftb6l4dh6vw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy6nnctb5z0s2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg1rsv6ll4te4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5tz12wt6p05g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jd9613ljl25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmp2xyl4lf819\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egx3t5x6m2e35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgbpbjtsleb6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue300000To499999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/011we1edbpbk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18lkhr201ej77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e3ry6h1g1vn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4f0tytcqzh42\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2vhkpw0slkv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y12sh26hevsb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1cpn3p0eekf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4fv625yl2k7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0ecnpkd35edg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v50rbk1krne3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6bhqy0dpnpq9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_TRF_PWKR_CD_DT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x5jz31zt5xd8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tcqe4cdljy63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yvdkd9gnc8z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4f06d6s04632\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh0dv0wd6zlt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz4kcndg4njs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6dle8ghyw1zc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_83Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhzy072sst4k\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nxmsvgnzvjv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcs3py61c0qj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6b3mr05b1ev3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9dvl9lzhjrg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjrhxx536w066\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0004_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tncxbnmntp31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr50mpn320cc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnlwxm6zzgkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q445b7splnb09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79nyhp3rdtzt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmy8pdgjc4pw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjvcpd0j9kzf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3gz573kevfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s29qtcgk51vl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt6xnr4gcl4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce8qrt3tjgjx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4by2jmjc1p86\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjx6xrzh0lt69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzvr7ts7b0962\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd0sjyj8znzdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h02mw7pfzl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4rl1n1h9wpj7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yfrzfd5zb3x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmsq4xll3wqpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egp08w0mvjb91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41nm8qr83wft6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s691xyhjvw9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjnnxjqb2xjcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbwx6mc6rxye9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5b987r9fqjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b75wb4eht04cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgyh9c5h9mf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smd6ckdc2e75h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ytc3pyt97tb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hervv2l72lm89\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgv66vsexz9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdpxvqhym6j99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nznyn9vqm7l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h94rpbt3q79y8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Male_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/271fhzjw5n9j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5z5g59hesnyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqb243rc0xkcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbxeembppw4gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/392mv686svr4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Tuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h4g4emp6q5l4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhxzg64h0qq5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeezgbzgvq4ld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR30_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tvr7v966vjb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1qk7r0teyyb4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Resident_WasteWaterCollectingSystem_AsAFractionOf_Count_Person_Resident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2s9x85vfmrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyvfs8ff805xc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gbklzlmxg29d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r50362blyzt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clfj874szc3r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf5q82qfjydt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w87kkgeq7mmv9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fhx42p442w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_500To999Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkmw3th7rf6qg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vh1l9zxtjlwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1pfzyvvz4ry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1l32x5cff1hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbgdl1vg5sl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5rwnd6swbq23\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2579rltnvghs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61p4y8vdgypqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k3ghgkr379fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5qqr4myebyjb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq3kjpcwe4rmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw01y0frne5wg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcqgy82h4mh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx9flqjejl0w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jcgd0l9z6n6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79pwmbsb5njj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fbr4bpjel71b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl6wcfn6m0ld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s4f7gw1kzecg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcxkz1fpw8mq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmew4jzvbx30b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4epqhefzxfb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6fjbtnqg9m0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzjtkxbvdk9fh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lsw0wxgy0hr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwbcn2rj0dx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vyg49gy189c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62fge4em3b6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql2bgsg0ehbn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hysx339rvs85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1gef0kt88k5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d70pkys0e22x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l95skql2pth22\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3401rn8fng1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzrl8vkynx3fb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rhdfps8cpnt3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81nkj02znnnvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxkhjl7brsd58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xg68rr169019\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pztflm3be4kq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv46t6bbtl5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb2th9j5vs174\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x4gbppjrd9l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb6g8g2wjevwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1h4pzfhx9tp7\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/726szqznsf171\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA16_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmq6572rgj32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpqddbex0sd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1w71j3njcc47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WasteWaterTreatmentPlant_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5gdtmk6nqlhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9bjrz5tm3jsd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zzp65jzj7l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z55z6bh6nwpn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3fpnj50sj4c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj3p64b9bfzc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithCancerExcludingSkinCancer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nr9ck73qmsg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kn42xc315bw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFreshVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3gdkzw21btd1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IMF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y54y68ygk81ec\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ebs3ves5h21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emcq9zvrle4sh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8qr6jpnnpy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk2rkqm8w0z63\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tlp8eykz0p11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phrmc29cs8nsh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wycqczws04h8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAOB_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4j0d325x9rc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7gw8pmk9s847\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6yexl25lm9pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0njn1lkhwjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fncmc11qq2kxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfqw3e23l082\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb2g3wpghvtj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RR0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71t51cj9zc76\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22g75gqk53c14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3mrfzcdmszb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11wy3p19442s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Ethane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s5s351cmpq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kg2wvlweb65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04r2l8f2k4yzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12bfdbmg79b4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ent1f3z6jmyef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbmv75865dtm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6zyng1sv4x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3b0pyw2dqb86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esvtgeqq5yyv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk9l5qvlqpfv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx9gcvex855p9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_UnspecifiedSector_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcsv303lk0g6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3q4devmw5hdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccy8bhm2cbtpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npjxgkec9frk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6ezdyj7zt813\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g752fjnn9lg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1l4qr63zn576\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_INTNT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7gn2zxnhl859\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln0kjsh5dvfgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp8cbt6k79t94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0485fqnm8qx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/AG_LND_EL5M_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9yj0kkxpf8ff\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b32g9msbfz18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrx8sr2dpecf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jt42mcj7hnw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb6f368b7lvx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfhg5fjpjdml4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7c5b2kemftw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3re08vp353jd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4njzqcnd25rq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2fq3grswrtbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llhsc7e9t3w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89e0y0bvfhq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sw60xynjddgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h0vb3lphsrkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxngb1emnpfcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx0xm7s03ebm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvgq8ezsjfg27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhhcq9f5zk229\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1txgzgegthv89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v8s14nh22643\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8txnv42ypxet2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjn1s4l79rfyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA19_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z0kxk19nt2yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3962xhcsk3r3\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jex6cxqwfr0kb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zm46je9nn3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw4bcvhgngvtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhb4t7dvxfmj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06s8g540px7j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t7glc3fctj88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RenalFailure_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0el1y46fbj9k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/235x19em64j26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8pjwhtm9jk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhfdpcqrlmmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckdv7qj586db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpz414j3cd6nh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To66Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4vmx00n0hzr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8wvckn9ep82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hslbvvh5rf07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pltrqb2ng8dp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn_AsAFractionOf_Count_Person_15To50Years_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wscl57qn3ykw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_FrontToSideSameDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfqfnhv87kwf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"LifeExpectancy_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SAP_4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfkrlrmjm5pgd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffgvqk0wxxwh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01835tdbcknw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmb44xyr29p12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--JO\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRO_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tg321c9fqlth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jezm1eyplf2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6lqsj4ydbeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hmq25ggmvj68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tezmhg2brm3c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_DOD_TOTL_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n0wsfynelwsd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_5_B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2shf7ey0vxm9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evp0mqls8ew53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp9e6qbp3v4ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2nxsdbp3r097\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/078c53r87xl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14v9tvvztf2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r62snptcs7m3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvesdwjdvnzjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xvt2dsk9vfl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv99mhx7cl688\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx8xdvdq3sjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9128j97cw14f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--BR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e6gqcsee5th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k23qwx05c5de3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jcrr0zk0ncv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5p84lsvgrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73d7mk5v2ryb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3svv7g7ymgqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twwjvvz46rx0b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv2fgbmmh3qp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw7kjk5746272\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbcx822x3sj4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4985gnx1cjm4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ccggvwwkzpwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yxfh3lq3xdvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4df904dekdb3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpv9zhmh18d3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xejlwts0g1091\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy2qqf37cr9hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0bf5chk92ys8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73vk0chpvcl7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8phk0hphn14tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqhxj2tvxhvbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtrxl984t58s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n62tffr7xh0q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smytebljwge47\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_EO_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18zrcyce5jvw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef4n887bh7e3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk6wtp47webgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztln7gt8drvc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq218t5rxdwf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgr7elgchj6y8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t41fqwlrkqbn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv9j6h4ybl296\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2jd50qxe10y5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnyfe6se7qbr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsw8ky5ehj2e4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dp8yybrz4v76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sc5rdmqxxw12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflbsqpetjzv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1bzeex8tb906\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43jrdlq2pn0hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_NHTSAUnknownWorkZone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njvdbteys5xz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slln4kqq5ztx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp2mff5z8m27f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v756y5ms40vp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7phe1neyvpp35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq1s5z5mw3513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzxqqkse0zy8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkm6j56mb59h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wdq0yxxj3gmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gbbp6rkzdbx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Forage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26grnpb9bjvs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3w1efkx9syqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84694mrjt54nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sgxyd25w8ftf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrfyd52c9p3p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4brxdnypqhqn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwvyx9d389qe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr9zy8v7z75p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvb198qnp7j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r08kzfwxgrl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7403chwvspm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_2000To2499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/546pxezw6dffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc681pywvbc86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l10jnbs84dl1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5wpcf80sj3e4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ymw3jl5kngmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Suicide_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gdy22rty7j31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7fss7966nhv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7tfpd5kv38c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50h0e4qn2wx31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgnr7yx5c8jv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9qm0vkbztr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales__ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5fhxlctkf6e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp5r5yxwswb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g7y6w8jqdcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d37r3nzv13eg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5en6mf072ldq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghpwtmgshfnc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsec991bbf8m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2751gex6zvgn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjeedm9cqbdcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7vx58ebc6qxb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npe1x5jtlxmqb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CANL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8rx24yhrbd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtewhk7rlet2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2xjy6hrcj615\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmh85l3z1rem\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_CSTP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_42Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLEN_12_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin22b_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmzj3qpegwekd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyfcnq1msnp05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fbqq2v75fwbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb9vp6lrp68g2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bvrb3x05z9rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw4vjes56l2b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sljfhy995mhp4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_RECRIMON\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evlpf9rrwrf73\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z864yt4j56g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd0236bj3fykf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd3bee4xq7mv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkk8rrlls9f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lw6c78zmwt7f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ykyxmh6g5npg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blx6jkdhw0pyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3lhh3qcwsvl\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwvtj784jvv85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6vbmc81px9ch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue1500000To1999999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_InternetPublishingAndBroadcasting\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yermze7elvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3wfxwlqdblk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm1g41pf318s9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjykh177b9j1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1fkr624fq691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/der3pjjc8sle\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnecsckhxz07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tf22w9z89m2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgg91pgzc23gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghmv8tmv425h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbkbtverk1x\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9cwytqgy31dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px5txp4d9cekh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6s9gzw46510h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c02wcg595dc24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1nphx8jhpvb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v9ry28yd4er8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7kwlrs34jgw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx7hfeemz0nm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svxffhs596r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wt8fe1h88015\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqd7mjwzpg2sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4188cp33wqzj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvfgffh41fb4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PS\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcd3cfkkpbxy1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"AnnualChange_Stocks_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhjj998z2b4h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f4sc66p2z9rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvdhb7m589z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klbcc2x5ph9nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld7hcehfnvphg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnldfyh347lwb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jsfgn06pm4l\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PR_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4n4km00fftv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_EverBreastfed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re7e0xwdcxyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qcryfj6fcsnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbx3jsj8nk8l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj0q4jnphp5b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrxzb74gpfq8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2flntezer7d03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ds5sr3f2yxdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qst1dc4xb0re6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntxzkx3peq4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elklje3tpr2mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjb36jp90l7j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dcxlfmzce1x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x8vl6nm9zv2c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n01w97tmlnh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gw0m57tyleh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1mlt3kjt6x62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rfs67735xwhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bgk84pkrjpp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7nzkjr4jcecg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyrwcssm3t7fg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1560_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pllce6b4x154\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59y1bybgs9mp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99hpyssxbv4nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp9zegc6jc5k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96c6g177s94y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhd09npskbypf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67xq7vm25bkh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehhse9lfs9st9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m61nzvs6hzgcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2xxlm3mtfq83\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zeppvm6tptp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngm341kcvgrhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phe25glbgy7y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0nmyl9xt5hf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e75hs2xr97ck7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nszrnl3ygfwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dxg24hj6fgt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kxq9dlqy6n3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-13-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e06j33edtrmff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_20\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph55vppp61jmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithPhysicalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btpjy7xfpq38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmznsqmqxxxj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6w9x23h1cp9f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhv0f4l2wmp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jctvtv9v59j9f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09nge0bp5kd96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p34ngn4j3elx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9g35j9psqvqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2wpx963jleb4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cny56mjsshb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnxpf1qldk5b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50z5b7dpsp4jb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6dl4tmw33tc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1380_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n088kl8ck1s4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf1c454nyqxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdqgl6c20e4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rqd2qqdfq4b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mx603qh0e616\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6w2hssrx3sd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0k4mz5wtdzw\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_ED_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfj9vccg1lcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jydkzj9v0yb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbhgckkxz8dgg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_GHGR_MT_CE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileServiceClubs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7g4slx4p4wz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvtzsszt6rx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hsh8slx7kfq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dygn3q2mwmn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16cksrwzbv113\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HyperplasiaOfProstate_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_VacantHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwjhqpf76vr52\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hrc6qb0q0qtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1trh7cnc70p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z929yctsr2xs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psshyj59v0wr2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng8xenzjrgtb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bmp3wj5vbbg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6ehkj226hqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhr0jtqd0n5zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1znfjre90g8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l49bvyk3csfzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgm602ncby3bf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9w266fm0kyec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2740qvt25w9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__INCOME_WEALTH_QUANTILE--B40\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/NE_GDI_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t9ltv11mhxr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf5spekwqezlg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_WindSpeed_UComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34v9q0p43khy3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentBachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46t0x3hdkh2ng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpjmdr3518t82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg2w2h1zmexq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej9175h5g52n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpfb9wrpz19k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglezdhb0etl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z68t8xcc3vxhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dlbcxhz3mkc5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18psr1287z3w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8lcd160sfc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfw7c3lm583c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd6nylmgy7e49\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr0wxelppwwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxtkmfltv7jxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfz4m3xb8tbr2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp2lb8mf8jev2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq9fmyy6d3tt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm6879gdq8fg3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x34ee1ty1704\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z58zbqrn5l27b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp8ypwd3cf8t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp119xt6w3vb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_ViolentCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSFND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ndsg8cbr713\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrdp0m5fcqc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HairDentalShavingAndMiscellaneousPersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r4300q6wzq86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwtbryken7wk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcl087g8lnxz\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z8tsnw5pz7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krknng84rp8yg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqgnkecs3w92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blj4xwfnwvk47\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3erpgb629z8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dttyj2rkh3022\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesn8y5cbezsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AvianSchistosomes_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_BlastFurnaces_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tl04b7vxwbhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc3x55v0k9v76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m50sywzyf0z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdslp5jwjnr9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tm7deqmh9fq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf85hc513dqc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efyznl7wv6mjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my5hd42wjnhvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk2356tc1vp1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrswz3tkhe1c6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwwm48gfkmdx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2q75t4ehsm45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecg7zmx0yxm0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0zr9dlntewn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92p6fspg2sd11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99mfl1mqbxz5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt436e99fezdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5460_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl3ktczly3ey1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkvtpww5vq33h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vttvk4xq1p3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csebs0jbwdn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl6m6e7nshzt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnpmqrczj0288\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxbvw65542pd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0pqnv78c33wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS44-45_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m2h2yrddz2jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5q2st3f9pn4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD4VAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qmtwqmwfbnl4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SY\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt05hhds0bnkh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l41svkg5q4413\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53kdcr7fnyve9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2qpn022sbvlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1bf6l82js078\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s032q2lq4tmt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9e3zttrhb407\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fp8fkddfhw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zs16b60v45y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sthflrgmg8byc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywkx7m0x6e1db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36xq72jd949x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymnbtkpw2qbdh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5fsd331tndh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe3jdkmxqqgrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1zq78wfqbmlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm18mrtp1mje4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/841xe7lexhf7f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gevxhkl2q0zs9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf8yf9g291st3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm0g3lj70p7fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrn7vfdvpbk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntw3w47k45531\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2m9nbnjymrg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh20rrd5ltqfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0k0te5jn07l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k23ws47345t19\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0md0fx1kfp4s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qmfn3v4f0h63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sq62q03tr338\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bmjnbdkxrgcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp6p0scfbmem3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficesOfDentists\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nf8f80vg0cef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q1l3cskrvhg8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqc36kzd0rx0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeyeenvpnlgxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgrcq0n5tv0md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppz4sw6tybq9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nkswlhyrm1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9nmgcwr7zch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt09hssyq2y4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eml07rsg58t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd2rt8ld29p1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtcskjh10d7z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjqlfdb6h2nsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8h5mxsg3mr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_PostDoctoralAppointeeOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l25fwm5xxt3dh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj2h4nz5z1tl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq0b5ssd3yn82\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdny3smescdr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1260_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05w24m0n6t758\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b54r7ewxmekk2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq5dyj1vtrgrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd22wj4m2v4l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7p2q4lr5gl11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv2k8yc87w0cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/les1zpg5x0fb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q15p2vf2vnczf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Min_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS61-62_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2y96645t53w5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w7fr6mrf8r22\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z0rl9wv3dtn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_SevereCrosswind\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00pg409rybd12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q35htfc9ghh71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxtkxtqv3m2z3\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherLanguagesOfAsiaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t783nmzxg0z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9yc302y46wtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q7tyc2lqpd6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SpecializedDesignServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_GujaratiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wcs1psbe00n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c6gzrpf2jg88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q872p15q5lcp3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg1wpc4dbr2e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jx0g94m4z2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggp3fpp6z2c82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kccw39ehjms42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rypgm2p9k9lg5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTS0_XRS_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwj6y2erwqwc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4xdg7yckk0rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy2sg1tnn1z3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rns27km7vgg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP0_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hblz5n3r8tvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfggfx12ssdv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r94c7tc5j68g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0yf8c1z00x23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV30_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbq60wlsdcbv\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w4zgz9e1llz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkr1lwlqpglj7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j2jkbm0qn7rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m1v46dz05et6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5xz8h0xh4nn6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp6we5kkdgzrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlpfpnd9frgtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6t24tcwysd0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwh8j36b9xpqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nve21vsp33jd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pekd21bwdmlnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh99v96r0gez7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q5_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AmharicSomaliOrOtherAfroAsiaticLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6l3mg60hpe7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eskhbhdzxh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7n7lg9zxl0f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdh1mq9qsm916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscsl2gjesw0c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/695qbceyvpqk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pebhzczwsckth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sgk9v103f61b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c8m8ljr2wyv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmhedl481q25d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jfpk58s8srvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt75yem99qhw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqr9hdv5cggjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz8vg8lc1syj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kylr23v7ff88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyjdc386psyn\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_TropicalStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g0t76lpm0nw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sllksxqkncx8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch5g5f7esfck\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2nk9cmyvvqk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q2sy4hync9zh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1jxxbf77bxtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kckx78tw57x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j84kl1pld4j8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r42h1f4vsf11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/737crz2xcq048\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9swlx71dqzyjh\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxj6bk6mkcvfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdf1z94cnnys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w36tktypj02r3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz2q9e3jzm1db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ld2ljnrvv58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pwej5c9hxd27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zeg64qr2d4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxmbbegmn13d7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qshrh2yzr8x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8608mvpfqfr52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzz9t818m1gk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv0t3wb806drg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmj6w2rrj5c54\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ctgeq8pv6r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkzhft2170x8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1cewpzykcvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6blytc8ydh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pmm4jglj6e1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19wx00mdctchh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhgsjjftrv488\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndtf8z5h25r83\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_NonEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9n53eqwqyll7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p4my6794wggh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TRF_TOTDL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8f4ec8l0zbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpptcz43ryg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8msf70z82brf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmnnr6vzyh9h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6egt3ccpnz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y0vz343k8xg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg2md99n3r8vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfzfvbhd5c6j3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9608m8wf2l4mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkj1l98d0rgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt2cn6htvd34f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkhzlrvqw8n88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhpxk5vc2rdg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsw3et64m9kkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb07rwj7fr2gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjg74tbpnq2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjhw694k7yd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gqv970bz9pmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be79mpvgsdwp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwwgvv3w5879f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CH0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9bnzgj2mj5xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0kebje81vr8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr4kfwtm6pcx\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ghjk882lext9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e45ehjb6txp9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ec6bdryt272\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzke91ggy63t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty75ctpp53eb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_GEOTHERMAL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_PAT_RESD\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kc5cx95jmz55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2mnsb29ew027\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdc54t4w5hgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xjwyqbtnvns2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnq4qfyefg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr5g1nq5888v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb278mvvszkz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x5rz2bhbd5t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Male_AgeAdjusted_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yltrsglh9jbrc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wcx01we2kexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460fjmk7yr9c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/welcgw1b0y3h9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecjr78smgcs6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_LowerSecondaryEducation_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lg916yhnrsd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztwmfm06mqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29e67t7hsdezh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpbwmzfc39537\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vskp4jqtgts03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCSalesOfficeOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39j4lp4z0cvt4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z1t82mm79066\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed3d94qp5p38g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2016Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf6jgwdflrfbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x276me2jnwtw1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds58vzy3kjn4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggps56k2rkyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llxbzgvhy9rsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n94wjjlc1yxm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezsz8rh8scq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw878fkky42jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV18_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf13xvyzsgyvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r448q3sbf07df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_POIS_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zxfr7661snw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtf56k89qn125\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy4j5ey5c6cz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5pqv2xe0pctf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm15w4eglengc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljnnb7hrhk5y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evx5tsrfwdq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp5m4n66d4mk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgtcefqw9k509\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwt0m5f7kbhv\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1w8tv6phw89c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsr9nek29mgn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pygz7tdnx2y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjh2nf3gjxgq8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_PetroleumRefining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnbdqxn3tdsn6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr2sf9p4ebc4h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1r7tdfgvf5ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww4cpxjv75bb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAAJP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kpgpptxph7fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1z71v0pk7zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84ddfzetlxbqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx6w5g3p4wfpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scs0wpbph3jcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhlspey3gvc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt9pen7972dc8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f54b1qjznc357\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lbws8hm9m9ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x711w1x71d5k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ServicesToBuildingsAndDwellings\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zcyxwdys6w22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50fzsjlvqk58g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sqfxld28q1qb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzg0jg59v34d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years_InLaborForce_AsFractionOf_Count_Person_15To64Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26ngd96rx4cgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02t9p1dz5khl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stzcdnkgfk748\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51fewxcyrrx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylzqvrnccblxh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l8kqbddj1762\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ysywzn5cy04b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fxs2swhqrkw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bcetmhgnge5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bdrrq7xjlnf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efhhph33zlx3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcst55xj3zm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_ROYL_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd6qjj4z1mpb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_8BDPC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DRGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psdnx4yc73phc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGGFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_1524_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9cnl394tbv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf476gvzsqyd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_80UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97kzrj4wjnc0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs2dhrnej1lef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq38bdv5tylng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3evfxn2kkjq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ttzxm4qmedj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ms6dq8ep5dbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq72211mhvfn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqg9nvqyfgn74\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ny3k6qthl0s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7jjt8nv88hdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpr07nxnjxbt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42lpchmh3eyt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fzc2896781kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbwr3lw6js4eg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx009tgkt3qz6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_PaintAndWallpaperStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekl7geh2mlp59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tcys5md56qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e9svnb8b5dsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf0q5vp9n74r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20kyh4sj8t1r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GiftNoveltyAndSouvenirStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8plj6rqxzld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_75000To99999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjqf6meges2hd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1sp7s5kg3jyh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fw1fn6nhle93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p84rtd4mgpl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8mdx36e9g3z9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/929xsj9pwbffb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xp8wytleq9yb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mhbg98nv8t6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18z864k97qgeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hb32x8rxhf44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcfj448qpj113\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OB18_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fysmt5rmsqt4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfh4283ne60z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh90h3zrz445d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc7fd8s7xre74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6vzbk5z9yx69\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br524ckgsjr52\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t78z05s9c3b3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qng5j5x1qcxsg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SH_STA_MMRT_NE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b80tphcdb59mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w49knwdmyyb1f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3034_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p76re0bc3kqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tw001xqzz5p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hex289z9y6xx7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68hbjptdg5mx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16nnj946c47jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c61v80jbf03xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfqhzwv3cbykb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgbk4zkv56l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye3x662twd465\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA99_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eehyt7ymt7hmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfvstqv67wn1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lpl6k9nfkzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txyle9vpysdjg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSEducationalServicesHealthCareSocialAssistance_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mljg3rd7v0m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56dbsymx9k66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2130by6m0lp4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6s9pmer3jhj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x523qv29lz2kh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcwmcz082ldzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x72lfrngt1srd\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate1990_PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ne6fkg7wn8nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7f9355896x02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mblntqhed8v4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Jobs_EconomicDevelopmentAdministration_JobsCreated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin21_t_d_2017_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vd22dfz47k99\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s0h0lv5lq3x7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24hvstw4plvqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vp97j5qrqhv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dns4cvz87ckhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcfz8smb7l8lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfjtnmp5q2sk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6jm1npwgn1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpefq824vbl82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yll0vjfx5n908\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96w5dexcnqgl8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n0g6j823m7vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/956mp14b2j936\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpgpmxj407xd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djjzw6bnyksk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1ny464680lwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwzgvlyskyddd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6ypdw3xxs4r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpeegdged9qwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xj71ewgg9mg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dr4httc9wny5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6yxgs2y86ckh\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9msg9bmwk6k14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3d7kdxqbnhe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwhg8nw0e498\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneD_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95q0p65p0cqp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngf9lnthmkt3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TPOPS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpdsr1cnqyn62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lskecdb0z2rs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ebn6g4g0yvzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w54eh381n5h5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_IronMining\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SCHL_15UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8d33wmd6vx0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlt4v5pjffmqc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91slyllkgk78g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpv8hkyerpkwd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44g4bk7r3phkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw58ne8mytn5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m1pgmllk81f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fydcf2j70ykff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b9gfrt9hvflb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71wkngk0mv28\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_01_01_01_indust\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km5d04hbldgfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dsftcfz3z4k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vb93sp0xrcjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lglckz4t2x6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_E0\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URDPD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecm3xlg949h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpe3dgnwlbdq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk082z4js2881\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/390w179tr25gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyjv4kgpgd74g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_3Month_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egc2e93kvdgtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30p8s2nc2tmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr7w5jvp8gb3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w6gf1dzv0y42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj6ze1v2f3q5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x9d40mm5gre1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfvvc0gdqv17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc56xgvyc2bl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lje9z2xlll8l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv52lcf7pzmqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etwme3f9k4l5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peefxt9x9eqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfm70twl7h57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqzhv332qdtm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p390nwl1ek55\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpl5st52531x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy4xpsmsyslwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmf0pvd45qzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23c7hqexlkc24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcgp7pwh5vt48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we1tk0srnr8m2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G6_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp0pwegx9w211\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t546t0q58djtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x90265474gznf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5cky6qrm2kfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3h03qjqm2tyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l186tbf4whzc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9zvrj9xnp87\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b66xecr9m86d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewd3vm3zb17yb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lgbqwxyss52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs0dntnfc7lh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b2czhfsze644\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hspm1v9lq15h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn7hzmxb4xqmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_Maintenance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txt4x33ml0qq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh4td3znm3l4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3xrf9gmf5wc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ShigellosisAndAmebiasis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz598yw9wjn93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x44sejmnz3tnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65d0cpy1g4ww9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r28ql2zqvythc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljrvm3lxfyl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb5l4bwfjwxj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02cywrqrsphn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h2f0shfhgs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4q1jbcxjh63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vck3tcz7ze9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cbl5w33re52g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnpaidFamilyWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wxmt45gffxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnb4nd8z9nnxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2n8clm9v8cb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74d1nctjesh77\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_WAST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6pmqv1973shb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200050\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0y8dkt0mhh77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ewnz9l5v9z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0lzsk9dj2my8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p57eprjq4d915\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx8rhhnzqn7k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztsmqgextblr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00dyzp11kk35g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t66pm0cnrjmeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1q7ffwslwznh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pzhw4cfqr1j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04qpp46714szh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmyrxgqwhfgr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8n90z3dw1h42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86xx2t4708h5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACWD_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pfm1mxp999w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfelp73glttd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sybg6s7j1h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec33qwjwxt3y3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y73ryr9tdctbd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01pzfcmctzr56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66970mjybq99b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvr0t9nl4n3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz79djhyvm52f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nepk4y5s9r9n8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForInternationalAviation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7q2zx626kvsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd01f411y61th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianOrPacificIslander_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yhe02d7vnfm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bselc7hzvnpw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zv5jqbkhl64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcm0n8kq0syh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhj8j30eq62z7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5phntj5zv5xw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80rjhez6r8l45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw46bqc80s0k9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/207h0mhl9pq28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnvmxfrr73x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1glzj1y5105\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljs4q4hqxjnr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njsgc7wsqbtj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06npqr1m20ej6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz530v70cs7e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4368vm6mtw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yferbb2yety0h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PRP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkvzhxkscp3mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8vvk7b06g7yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2b00wr9yjyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_F\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_XUNIT_PPPCONST_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/dq4nlqxxps3vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvw3m8tnk9rzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3cvcxef6qgf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzzft78swk27g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qgvm8lch89n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m258bszktylf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwe6qk8kzry46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt5nf3xjjfy12\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52pyfxwlq9bq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0qzhhp6pkmcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz300y00hhcy1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PNGB_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0bh8fztnqp47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3dv6bd69fr4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf35000To49999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jevedgc1m36d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS51_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00egjmz2yyk93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d066z98nyew02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbz571h7pxee2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3kjtfd6rdht3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehev5th0eknbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdn0b1lxxq0dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7mv8b7sk2573\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwpk29xtbsjm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j10wkcyneg28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s7e10xnql99f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553cxwp2jv065\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmvvjx5mywd3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc1begxrsekc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stcrdjkcj439\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztmsmqm96lk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d3erd7102m23\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyjbz5cqskq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emwbms6fzyp4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqhfb747dgk93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xljc4ergy62c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2854tekjt9sd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/908rccyqebw5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7eddeveqgtntf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dwfd4qwlrsvb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx9fh5d6dwxq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mwrbcfhe2w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpx9rf1etbw42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlz85f2m7cyf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qczllneg21jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52w949jfejfl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftjhpeqzbnvmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25rv8mj36l43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfr1qswyjw84h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nss2f8esebgh1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v6rwwetr0h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx9psy05jylv9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6e5kv3sldgb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v22tjs31l09x\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r6dg54enx7z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ke1mkl1srpj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l36qffrq6vyrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24zr3j0be69s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qzkk3zjk5xv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8R00_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216mq04jkt4m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yppr7d23rpyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9gy0hcrefldh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl3kln83z3nvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5f0nmrhstscb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7htwlr2yv4dm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj22rv7gq6fv2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_HardCoal_EnergyKnownReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l97pvtye92zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl0vc69nyz0cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p31435qmqpmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tclwfn3r0cp17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8mcm7r5n2ymb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95x05692ef0n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xshrqy08k0l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b66n7k2hc3dl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8ygg1yzeqjl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1306ypjq49432\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e0yw0n6srg2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCFENoStateUnemploymentInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nq2w0d8dg0ef\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9nhrjqj6w9cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8901g8ctk8wg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv0ts82hxmst8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0d51drzmrfcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgcswlr67k25f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tg15hwkg08rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1ttwcgpjvv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7gn2tkp6wpx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/184k8z2303nmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vy3e9vv5jzd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jtrqvln5707\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tw3vth0elrm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2zbhmmrtj484\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkfelgkxhce31\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgygrt215k9e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79zm6p0rw7cd8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--_U__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/460jytd9xhx58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlede3z4mqxp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6v51w0ls827f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j44j6ltq24zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvv7dgd0gxfyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkmcstx70nn78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f68ssmvn6btsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg3m1j48r5ct5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_61Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kl5lcttdydj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntqkv6gr11473\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_receive_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7m92ceheyqsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6eq21pjhbh9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10e5mxtqenggf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxst7xepgk92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmhzp0q9mg66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrngk29db4gsb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdtnp3q1mce8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3qkls69plxq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/882jerddr3e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gr6pkhqb48s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1g5rgfxhtgcc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m9vkbg21gg52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5djyyg3t1k5bg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4stjen9df11\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvdjlfvv0hc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s1y2mlrvdpp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skm1b3zpd7qp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--31-33%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccws0ssg1dm3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bfs1cldb7zxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj9zd7wmtnq6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcs97hz0qgwdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s49gzxyv61m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v8qprgwrmjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yqq9vfxgy7fd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Asthma_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grwcwl2e9qpw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtk7z7e2dk8j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fr1jkt3pkys8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9mw9xmdm541h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvzdpwcr2s0pg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_POLL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkvzqwl3xq9z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrklcervsw7vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fgxr55vd0tn8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69gby8wqlm5q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7gbn8966x1h4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8jzf04f9pyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqjhdzdeh24c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvnqqnmpv9y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvm3y523yv5wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hb0r51llh4m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exn97fxy6hn59\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whxkmhs68nly4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0qpmg7b22ydb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xkrx4qtn9991\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp9tcm1zhrx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r798vl7hgvw5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PFNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdk7y49ep5txd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28m06nyvc5yc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nphyy08wghsx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zznee27lnvzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dddq83wr9qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr0q3p13khv81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32m1kn2yq4qp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrqf3v1436k43\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72gvpfwyfqqeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx46qm9ee3qg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7cq1mz7v0v7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x52qptkbptf14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ns19546jgp48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4p33qj9m7drd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypr5xdmx7wz0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzqtc93de4sc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzqjc6hxjl5f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdhdkmvct87j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bet8n84cxvwv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0dhfl456mmg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_SIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sc5snbkf5vwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5831jmrfmz2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlhkqzzk2v0gc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2f8g7ftzfc4g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NutritionalDeficiencies_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tch67152vtpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h78cfw4m5m019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37b6d9yqn8tsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq9ch3cbpkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clbcft6hzxq2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3pme1jbcpm46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g73egqcgb59f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbqgdcj9q316\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvqh62rkl1gwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd3sbl67hy9v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0np7g82trkxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyzp3nc7855k9\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/679kg9jlh8v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6khcnkptcdcy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wn83x3mljt34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffy5gdcknw771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kejd7s0h8zj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nspynn5plk9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jnme1khsmhkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2nqvwjcbsg8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6dg7stpd2fd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Wind_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktwme3gp4feb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62xdheqzfjrjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_HispanicOrLatino_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79vxnhgljkhd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp1257mxwxds2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9cn1llg26v06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37drhlqd4crrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7x9x4kq87d23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m78953rg2cvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zet8771rn29n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzcs4mfv5bzj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgv1l044ewf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_AsAFractionOf_MarginOfError_Count_Person_16To50Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxtrh20jhkp5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lytggff71jle4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd80knzjt30f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/A00-B99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fnycccqxb4m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4581xxxyef0p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry26scyncnhf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym576pcth0w04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4h1gvyb2skkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gdpzqs8jvf0d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95dvxwsngxh5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb62eemjtnnl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgscqcw9qd881\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgx4wselj454d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v2jh6581d832\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ygbzhvgf2v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7tds762hgg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq0dzzmhbbnj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slsf9qe0yfhk8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OM_02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ww3lm462r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkmcjds05hb27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA30_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5kqldy3cqsdd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96zvb42vk27z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30143mem3qkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgwpj8ptefe37\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_Agriculture\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdhyf1m1lfmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgp3menml4eq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5phsq51e78fm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5j2xn5tyvvv1\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w8h2mwwn8hnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PASCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvr5tk9y9htx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqksr50zrr3l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s52l6pr4wd4b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Influenza_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wmcsgx8wf28d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5z7mllkz13g1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RYPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k002py7jve6b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70mz0hsxnbf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6899-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p50c2bjv7778\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3es83lpdyt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7rlhb6c0kjx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgk7b3kq3h4b5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ynz47ezvb9t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3sxslsm990z5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ET\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhyk57gthebh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t5w6yg3z3n34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmqsgcrjlbnq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6m638xg6l0dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm6lzs1rfszld\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etkrws2newhx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9kgzq3yx7bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xwfhg8x42j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85e80fmx2pcm8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/004kdk099lrdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c3csb89rten3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7b528ktdm119\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4stee9fpggn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkpngrls9eyr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yq3gkr1cvmr\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp0gjv959lvqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bghyh2lz2rdw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9g8tqgvx2zz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csy6djn2wks7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1q9jlr4xg61b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_ProductReclassification_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eydydssm97sh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry97tjtp07cbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryb1srh6jhq2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRS_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4nvmfz0jedg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6szkc2emyp1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwzrfyg9jtrr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wql45elfmhn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fblnjbh6xlr99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z3lkqvh8qq1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00jf56bd34sh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vzdtcv9c3xm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc00r8l64f14\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_EMP_MPYR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_1519_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_PRDU.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/99v314c9w5y55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7j2wyr8l60df\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwqwnx9lzvl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5vc0ne67mll2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyenscl56cp5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y8k770kge3l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt1vfjnflpce1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_YNPB_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9gftzl2hm8h9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l129e8241st29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq7w5g2nx064d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/php48hlqqny46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PIP_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_VolatileOrganicCompound_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1393_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btbd9fprg08d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1l1e6s837dt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0pprs7ssxt3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ytkpgwtbkbfx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c98edcesebcc5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqhqjjpxwln16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njz8ez9vmm9y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7xkhbbqedve7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/083e7z3mvkpjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34t2kjrwbjd31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3335lrfgxdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9030_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To17Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly31zhr0rz7n9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n835pd7jcd2l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1q09w7fbs7wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6klb2j60fw85\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyc1f26msdct4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3c8jh5sqhn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf5b8g7cwj691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvv4nswxqm8tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3djl87334h65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtw2ee7llbm63\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_AFDB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_55To64Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yrkkbnwf9ps6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmxcy8l9lgb97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q14m0hwtnzb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16xl9ybfejg42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rl0qsgv9fp1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr8smn9dj5tz4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA05_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12748kgybr4b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq1yjxreef322\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmdlcyjj5wm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx7kcx2cv6vjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44h9blvjd1q3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxvglkd15nlm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05xh4rwc7r594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q149v7272n7n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3z1h3l31mfc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4z63wp7fpxl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70b9z3j4x8587\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsbj3v01wj1sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jym1q4h4z501b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skes9hcrc3y33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0sge058fwqm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lvhvlcjs4j8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyjmrgpxn5tx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7d0nyemw8yvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7sj0z4z098gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snn405xvf3ef6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfmvxc8y0pf6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2e7xdglel02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwelxcf7jhvn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nqf0vcswg034\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfz2fhmfch9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_CO2.ACTIVITY--ISIC4_C10T32X19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70kzcsger2784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byr0bcxgmcz0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0rke985g45z\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GECAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p4ehg911r5zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0gr7m3blwx\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EnrolledInKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pkp8yqm4q5hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mnndgfvtpjph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjcdb6q2589tf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1empjxhy8f9j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6ge1s5v2twx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx5zdgrd9r1v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpw6cv6scc3j6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cwh21n3y1dvf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgpj6cmje576\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trtckkygkcf79\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_BuildingMaterialAndGardenEquipmentAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d73jqjvnyqe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0g4qdngtv688\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smqfy249zqhdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7686zt8lzb63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2jrxqybvp6bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmnhyxvq2qb85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment4ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pv567b2010tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylkrze7bwem5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96l1fv3x8lhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6bw0qc0yx0sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9jtg7ynl9rd2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd1v58h646b69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9czzm74s8ttp1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotInLaborForce_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j07y92renqgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlknqgz6n61yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7tjkwycjg188\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensUnderwearNightwearSportswearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v3dynhm54x0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21n6yb6jxe1hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zbze8kdc0hb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hj9v5ngx83d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk14ffmy7vnr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwpcp396cet66\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lqyj936d9cm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dnvdzx4er5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6njfykqv142f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sd8sxb9tkpk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h130x8c6bwtz2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ALC_PCAP_MA_LI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpg606lwvmrxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y88rvqct2v9w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19rsqcyv77yhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy1xssg131bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plepmmt6d7eyh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6k6d1g99c3l5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_RefineryGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Fuel_NaturalGas_EnergyReInjected\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s6bzlewdxxx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74w8vxdhscf0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp64vp2mmm78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfxpj22f0cqw5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71vkqlpy2wyp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4j5qdqpc2t8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hbvwc9k9f9zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j81klqpt8v94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrrnfkvzyenn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46t96zpewfrhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18dgl2ywzxx6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcdrbcdnhkyk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88p7zzrs7l827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w59x8zn2prt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl3m83jp7zvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r95l7p2bmlw5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcz8nyxp48d68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22k0k4w1f44t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ys95ytw54e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4p3nkxt9cs8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xeklndg92rt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pv94h46kvhm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5998slpkcfkt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp29pgxkxyp33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp2cjt0dr8vs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xczdb6vmq2779\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41y99wc5cvr32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leczthlkcny33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz1zf8t9hhsy2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd4pel04ed0hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9rzb75hl0t58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother23Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/959ymwqcym46f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryr8k0sjv90h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylyvtksy2dld8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9xgmp62jehv\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87g06kgzpwr19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvzcrhk39wfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khyfdn508rj69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4tmv9wdbvsj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sxsc2ddv3jnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2ybs5p5vthh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgkrceph8bndb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_4_FSGOV_FDINSTADM_FFD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r31fgdkt36vhh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_HeartFailure_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wzgsq4n73m98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb4r4syt2hzbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psjk5y85brv3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1kf3yejd95bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjs8wc4xwdwxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rs72nxkwn4d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxr54sz9plfp1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02wj3esxrd6vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fw5zffn8l837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsklkkxlk572g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0U_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34kk4nclnrzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeen3dmyw8y0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qge6qfrl9p1wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xvk6k5jcvvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f367646ydl8g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/395sy039h0zec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0p0xexc41zch\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815rffjhy23s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs5qxdbzybf76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DebrisFlowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_dea/7444\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcgd9g1c0gh4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qm6zn8gs1tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w138eg8cxs7hd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_19Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ptvs1791q2s6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze89rqtek5lqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRE_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjwgx6fj5eweb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz838xter5kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjchmdn2657y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stwrzqrv78c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk0dr2mzm1m7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_BaseMetalsExceptIronOre\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfn2tlyz48lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z72wngxds3sm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfcjwxvvqtp6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvqg6ycqt404c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszhtpszvxpk\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_OWN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/ENF_CONT_COEN_CTAU\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cz584gnzv8dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j09cqst11jdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StationeryStationerySuppliesGiftWrap\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vd3nn14lj64b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60yfpcb85srg9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t612z0qnlmf7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf7z9ne4l5s8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_25000To49999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w585f8587cdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms585shpwk3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr2l90ndkm11\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnk5ndwr8j9k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5p9p74686mwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5dqrb50676mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qykxwdyxkyn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39s3y4clxgh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkfg2xxc88vcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q10rqspezyxtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpvbvcfsy7vp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l675ggtznvjmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5bktcz2hwyy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03yneg94cx3hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw3fy5fgsll72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt57d31n9832g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jndzs7cxvpj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5lmvczwqpb72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2yg5ecdg6r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxrx57ehns4l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hncmmy8nyeewb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyhnf0962tnh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykp8tx5x7dbt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z465hdgpl92r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbdg1krhegcsb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx3gp38km5x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm3hr0jssty03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myp6rzktsgv3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj5l0n6wkep45\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACWA_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjtlvnl0j8ke9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh0br895vyxc6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv27knkgswgz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wypn7nqqjrnwb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkl356he63dt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjxrgdxgjjsjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwgbm7m1t0ql5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvk8h523ccsx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x57xfxgefe38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by319wzz4nly3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz6w52wl8w11h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/141xfbd3czxyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r38lkmeg6vw6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6m1z2n5t2eh8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m15wfdkqtz69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6b93eeyqffkd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRV_SMOK_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d6wxhhhyzslb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df49zeftneg09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8n3ckwzx8vh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhcv7thwh2245\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c5smynrgv24g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjdmebcgswq9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fs3bck5cxzxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jm4bskzrq1bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k1lh3vfklz66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p63zfz21n7dg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6x9sf18js72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp4mfrz2432hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxvvqq10vlft8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e11hx5288z9b7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85q49ggntqdp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz1x1nhht7kf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bk5n4w4w5039\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h3m2v9zbmjr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrdjfnzdc73vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17g4em444wcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8tr8xe3nvtlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2z1g3q4vp1j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcjdlrw6mymd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv26z833d7g3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23pvzq339q3l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edpv46t959q84\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GC_TAX_EXPT_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe37scfjfmgfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3ll9ghy2q5y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7tpxs2058vhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gb8t1v6dfyy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y4v4t0c5trdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FinancialServicesUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilisPrimaryAndSecondary_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8b4wzxllgxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t04kvymghsyn6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5v9thsdnqeg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4008-8-MMTCD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_REPR_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6m9xll9pmzq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy24z4j4xp153\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt2zk5jn470kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_21_01_01_sdds\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvhrwn1d81cc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbpkdpxz3hps1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m86f9meckl6e\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqryglrm9pwgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bevmf5t48ssqg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PersianInclFarsiDariSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pydhecbc4nc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emb5v890hkr2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj377x1qgr213\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k27nvl4the5x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3deelgsjnsz2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dgpb5x9t9ph9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bl59cvdthsw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/978hv04pdh9l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_SmallScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy082t6fmvvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SimpleAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zyx225dsecb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885952djces9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnw9zz8x7hs32\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk2dp1sjfsxq9\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_PrecipitationRate_RCP85\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/BAR_TER_CMPT_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2433wyglvwr84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HmongSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fm2c3whf31k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbl0emc4lkn93\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f86cfrcse5382\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mreyrhbc0jlcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gy19s96rfs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wzzcy91yn06c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gg7r2czel5yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytp39j7gyel7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p10jsdnfm2ng2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhltcr22lwth4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf3dm7l62c705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnecmw54e6wl7\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_Min_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/kkhsf78es1fz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s7sd7lj9hfq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0j8sedb6sxhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsht0h0kb3746\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tw4en9vb3bg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzc1zmqcvpky9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22w5ftmrm1xl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3m02bv6j67v7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grs4vyw6cggd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfnweyqmgtbff\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_METH_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvg3005q06gfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wjg9w7ggsmsh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vjl0gn9n48sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8crpm4wwc6q6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zgqtmn9x0x53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97rz0tpvbs1d4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5070_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSIMPL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Atherosclerosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1dregr1mbdk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdt8p4c6ndzbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSUtilities_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xvey8zcrqd18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjttrxy7b6v72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmg7llq7eyj33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qtbbqqnz1k8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yymwegh1cg91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktjhq035nyz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n08m1501nf0b8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf76chc2k9yx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seknjphdg25b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7s5zl335p96c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPYN_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48mq8b4wxzld2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_Kerosene\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lq74chm3g0r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pspgpgkhnbkh3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGLPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mfzxlebr2f22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw04k3hbjclg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttzhxr7lb7dh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0slc8wjrnrf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhv7bd5x0rs16\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldlf3sdgxhwp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg97xq7pv4wtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70fghvv84s2p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8vz3vp5yrrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js966pscncp8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srk8f0gz0zrq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9273y7t11244\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1tcwbzes46y3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_CombustibleFuel_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ghxps19rrx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mks63e7yts014\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g21f14ftp4mw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6fnqzqr169p9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fld7htc9qpqr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw6v8m9kvt4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thcbepzex9zd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j5t00e5s5el3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5y6zz5jx0zzh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63hdrbbqg19hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnh4nr9wx19f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue500000To749999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedNotForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7ye151zctjph\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6n17dw6076j\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5pjqeg4c24r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzykzv3mvld88\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS33_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4spkcbd46sdtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e276v75ksh8s2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7w90ftny1qjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7df7t8rbhdj1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGUSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zj4fzzy8dhxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fermylkzw39ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9fg6nm4zv0c2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwn23dj4y5wp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfmcnm53klcq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_DEFECT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czksg4lbnlyc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y50662z9t2f15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R06_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj6d8jv0mwly2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1j2ljz6kyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjfbdwdr2m2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1nw44l2lvg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vszk3l6z1s4h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yws66x065vwl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nmb9wh06hf67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnwq82szck2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4j9y64lhp0pg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_3_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7s76vcm5nfp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf4x7kshbh4d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y08y6dh8xv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwjnfkr1ln39b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59tb0nkn0nfrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngfbnbk92se8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc0zt9294fn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyrk7235sdw9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm095mnqe7qy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8hq38gvtrrm\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw1gcd0p47rj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70v9j0bw77wmh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gh7c5lg3gl19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf6fkl4dtt534\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8me2t7xcgbm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w398drgv92fhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfh2jj8cfxlsc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8dhf2crbxmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npw2js6m1t0nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wcztfhnrm0qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rr1h84pkq6g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh8rtpj8lmx7g\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz13g71s7g6hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm7t2bt3p7tf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56n8qfp4v1kgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9ljdjgn81lb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MRN_MPA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2tmhxvrcenl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrp56w0hvs6x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcenzwxzczjqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466r2sml8cb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb4d378653ew5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy7d9dmw54lx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2bybnw0e7m8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bex02d0jbj4d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_TBA_H2CORL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lb4plyzm8s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g20xlvctc7g14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzby95gg431yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp80ln574e2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v27d1z3xpvc43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03g0dyvx1pj61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/440dybg1h3ydb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qcj29mdyyj72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxjqmk0zym6s8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DT_TDS_DECT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77emwdxt5fxb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9rrj12vrlld7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_VUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nyz320hjb903\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_IMRT.AGE--Y0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e97h7pce0093\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct7j7qjxvrfcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl96jn5r2gx0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pwlel9001y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tezktt6e1yrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2mt8en849f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mk1gv9me1cn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skhwy1cwt5y99\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xzsg47wz4z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb0bxbpdl7r7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjn7h8s55wxfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS51_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_TRAF_MA_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt1vsl5ngqlg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smb3nywfgr65d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzy66jl13gh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdrsgzbq5h346\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs8ndpxjvrtxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv8qwr2vjzszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9dszq65c7vrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Asthma_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc2e9yxnmpf65\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpxgkmvd9lvz3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kdxlfbhp50h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp8cqnk8nn787\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200_M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vf1257xef292\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xglskpr9q91d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65y83c1nkbbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmj1hfgq1xq49\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0xdfcdqqdm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te44y438tn5nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf56rk0xg519d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b94nhwz31183\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2mwgsm7lkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvthfbcypz196\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnny1dc2p33m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwe3gexzsq26f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeykeb5mwrw18\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw9nmysemtb79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pph52fw4bkl0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r922zrfw9e07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbnh67mnnfd1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dv0dly70hpk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnlbymfbhk5n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flb2vm69rxrpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0m9w3wnrcpr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91r1tv9rm1ww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehr8s8wtchjq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CDTPR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_ColdWindChillEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cve3cpzb3jb33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncz009k0gz7b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bqfeyvw57819\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmq6sggv8d2qh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wxv4mbewrx74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40n9z3n38k03f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbze1gvzfvrj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7p5hwhbj7jm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/892cbt6v0ggd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhq24nf4lrd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs1hcvvtjmqhd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn6wrg705cydf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5df039ntdbpk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g1kj7drzkr39\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm5x860rke74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdcepk2ffl8qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x5c241nyfyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q3q4tby4h8t7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snbtff5whyzrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mcw98mhcmhgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gynbefw35jsrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xctkee3exd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsx8e9nsqed98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98tr7l5frvf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkzwhq3seg063\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InUSArmedForcesOverseas\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnn27b7vc0ttf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2dj32rdm37k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj05715zteskf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l6ndcpp1m689\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1jrsn25q4tmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17qhtjmh4xvgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvngxd9y7x543\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6xn01lp3lj7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lydmskxly4n65\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE60_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00qs7nemq8te5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp0bylpdjfmkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7mv6mbmq3qs4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5606_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78sd187yfc52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czbe0w6vkl4ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9yhvvbj8fyrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mprjqwt3gekp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R08_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb61scyzm2kw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bgmx4jlpt732\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82gdxpfkmjr37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0nz31p1vqmq6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j76cnzgjhfb14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snrh9vkjytl7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq3rh29sj7g69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnhg2pz1qs7p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p80yqx99slbz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/herk0q5qd70t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ne246x158h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0j988cngxk4b\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w2jbmx6nvjsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekngdfy4ke1dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0rt9m1m1qk99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwbyqgkk6wbc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosisIncludingRockyMountainSpottedFever_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HodgkinsDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6v83t8zv7wwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3mgy9vqf5042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6senwx6mq665\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_65UP_TO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/34q3ewfgcg134\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j74k7zkj2fnzf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1979OrEarlier_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_GOVT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_PRM_PRS5_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49mf63r9sv109\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gc1scrks8839\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th89jlqnentkg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0To4Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/240mqxbzq9gb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bv1c37p5l58t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmwqdw33bmnj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reqz8p2en6k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS51_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p6y8ln2d7mc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/773be18h0z543\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3n7p5jcd4yc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vgmmsgdmsvt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h560kx205thb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xxtzeegxrw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nshwxbmwb4mwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk7xtfxwk9ec2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkeh3pmd83178\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyq2tp3njmpp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OffInterstateBusinessMarker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhmz76dgmr96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndbjhg2kknln2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5nsddr2wxs69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5n4myrnm2vzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjf6mn316dms6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gettc3bc60cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw9kkq32rt5z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md8e90bj3pvjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cg85sgw4qgb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3vr6q5clh2yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin37_38_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqml7djbl9pkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgyx6n71j445\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lhqyw7pbvk23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nknsd0vvzd10h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bwdveejdnkk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxt6073xd6ws7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9298l95cf34kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t3p8bm02zrg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9ngfl5n8ygf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtl90pp70psy1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hyx9xcjpfmvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5895bhlk4v04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzeqqms05yc2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76d8s2vb28gwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jyvzy4gdp658\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl19yxezsncxf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsx3q6she6jpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21jdkdtzemsr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9s2853c1y47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcc7bcnzvsb77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykdnhknvnz0rf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhznv455q8q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sg8pwdpf01v6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Female_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtp3r59w92vb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_COM_PPPI_KD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qwy2g0ff2mf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpj6r6dlcktd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1tmr1gtkjmm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6eqlg1zqh3r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9epzf1hyv2fd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_1524_LT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_REPP_2_GPV_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1lgcgwbq09pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4eyb3ep25c6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r86e2bymyfq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrh2gne4hv7r5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_Agriculture\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/IT_NET_BBNDN.TYPE_OF_SPEED--IS_2MT10M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2h18fvkxr659\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hpe4zypd8t88\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3z6bhz73xg99\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7n7pf6y47nx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzr6w88ftqzv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr33rmxdq1vx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yndgrj5869mg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvweehznv0nd6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh4qhjbgwykh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lfbr7b6199d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxc8lp7p44hjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hshly1s1nxv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc3p0h90tnnn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v67ws94230m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rgjn102jnnj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ljlhz19g0dt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qqhqsv6x9w21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SCH_LIFE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographicEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxlyzh8ptkdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqmpxf7er17c1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_6Month_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mljpcjgl32qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whw6743w8w6t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d66cp8l1n2mqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhbmrcn6w5w5f\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brq292w4jr9t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enjmpwc8jtr72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vpnwmvtk2206\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkqp8njhey126\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G5_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_ManufacturedGas_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glwd4t7xs8jz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7h0x9zp30hkh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qnjt55ysefd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfhpbxqtecsx8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbvsbpmm1fs64\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgr1l2p4ljk59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcqcsz5drc5s5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt2zbfwx739k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9ey3w5ft9txb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zq8dvhez6s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtp1trw9kbepg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dznxsmlswhy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vl8q2k58b4yh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbf56q0emzll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7xfdvmdefbh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze5kpsrbsbj68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_WarehousingAndStorage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b5jwdvglzrdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/226ezkszc85ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkl19sh1wj84c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal_EnergyKnownReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gm7hfrvvzs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41xx3t98gsy3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebn0p97pzc7m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy3pcb065tzp9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl2fwf5mmb0j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l3qx791b54cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv7ywgg163gm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cc3bcj7nnv94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klj523hre9b74\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sb9met6ljq97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljyhf7t9r39d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm5mxllhb52mh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9sdew83444pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf4jd2tbl49cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhhqq54jj85j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90pdv4nr41ndc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlf3v23mbf8ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9yeh9qy9784\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fw09vxeg40x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyvfgqz0s5128\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_MotorVehicleOccupant\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90dc4bqcgp8rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36h16t0ftsm9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyr6vxxp7r9b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw44ccf6w7rw5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkbm2mtzffc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksk91yv75qc8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgrw1v6xsdzh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4qyqpge9vgm4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_HLTHNT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HouseholderAge75To84Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcdwpq57elx52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s43b6s62sbg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rdxz0b45gx92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbt6gshfycj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3lgylwqdq3xb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4xrt9jxz7351\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4npe3716563z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwk3e9y25tl2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpv1y53wywc85\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5veyevmr8vz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6zwlcc3dn6m5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1m15f4kyxz7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/IC_FRM_FEMO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4455zerxmbt7d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x301cve86pj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sneyc8lpk8dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ne9xvtdbl5zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b232tl2fgzjpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttx9djqvccfjc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14lr44xrkx3y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ch07ww0hhhtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0f3wmv3bxvg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k2ltrys1chjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2jpneq7n71f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_JobPosting_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03rdc8hnhk7x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8wyge73r5d1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xrmlf7l0l2g2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxgyn08ez6glc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd73rpn5h8qb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nwkfdejtqlb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yls9md02k0k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncgx3sxv28d15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd0f6rdwwzjh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1mcw30n1dyb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60kwhv8d2962f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PRP_0\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7cfwhgmdzbzw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm2wrtlhg9sl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj390cxgb3glf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2q0nn0pdew2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rph9h55k57wd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08sx9fthh5yfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xry4xs7r5m27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klxdt82typ3cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7hzlbkdfz05\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09bm4cr545fyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8z11lb3d1msg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0gzt2v9et3dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/374gwjycvbfq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ybzkmqteg1ld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_ALCOL.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsqx4kpg979sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSFinanceInsuranceRealEstateRentalLeasing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkqbsrh70l8s6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8wefnj6cgjh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrrc1kk6p8bhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxehsrk881578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj76j08tz61sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSLP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sygjkpxtd5dh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c17z9bldb5yx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3fmm7gt64s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk4cgf7c57f35\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb6smfd734ex2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shs1xd5crgep\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60npr95xn3m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjkv15h7k91f3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9nv9ss074eg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rty1bl9hkhnmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s5m41pn6t03d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5crxjxcft6r7c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5hzrqs950ech\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3bmb9jxrw8k\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzwf64wsc0z24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2pwy5e6xhv06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcwz64fkvtb3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xerkqkx7mcfqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp4cplffwv86g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj603ew7gqhxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htp0yznbh525h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q5jcfgekkjy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcgb1702l2901\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whtv2xyy2n601\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fqsymf9ht7qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfs7xxe4l261f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqvlm8y2cfth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng5pd40pw8817\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hf96fhd66m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6c69mjys6dx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v48tzw4fp2yc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/A00-B99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGS_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rytnb3prqkvf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sshf0jwybm10d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthLatinAmerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e7bbhv3k51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/801eyz7zrq3y1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s87e4m3jpg0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dfjrctz0vp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zexf5l3k4n6p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqd3fgjcw3cn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhd39hmsrlwdb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_MachineryAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcmjfqgv2t08\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_LOCGELS.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j7dwrnxqblf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24f6134nq9d2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ANV4_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpsjvs9clelm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57n3n8wqk55qg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlp1k2gf21y83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wltn5dkx3emy1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htk9xrzhjpxy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzf2n9nw64p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51qpwj6bfg47f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3tlhqw9tbgx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k25p3zlz9lgwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yls7xeekq46j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyzcjljv2vvtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l27t6tzkqx5hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zk04l4gz10rb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqsy0svm80k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrkzz3le8qhf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8DO_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c463hsgnjf0df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2mmzh7r07te7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/281dnbzvjcld1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ms5e5085ezjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/behreqb1ej0vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqjv1qj9tg17d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e2kq06yg1zhd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n99t0lnl3fch6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk33tyk1853e5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dlzqcn3xcgc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjyn3f0sd1vw3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzrzt3ykztk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv3c5pnl4t82f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed2pw58k03l24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15v2cx47svlb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dzeywk0j5166\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8twrkl0es5he6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrx9mcn266tc8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN.SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44td6nc2s4hbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gksnb0f0z0vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzxt8v6eq1214\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkz5l16gydvxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzp58977v5cg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88hdhczjf8gy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8f78jp422466\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5qgcr183vdbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8swdv9my4qtb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llc5w954mcfh9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c1121f5lxw1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1989OrEarlierDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b207tefrytnz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd3q44294ds96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/044pr892swt55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2pbn6flhhmq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lezetyrhnmwkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rt50pg198tyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhhcyz78yb1tf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y3g7ngmjbwy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0btd36se5vf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcg0nvg08nh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4b4dhf7qc2q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3xl58r07jex3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygj0x13sem4pd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_LigniteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4x4p8vzn60fd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FNP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnds05kzx87nf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG01_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5105_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3s4ysnv6k6wc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893lz4v42mcn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6enk4nzcjjbb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--DO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cjck1jlnvfy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hzzwmgqhp02c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1r94v08dq2mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp425x09z94zg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_BTL_DETH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/kd7qcdzs2q8p4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdm33wz6qv19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9kdd641srfm8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzvqj1zzes69b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/033zp3qb7s7j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjmccehl1yyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0bhp28n1zwdh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10hx0ezlymss6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_SneakerwaveEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h29g38rcb4zp9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v97b22e1vf8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xycfk9y2df042\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_INSF_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whvrz212ytec4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01nvr70gvxz38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n89l1fnwkj1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcm3jds31cphd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6k6e2em9c6yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyrh1mpqpspr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bz5ts1ycq9rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz3jvdxz6yfc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3e6s4e70c8f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl111ev0e3nph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsxzvcbqst0n2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d683vrkxfgs85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8w3c5gxt46db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l736kd2v000bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqk8526d3cq2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weyzlwvvtf5t9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egsf369778ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz8mlk6q0wbq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdq4nmy5923k2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE--AMPHETAMINE_TYPE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58f78mp8kq2lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwf3g3yensg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxzdmw2bg35n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqv5xrm0zpe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1w3mtlp9zbs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4l1wydl1nry8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdrjrx7veylsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5wvmdvh8dbg2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dmqx2fbl3n0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q8q423e22k75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/506edmf5rkj0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wqfzpc0c1mdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/984e3ytdfprnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkhjvt0ebkbf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wccqdbjp8lgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf36xxnhf8ytb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzlc16h8xerx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efbq3q106k8sb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n96p0pmlwc5r8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_NonstoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d880jsy9h1jg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7599qp4wq21l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc47gzwjtcyx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_TertiaryEducation_Male_AsAFractionOfCount_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rgq7hg4kwy19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbg4r1wyf2ff4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvb7rhp3y8ln8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqv02zdj47l09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmkxvgcp9qt9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97df1dhlw3fg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc45lqm4wzetb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c1d9eplklee7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5fyegb72dj46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td9mndke15n3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zweyb8lrf8pk5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03h1yl5scy7gb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdnwxvh7v1h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9szmzkfmheq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5tb5ht9wgg17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmjmn4phw2rfb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq5qtv9rtq01g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1s7chctg516f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6gmf63pmn6m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f22z166v12zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70cd7hj1d08w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l11ts2zl2n3p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psrvep684j2s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxx0qx46pek3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_BroadbandInternetOfAnyType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y5kz178sb8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3gk07p3vgqcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfzxc50c862lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc0s0q514x009\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_AGRI_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3exscvhztg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wyyys4ymq89h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwzs9xxzh1elg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j988gg6kl47r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l2x79r1ztf63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3fc1r1epxds3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svlch1hs65dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hghm2wpx2xr08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j0el3vt8h5f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hs8t8jr2sqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hslnb6rjf1zl9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWLP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/220zsmz6t29s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czxx1fbwlqvfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmt5y598sjb7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/054f0httwp69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68rek3hyfvw3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwetyvx4lertd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wemdksnhlnt37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6g4xcshr4z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgy1npr6xsdbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c3j3xnxl6n34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5jec71ctlft1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/125lppyffw65h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxqv35nmg8wlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flgc75t7mnblc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9jr3yh983d05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x60xtmf4xf8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AIDS_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zm5rcxnbb6yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03dcqr43jfw21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ls2pfnre7q03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck6r54pk3yqj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ChineseInclMandarinCantoneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/089bwgvyqwsrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66tt7lj66xbw9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS42_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsdglmzxbrlq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8eftbm41fe5h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9qe8ydmxv6r4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPV_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0cyl021kyx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxhbzhrf8j5x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqs0xlqd88wyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7rds86q65gy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrgb9wp7yjtkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgsm2l5gdm76g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhz2dqxe2h3v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzbzc7v4g0jxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdtchrz4z21jg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8bks7g9lnfl\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98p0gx9g8ws3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecjtk80mf7lr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0l5wb370985c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c5g7y350cm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfxzkd45v6tc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sm5cv7pctwdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CR0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pfrrlc8l0b41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svc7nh91yyj85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfp1kydyql5x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kst6n10ddx5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm8yf0g1q5ykd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8cj2g0bbvqf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.USICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18qml6kfm43ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyrcbdyxzwej5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex6spm9n7vn9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms33s6vwq849b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6yhcrhfxzn71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzs42yhk2p6yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e05xdp1gglzg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycs8qm2gs6sbh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3m9h2etbb4z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weykdfl6jrhz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone_AsAFractionOf_Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h6y4ve43njcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdpsljmqp2dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbq82qvfev307\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ceng3febhzl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfp3rcsvr9vjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr26x2gfsqwcd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j1v12ze2g55b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3rj3879dwvn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6mv7h18dw3e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_NHTSAOtherOrientation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6g8ne2s9dw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frqj4wyj7dxf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncpkbytqqt435\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgbtyfb42g6r1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bmderj436jp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d1tx2pmpyvj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ldc5xp8z9fx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgt419e6ys57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfphejyt561wc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdr9shs39pm59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vs98kylqtcw5\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/genyk75ry2wpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n04z25trmht5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h839393d7cbn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbhlnv6z7r2x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8b38fl01h9kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr3l7r4qetw7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qfh9ebtlhyb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfkl245e244b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztmdk0hcfk5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh56t57hwfmh8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tp99l8ld85x2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp0ck25mp4dl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7nc2t2v42gs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q93dex7hf2e4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nwjddk0nk6p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq266pvtkbll4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithAnyDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0lxs43hdlx92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother40Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdh9ykkght7k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfcg2xplxe2xd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsdz7qhlhyxhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb5ywgrmbsnx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn24f7gdsrtgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rrqphqmkg24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9tztqehg4rn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pweqy4tszt9x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfg882wry9g0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3lrz520h3b4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7237vyznfbqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj4bg0mnj9fff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p18hmxm2d3sj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k156ykn6y7t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t5n4mk2fxzdg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kewr3s6qe0r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ft04z62ckk25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn15r39bl4gj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25To34Years_EducationalAttainmentLessThan9ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpgshtfr80hlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x8mhvev002yd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy6kegvt95fc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf5b2ebz2zqgb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snjtb18elcw6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bse9tw3v2gj11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmqep6wryd6c8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_receive_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Incest_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgchblc6dw8s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0800pspb30j1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnq7mrebxwl34\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1m3qbxq17s2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkntxw26klgmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecj30syrnq3bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7x6vnqpzrp92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klfxgew39v8x\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djkqez8mf3bch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvprztjvhn74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tqqbepjnvzp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr6g47blpzhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spglmk0f8smef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LP_AG65_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nl3kc9ztrxpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr6xwn9mv67c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0yq48psdjlrd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h1vzfg7lqkdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z4esbg8zlzs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x44308tc79e68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fwql98kfkkb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ly73d6z60sj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzjz9cgh2b6z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjhdlfw713ne2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5510_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z2kk2t90c2w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e42yhxxdkz9hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h238efgkfs1k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1csj6w05dqczf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnlpgb3fzwgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct5qmyp8gy6l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk3zmclgx1mlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqt0yw9d1gwd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jje5gdbpe1ny6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srxgtnylf78c7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xb3h75hnj7wf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_20To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymqss0l24f2c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mk04n7c69wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb7n80lhqxs6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zr4bwzrehy1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91fsnmzhhgtw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fqwzwe3jmkc1\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd4hmplnj7fp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5hxnd5q2j578\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgje993769sf7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wsk3zwezpne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s3l8zg6c9f92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6btp9ejl0vn8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ygqlj0c7wfnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n3cl8vkrrqt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7fclvz61qwph\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ShrublandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d49hg1yb0zm97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wltq0k0d1lcrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z4jddecmfks3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkytedmtjbp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly3xvffp196nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw2wd8hpzqzm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43pxcsbgjksmg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfzvw1rpwyk74\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eyp6qt7gvpw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqyyjqje56s8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cynfrvdj80th\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2403k5fhtf85c\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ry2jqgl8d8t8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1504_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76pt2tstz63ch\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjsw7j5xzpvqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te4lvw7tlnfv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGedOrAlternativeCredential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k45tg1pzvnvlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHemolyticUremicSyndrome_PostDiarrheal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rynx74dvrxl15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sybjf6br0dmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n3r08503sdm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdwp3xd6pdbbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9mn4l2988gv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnwy48eeyvtd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gedkvt23jfwqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0ctvfry2bn87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6sz6rgvpw7w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ssj45qzs0g3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rw3888qx5xh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wvqnrg5emj53\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3q3cd0vsd6x8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyqgxfw8xe8ff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c52xxt8b45fzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgx0v5vdc4mbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e69zjpmp2wcr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtwjg126d3k5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks1erh2rr7mz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0qy762tpqv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4wdj513fh4q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male_Wasting_AsFractionOf_Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_StateGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xpjl8mnhmw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9fs5jzcldy9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw96zx4f8zb0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gz88f2k8ps65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_123_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbd5b3hdpdxdd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37r7jspwwqycc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w31313tyzhl19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_HispanicOrLatino_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskj3nzt794q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkhmvkvydjzlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw4f7f2s4d8cf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pdnvrgxz53m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrgkrs25pfj8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Atherosclerosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70g3lekvrl5nh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarPhotovoltaic_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxjg13ejx14vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6lcm4ek746x8\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment1StGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_CON_GOVT_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2zykg2blmrgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9q5g97qcwppb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlhehj8h793e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3k6feepvs4s5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hdgky794cpkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dccpt60btj7j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l004y4kn0hlrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74lwsqwr3d155\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10nm1rrmmhpw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slc83br8y1d1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3b36ngpht3g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/587ly5x0kdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yfjges5pm6f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9tmdqdxqlek9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcm3z6bwjvdwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znwj2nbfrzb75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnc81ke5ge0zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehwqgt7rzs3n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvfq979nqm0sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kmqrf579p7dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ftp258lw5txc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RPD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4y8zw3fgcdw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLHCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz59wt1hkl4y\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64dqrh7dn5g1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m4nncehgsqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tfzs32myl4bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b6np7833l8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdphkgffrmje1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twwvykfqvmtf9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpf1csnjye6q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhbcmbe9hbwm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb6c45j4vqev8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpf5fwfgz4rw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrw0mt9ybw4s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICSRetailTrade_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tps17yrvy51b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjwdfglt3bys8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1c20kscp6wgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sythffk3c3ne7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntb542wqc7tc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh3w362ptxdv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malaria\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nzfnvw1ekk5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fbh89dhxtrn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4jm1sxdktqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc2csyqyr1n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21lp2js0n4zz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/039m65wsqrxc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnr397l7vh10d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jpcy02nd531\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_XP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7l3def716r33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq512kjx1rffc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv78s80qgh8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjssfk5wxz1c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx2b4wdn1ysz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mntj2r26r0tc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lelqe97c9qv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/344b4eg6j0w08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95g9j1mljccrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhjwbh1kz2gb5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf15000To24999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s8e8plr9z2v6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yezfw5gqnjwv4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0eelg5l6yt45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v9zvqs8nmmf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68mkse70jez1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49lx4d1736ng2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49n77g1q1drnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s634x391gvmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06xlxktdrvsd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16f21fvxz5dmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/652dkp8vsxg6g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btyvkybmjqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkcljffhl0s92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Sufentanil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11zfz1letwyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sj65p1kxekp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdm5mx10w8r5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ItalianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nk8qw1xbt584\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wrq6leg77bq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xz2cpw3ky2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s10yd8jp9y01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2zvylj8795ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkdbe9mvq8jkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfglsxyh92ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6s0n2bq29gbg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMSN.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvfg53xq2h068\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2_Economy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/dl6jc0wer7g1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgkfhk4ecx5yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2cdd6wwfeq61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3mjz6qvl8n26\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7twxlspl8m38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njdpqd3vdxwmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ths7qqybtsfn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lccqkm2e619b9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_LarcenyTheft\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcnqlc04gy5m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvfs1n9d0x1xd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q42t45z3snvk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLP0C_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zw43j6pjecdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cvpyqk94n6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentBachelorsDegreeOrHigher_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2gsf547myyn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR08_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2qv3qdjlzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd31kstpwfkp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycxbez6g281r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf1jvwfkfx6w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfv8exxtn0dw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9c049m18jvd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61mml9myb8nz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swgt0mvh4qfn8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71jymt4v27sec\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hf53sbfmd18b\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/h8m6jyshclef5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzfp78bq5ekm2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmzxtyffqzr86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vgnb0vcqb1bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqd9f7lbqlyw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0tbvs1d7bg02\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6bhj9q2zv4321\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_12\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3z0h2xm1gy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn8wr08z8znj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shzspxsllrzbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5xk6hfs700y4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_ManufacturedGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpybsy0qxw1m5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxsrdcl3djcd8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--HN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x22m6h3ed69q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2r79zet9q33\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv8n3xj3llq1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kebg1czllz7l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6mlrmqnmztm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_OtherFuel_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhwb87zcbm2s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2t7099nl4xx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz07h8d4y9esd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_GE10M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/r0ffnbm47cem6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_UsedCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vz1tt4kheb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvg3stnsj2jeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_COMP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlv485bd1lbc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6nkq1fp5nv13\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9v6emgfew9l9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dfmxqhtr37xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhency4nz46ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb2efe8rceckg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cytg38zh4kmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63cclll50hsf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcxjmtjpf2j25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m363qbwby1pl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr9w5b5hws8l6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Peat_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kljj1795s18vb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geewdrxj2kngb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8dxsdhn0gj12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jltrc6thvm5m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjl2d6jdf41pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw0gjr95pgs16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmb2cwzhxz5r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fzhd159k2sd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7bz47le1x4gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6m9czhh83p5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7spd02zv5388\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxkgkwrenj9s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2btgflb0v25h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jrgs5zbwhtf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glxfkgh49nzth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/257e8xyqyx3lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rbg14jkpcfk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgt65jveff6bh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_URB_MCTY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3getsjry2zb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgqjl1p9shgq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztxsw31bpp5x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxq8ybw1mjf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrghgnyvzmmg9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bknds3qqdc5ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m10ylpebs33z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27hbs9ej0pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khjqcllm4eq29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n15kekzm25dp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR16_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5dz37cv7n17c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59l5bd68q1zm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb9ywwmnhr8hg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm7zb7dwgkv63\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjyp62q0wvgy3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q2j83b5y4tmg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_NHR_CMPLNC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T49__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftbf4754f68e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w87v4901n9393\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nndt8tv6cyxdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgkenwd8q3867\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwq1htjghh7tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8slcewy12bg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4nte0retekm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxsqcgek9xj71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jc7e8j8cv29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw3cp6l6hh0sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr6rlwjg35qr5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyj2xmyd422b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c5x0f30rtx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqkhfs2xdx3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t86h53bt5sh9d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kygdzfpsc46g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2ps72lwh0rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vphll4dfp4tk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j63r4ln0egz\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sseplmq2czp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2wwgkxcp7lt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8q61d983n433\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6lb2t3bwwm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/487wr8fqss5z2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3te4evh9rjpkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f5r0f2tz7zfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8rcs7p2lxtmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meny85vnedqld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xjhqncg89jbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41cneqh5p0ddc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et3kdetkvnwk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9vjcynqzd699\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbfkt9n0xx9p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjex7mj146tv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2he6ymppnpxmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srjyfn1d9cyx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqjdpkfwq2xw7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3034_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25s2zypvh8c25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9v627w3e51h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1fq89jcnnyjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1sc6dwgs0756\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Pethidine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch8l40h1j26wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqe6mgne3p8yd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlcoholicLiverDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hjnrxsktnl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx1dtst4kqjkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3szcf0pv0t32\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0db0x8k8w6bdd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_NENR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq857vp51vxlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e8v9rcrfkxj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwhc875k8f34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rdtsp5vdkt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04et1lzpx6t6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cngr597jcq4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05fbjsxz9b46g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tl85xhncq3zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rb0tbjkj5k27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvmxrqqqqz9rc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl9nr9xs7p137\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdhc6jer83grb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qmsbgx9epk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f0sctyqj5bl6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr87h9s9z6ce2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjnzw2jx8vsd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vq38vhyxe6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q8sngrwx8dv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdtjgjx7nrt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3mp6bkv78rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnjk80dtpxl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f346ejyw9hv9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6wxh288t78b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl8entzt17e4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/992rl2mszefy3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sghc44f2n53d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t68r9hccc75h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5n1lr65xdvh\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2TCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2kt2zth09hzf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecvmdtvtb29gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20cmnywrsexnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dgjfq5htjfyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h5m8m85wvc58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz1z7ss2ngqbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vb5d2mchxhch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ypjklzc4bgrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2019DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx3kfy4r5ce49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_3500OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j7zxs0dk3rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4lngkbgnxlqd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c89fhmd7grf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8pldh07jqceh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjwpsrfksq077\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrdt160wt8d8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v1bpm9kz7h8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrl4g7g9pzej8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrh9sl7zy12bf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_GDPCAP_2_FSGOV\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_60Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecvxb1yjmt3y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt8hqyg5jdcsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OMNIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71bxwy3q117c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnjxvpg73qgv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnfcg1bpxcncd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9j7t36938er4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AIDS_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyr8j05gl0cz5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm146fhpg2465\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvxljlt3ytsn7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_TCHR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nwypskek89y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ryzqjrg0ngcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnxmk85nq7qt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp5ew3bn07dz8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgsfmr4spfkx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv57w7t57015c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmpq848m41s84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lrhbsxnxlz69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhxczvr0gkl32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv5cdbbsqzrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhv2k1mnfdhb7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/139lpeht9yfrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps4d0jgsvd603\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9sq5rcyc01wh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sz80wwve91v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y49b6qd8mny5\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrvqc7zlx1ncc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljhws04nnq7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl35e21rwlbhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ryb4s9h70b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvqxx5x5q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6f7l9bmgq6n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbsxxp6tpyj64\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hzp1454sgqqh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bghc99bv9l9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bt2270vfsehc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g67fryzdh9029\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68k3vl45cjhc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9zs5qdz9qk78\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnghml4zlg3w\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_AnthraciteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhwx2ljgsnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvwk3t5v923e1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLKCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfcqwgrsl2t79\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6dbj2ktnyzg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78f07vnd2nekf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1jl77v1bznxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzxdfxjxbbtkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzcx9sccfk822\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x28yw26se4p3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j19req4mc09g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tftk3nl4lgfg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87qt8krmnb3l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2bh56p6zwpjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt51gmgs3v0l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsp6b2yenlzh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evdsqvmvw6fg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_UnsureIfWantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfdqezpcz755h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v61m00knctm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gek490cskmvd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/Q00-Q99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzhxxxgwf37bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl8t9fqn2e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeybcgjl25tph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8gn1tx56c4w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh71t3yxqjqxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdr164rvqvpz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtzevckjqm1j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2eedwg893kx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhg8dgcflmnpg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_0_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Employed_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl2csg9dx3v5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z746qs56f9nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deswzr13kt5ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4175vm4cghm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lgjtvn484k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nccqzqzrp8k7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcqqwyr23seq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqbze3f95jffb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2vqpybs3e932\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncwt8d1pymhkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb3t6ektmspn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15be35rrml6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bz7tyxk7hf36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg6r2sm61bb2c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29elttnkfn722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ftbmyxtpcbe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zqjzeh8t3dr7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OperationsOfWarAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l178e10wh80p9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pkzk9sflz7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d0lnf6tphbcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3j30n1dym1nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefSteaks\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bppvqr2s1w8mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eygrkcwhd6kp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkvxv9w75g1sh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35667jyk9pt05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c78x8we1hp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb0ldw7gp06d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hzn1g71nj7dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgyhv37hfdfhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dej4qfnswwyy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2gnz10y8qc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gy04ps54x23f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swx4m6c7q7zp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2crfyytxdjmfg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwh5ww6ncr7w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2ttesy3epq3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0v3rkym44j47\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6y6qrvwrszj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgjtgrbb733t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq4n000g3jebb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkkyqjsg4tc9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6v92zp0jvhheb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7395yfz1q8tp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1pjcprltcsqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm038r58rcrnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjhkkkwtgjed6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfg4j6pdqd8q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzj4vydb3s347\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skf6v3846fkt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To64999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4kj5nyz21y6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5qlc34gb1e0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj3rgpcg7d6q5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxfhvkl87brk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts2q47cfj6bwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etml5zcrn5bdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1rr909rxhnwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sypcd8353cdp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxx60jc6k9b9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmnqt4xjd7ye1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyyphpwnv50l3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_V_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8n48f4qh888\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edpnrsy7glfzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbmvm971vgkz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85qpc3rl4qhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrv3f1x8bds1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PPL_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6g65w4d9zn3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jphbkyxyd0bw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbpbxtj4dtg09\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ex21p2qs0yzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Meningitis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv829mxn4bx2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8wbrgcm3gdm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbpblvqtxlkc3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b1m1512yzlh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss6kts0dfq39h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6gne0w42gvjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0bsdh5rqrz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mzmv50jtgrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v57ewnqp4xdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkkztrm3wsjmd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lew94ztqld5l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yky8ezw64ez92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9yekeefeg9nc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TZ\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p55t752j41n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4mhjs8s6yhbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpb6t6khwzyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyq2cm4c1g0p\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh9bb4yghcxc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v83ypp487x09b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To29Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vqk72vxnwj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tyk0r93rpdbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx8fy0negrz22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtzryrrl4s3x4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw2c1k3bp7qzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs6e9x7kyh7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfqzgs6tvmj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj2g7305ddex9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsep47pznlbv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6nwcd97ty6f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyz8c6zcg0z8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3es5ylvlpvbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VGTH_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment3RdGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nh8frrz1w495\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2029xczx4drbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yyxpk19qt0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv04kg5xsgq04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c0lkf925rdch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7bh6l9ecjmx6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26sj9mzdbedj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55ewn8q09ev05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rks8g9blygdk6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19OrLessYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q66dgj3beh9s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1969OrEarlierDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y2dy5rd8rctg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71k62n9j89ccd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f15rp0cz16t9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb5kx4jnpdyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkvbtgtexnb5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/R00-R99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0ps8f0zz96xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5pmenfdjjzl2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SI_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qxfh8ng5kbk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmmtysn9cdyv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7z9x9jq8dz06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qq6t6jv4mlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g293gjhrp99g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wwkq3f0729x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br33jlzcf4ew3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tegegjyb9te72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21m0jx5nw3ry2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7b8zeejkjhs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw0v4wls5qyn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithPeopleOver60\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzk6wy7kgnp3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz02j16m2qh58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9bjfmzrb00w\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkljceqpc9wvg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmttgqgb023b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28rzmrfz8q6f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7njxd9dhhcbj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq7n4hgm3hsd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0tl0l3cezb51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7nze6dzj3vq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7t94y5zs7nm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxn03ylkvjlhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk24csncr17s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb5q7lwg9sex4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jpmwm57mm101\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvtbvcwl8wy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5z35v6gv909\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82zt6zfklzs55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tthzyklkz2dc4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2zrkhxz35908\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fejp2j7mfe6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_BBND_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kd6tznchqmm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8mjgzn5xj06b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_STNT_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p2cr7e83yfj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewh2nchqxs5h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8tgc4m2zt7lb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq05me349n7eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1klpn7e7x8rwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x356clv85n46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyq9p3bpzpzgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5dxlc7l13hmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/766h947dbv8b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineLightningEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmznk0nfqqwc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1yhym3sgfvt8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_13\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate2006_Min_Temperature_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d8h8880gs4hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bylrzwv4567h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp4fq999j55c7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj1s9zes38emb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wzpgmmp3k6qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxcl4nx58cb7g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f9tv2rhrx5y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkg1m1p6vfnkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w335w8jjynykc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3t9e4gmnwn8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz97m6gdzs3q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxksmyk44tyef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgf6t1hfq3w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hprpt0dtfsg89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m29qr84n6c5m4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhzmdy7k7gpl5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t0km5pkh5zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnx4e26pfwf2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k81813z36ze06\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4qdn87r6mdk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewsf8s693x5vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k31jtz8e4ctl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmty57l4b6831\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6myscwjs22626\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8j3b5cqy4ec4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_DoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38emmtmkj2h68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnp6dky0d9bp2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55bjs425z8p26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nqm9gkglwvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjzyck2wd15mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewxdw8xxfey5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6h20e4gjjmyb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gxex091p1vlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSFinanceInsuranceRealEstateRentalLeasing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0ezrl3373tbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp63bxgpzkmh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00xdhh7rkd2mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hcgw83963lqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmb6pvxb990x2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35g0t1pvtxxz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n58qcvl82tjf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k541fnvkjdqng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVHF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/239n1qqp9b7tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mpjkszj34hf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsrm4y7gpn1vh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w56by78w2crr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentProfessionalSchoolDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy3dl1lwrvz01\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww3nbbnm9hgr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhvzlvbrl69lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl02dd7y395eg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_OilAndGasRefining\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgsctfzwlbyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v990qqw1k5dz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75def98n35s6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmxz8s0s198z6\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8sfw7hbwwxw2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Unemployed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_MA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_GSRV_VA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q89r9e1d8p5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2hdfp6q70km8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s676czdvsf766\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbhwdnbzz8x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtWork_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3np7z4k58y817\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zgcs4hq0x5xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mp3emkr2cbxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm9hvp5gprng1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8hy7lly8br0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9bwfhwykdkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0xtrhtb88q25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en440j3901hj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y27jk0449h41g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97hnh11gxgqs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vsn546ed4ke4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8281bnqqe3gd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtze41m33eyn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue1000000To1499999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll9lmpgp68qgc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200070\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9lc240mtlsf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sypyn63qjebm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSANotReportedLocationType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wf83xwnr5c7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09ftt6dy3kpk7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh8789np3hq29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcm6x4px0cws1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x0clfwzwlzsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkb5bke3x2gr\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46kjp1fhm52wg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/Q00-Q99_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8xqsv9z42m2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06vw1mg8vx934\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1xny5hwd10pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb35xy3zg3lz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y04peszrrpb36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRO_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/092ejbg81t4hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtytrrttznlf4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97ypgnscbqhvh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqf12jncbnxk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrzw0znnb5949\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j72zjrm2hdy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2cvllpn5yfqf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5l0s58l64r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvnbx3rpqewmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bld2qn0h3x599\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnn12e23yfh2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSArtsEntertainmentRecreationAccommodationFoodServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OtherMajorArterialRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yenf8l36b536h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsx253r36pvyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcsp0xcp6hsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Rural_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9qwb1eck1gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzrncwzmmpv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qq2klhdvrdeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbcm81264l6f3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eld89ytsys0v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epc1em01nmn33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tegtfm6v0xbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m43w82dvcfm0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w352tbfvwgy91\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqhpbbqk44zq7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Wind_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78e4g0spmnec1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cllll0b3nw6q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9020_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbskc7eqw5k92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb6efvkytw8f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61f4ypkry24zd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_NEET_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6k2t2x6smjz7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_WheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6437thwrslkh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8wzdx4rcmzr4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmbmpjtzz40b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnzjlveerr9x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lpsxwed7848\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8j2dqcwc1mff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqtzskzcegfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-MTOE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9rm8txfx5mx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy6k36fj7tj11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p446exgkn5fl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ql1f8w1gczz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdnrdd9r5sjt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtfx42ysswqrc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slvh6jkns6kkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3zn3g3nhkxsf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Suicide_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cz2z363c02pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yts8j1r8ns293\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r5ptjeqn8qxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG4TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Burglary_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qxkytkfpql4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntjrw5gl38kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkq4yzfqr2nyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_UtilityServiceShutoffThreat_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lcx4tmgq07c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_COLLV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r49ffr48cblqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3wvk7tm4ppf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msye4l2q4z6v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxtez1km5l3k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyxvjzch9gmz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcss8m7qn2mq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84b1znlnr6jvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmxfjqm8z3x89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql73h7t92nfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx581wphqdt75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6enw166l2nhsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmnrpcht9vqz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvqrh0kq3jv6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq7gppfg1yzh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wjtn6wdh9cch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9v1edldf9qn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb86ebz3e4pnb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rwrcy986z85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl129z2tjlfd1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phenobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2c61psqkr5b4\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wgpe8fnhl521\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xykjw3v6n4t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h92h1werxd9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8jkg2v7c9nbb\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl8f6jlc3b6w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dztrzg31gdyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDXUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q22vsqegn064\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC7\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_99Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hvve0ebg2ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9cgm7vgrl084\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg4e523wbrmgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zr0bfb7en809\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbrh3myb37xf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chdhw76y8zww4\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x6r0lrgyrsz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njk153cyh4q24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcqkfbtvey2j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4dgebklztktg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6r9b3dyc67w4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLEN_12_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hggenpblf373\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m08fjhp74d333\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckqb7q34qj84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq918zs9x6jq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqvv14gg0z76\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc8mt6kxkme04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtp7qy5c46xn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns8yh8wesxd3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tchkt6ymte80h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q420sgnxr70cg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R07_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pgem59zxd1m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qbpc4x0gxgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zjj3cqp9r01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83jp3rgtx1mrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evdc0dq89mz83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tewegszwnhnkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzzxpyls7f7y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh27kv1bp079\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpd2blgdcceq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt5z2yh9vmf08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8tnvtnp93x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddv4z5fbgych8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edg5jr75r8t85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he6l5s4y6qj5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD2F_PRS_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzxb67xwxkw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63mpfvj04d0l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm5lx4714m8q4\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evf2xd0y46vc8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vc292p222rm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e8zsm1dm58h4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/VA_PER_RNK\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667vkjv29bnf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fssgttcshgw45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7d7e4y8hkcmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y8522b224245\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw0fjmvdnhef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4thttzvf5lfb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hshljtc4hby59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0d76y6l3fjj8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evc2z5dercbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ktx6cftyxnlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccew6t4ec9b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8f705fq3jke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pldfcnc38f984\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vd3esqbrcyvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwrww8yr2f50b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzy7l7nc8s6cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjmjq1mjx1b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_AIR_DPRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmr236myhx807\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf54qxc26sghf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rrb21mbyry0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxk6r8vdeqctf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7hp92xdm8n\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAEP_1_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb0xj017wtmd5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mr4rx0dmpgy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmyb2s8m5kr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6wd8y1nqs6b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld5f4smnkyjeh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50rdzftrzcmj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5zffrynkl9tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6vxwxv8penb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOXO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineTropicalStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_3_V\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1669y250t3r93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sjljyznsz834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b31l08fnj4fe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgwndv6sfp9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjnvgnm9k087g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_SDR_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_100000OrMoreUSDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wygcf0xy4dgrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkkkeww4g32yh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyckzpw3sljed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjy4e9ql78ryb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9w0p37e3e66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy4xjhw434ch1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wps8g1ywnjyt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4w70nfl85djg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hef01zdq9mbgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1tp2w9gfhpp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxv1mwjfhg7n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y40m8xv144sj6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9kfh70qv0zef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txd2yhhjbbr5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw35wdgmcgvnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys58rp9pgysj8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0see6g88qxw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg72nw1x78hsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0xh2dwe3v3m3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqpv2ffmsw664\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgtfv2enwyjz\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rs9vl99e03p8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01l0g076shx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50ts3rh125h4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvrr6lr2dtpbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8wbby6jpxbf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCProductionTransportationMaterialMovingOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79xrhgvw75fe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71rg89m8wjqm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99xv417l7nd1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61dkh60sytww3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0hbzs7rjfqsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp1lk8rljegd7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s62qdp1wbgkg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kxyh31gl9pjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh4qgzzzq9kgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q95cs43wyykj9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbjpktjq7dp28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzdvftfjmm06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77rbb0gtszdrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfb92f40brp84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jddehv67h99cb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_10_gdp\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g473zhhntg7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv9tzn21trwhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46gdnygzdywph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4qy5lbdnvms8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_RenalFailure_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3b07mgwn0xc5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_WhiteSpirit_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ph1ltnm23vyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkj2mw4r4bjzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js8jd8gvy3lp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WineAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744lwy2lyjzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn1xnzc6r00b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8t0sygs2f83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7p444cxjxe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9nyh3rs9d3f8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18mhxmtjnvek8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq6fhj9qsl4q\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGBGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k6hmb1w7qbwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_Smoking\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j808ttk8kxgy2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nv03cmv6btf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjmz36lytkxtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvmjfjr87l0dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77qzs0le2ch65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2whwqmk71tw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9mgz4bgr9ys4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30qf6wmvdhgjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9yspc7wmj06c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skg1lzq86js77\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wh5nx095yjs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mfkbm75b7qdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yms2vtlsqssf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_GreekSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj4z5xyypdte5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbjk0rbwdert3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr4d3p4e3z8l3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_SportingGoodsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91sgqt0x68wn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4wh4d5mcsrh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rseb0v2gkcmc1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lm9k2vdxj4c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx4msb3h5zfv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_TertiaryEducation_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nevtzbkblhqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp8wwr09edy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs74vdh725pth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdqm17kmdq7f2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7dc1t4k7lej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgj097m72pmcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdw61v87d2wg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx1yl9ewfxt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68x8wrxncmp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6x04ck21zms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfwk122enj393\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpwn0kzdzgz22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thbl30cs3bqw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMU_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz5n7xdg3qwd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39tstyfc3eg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vbqqb48teqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kprk0vze5ngxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19sy121xwbkn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgf8xlbesggfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_UnknownEthnicity_Female_PostDoctoralAppointeeOccupation_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b264tmm6v0xqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t76wegg80ylm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_1250To1499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b8nee68g2476\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy2b9qmnd2jp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4h72423g5m4f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz2teyl3sbg2g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07r2z8jwd5p9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhq3fm9gtvql3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzjlwpvgtb6p4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DEFL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl0tfp359lhmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he4q23j9yv2b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1z4v2wl3z9hh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfmfkqm3x0hsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w09wjmewepkl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8gxkdke46jtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/500qn56sx3cd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_5_B_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17lm5f55kvtzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvdz1xvs8y9lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrj0m37qwstb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sszlcd1gfjbyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TamilSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fvxebjbfm87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d53xs69e85k8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tqhnfxkpc256\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phyfd1jln5h42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75pmcgdrf1h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftb5cvvggvt3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr447jelky8k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/193yb5359ms6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjl3jzzvl2ld1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrwwjph8wkx3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9cryskn2x2nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjewtg288432g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vctrm5dkyn71c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rkn7xc6sg76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwc3cn68x21th\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PASCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lxvhwkwpx9x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4llfnpc11pl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ye907w09fk4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r01360j1ysk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvsl984658szh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbq05lkgsx8b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y943xnbvmjpm\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7knvhsbj8f973\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzyebvxc4tf39\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_DYN_ADKL.AGE--Y15T19__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ggh5r1kslnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djtrl1z2hrn07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq68bqkmn4yz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xhn023bw1qm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2jxjfv17ge3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjgy1jfy73fg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4303ym1jspe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dv9fnsl6yb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgdg8bh0clj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdbcgs62vd5g8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25wy1y6y26f5g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gxg9dprdzb1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m7qsh6pc2nef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd7drh2ldtpk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mbxfqtnrmtw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvb7cmqs23zk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvxcntwxxcv7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20xnpq25zbf86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzl3v5jnrdge5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c682pzcjblq15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv1jjepd2res3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zckxyjkrdt4t5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_5054\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/456sz6y7vk8f6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/062rbmes7hv81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m05yy8fh6b7fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxy1g8w1rytb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcesjrkh1egy2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7swz6jc4nx5n3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g39wghv9rqpp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slhb57tw718b7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tp3y7l2cr998\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms589kdkg9ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv2fx8r9s7d36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bywmb4p2tjlr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r16t55bwn2zmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5p078lctmsp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6el0vhj235cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ynmyh0h1lqs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jpkt0t15wq6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj9p29f9jhj86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvrg7sfq2tmxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8wvbt4f9ysd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother30Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbezb2knwws8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmme6psnm4y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsng2vmmzx633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc3bcsk5j95y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrvw3rdgcezjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wx3s0mp4c0th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh75e6mz1p4hd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phe957mdw7xy6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xxrspkh2k4q\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TBL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epfqs1df79kc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4819g23qt8hsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zzfegkgl2nv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epqypx1z33ek5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n87t9dkckzxc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywx5hqqwxpd15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csb5rps6n6l5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syr9ecw26qzeb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6xj5zkvewq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td5p5n6k5v3g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsuranceOrShortTimeCompensation_ContinuedClaim_MovingAverage1WeekWindow\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d388ejrzqms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylq2867spkzkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705047er9z388\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr48ekjpggvfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8kvmhvg776m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rxwskn3dde5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js8y9342vlk8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2ks9bc10ggz4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2fbnztggqr3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dl8vprxk536\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3d859flr0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44bsexdhrty66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sw7mfhr5c0c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9kjghmj8bfff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nwhymk8cb0j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kl0qyn6ryh4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr3zee4tzfdqg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jc2z2lc3eb01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phrrjq779gmh6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gb7qyhkqsjmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emmdnp540k939\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgx4vpf9q65k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr47wx9fhetxf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMPS.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65rd921h52x48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3w6s9646m1r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm6dry338f3k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7wrs9m652lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65zs32c8mcf1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v6mrhygmm02c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwnvw0c9w9036\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4844gkxxwjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfqcyw54m6zdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr23rh3m17md1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gmvcsq3pdmbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmbple5epnfm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jnegn6fy7n4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jn4y4vndqncg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzvt3zlgmt42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svd7gzffvxh4d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS81_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk5h6rhmk8qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcfd5tnzc2py\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k47xgry924fs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knngvvrbc0qt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSInformation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z40efwt65zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Female_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emfzxx0y428pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d78d0mkjs0lvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er1jm30cx95e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2fk9zpz7z182\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dg1rk2qgk5kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/877688pzhtkxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwk33tzfp29gd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhf7cf47dg8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph1rl76c9nwbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emc2p5rpbse52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9kvqcy0cfxx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tys622brj5tq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/181h7mxtrg6m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf06eq68w70w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_StrongWindEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s75z887txh51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c15lczsbr2mpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e76wsvyg9dh0b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MALN_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_VehicleCrashIncident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Septicemia_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdq98ymgr0h74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingRentalOfVideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p0188gc3k3pd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t3z92t98k0e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70p1nchhtr3m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrt5sj5sk32p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6men6jcq5n5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47mnx01nbgqwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft0swqq6tl8s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj3zc1egz35zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcjkt7pl3epd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9011_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qn2k79derbs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kwsyht9wp6y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8326hln9zzw37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emvhxj3spdfgc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00bg0bhw6twk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkq67eljdj1yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc220vw8sgfrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh9g5q8dt39x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31fczpr7wscs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyyn186m2gcvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk2mc5mppk2w7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdk8jgslb2qg1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlsshfqkr508d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4gqjtc3291y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kryv31lmrdq2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8mk2jt2tczzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72kqev9dl90d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdl7h3g8jcdb1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v040hcnq9s65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we4fmv7j8lszf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--FIS_POSTFIS_DIS_INC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtcrxry16vzec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nh3y4869nmvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f7tbjkc21dn4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_FarmInventory_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0jx3n1lzn4n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7pb8gwcxyg74\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalMarineBunkers_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv94fnc9rnzg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19mhhp9f3hkhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65snwqgx0zmt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4qqkt17r7tx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tn6yr6wq2xv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln5n36emew8xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm56sv4h64g35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scvs1x1c1n99g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz399wkyjzgbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9me9rnghvts9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qelvmfxsm2zgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgy2t2v9eqj64\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5v6mes1z7dc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6pbvpbqw8bz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43l23q0dq5njg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxtv1gbcjrw9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9yvpv5x8747\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6smdptbv3wvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1979OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd2mrl14lceyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nezggspfwx9xb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q4dqb786n9xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7jj5jn2sv98\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f11nk7xnwbc0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf5k6xtp2v767\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njt1q242sz7kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcw8986w3ssjh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qpn37cwn65qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/300weyjd58gnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vllhw5nxm94l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzprm9bh8ex3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ehl63vjrpdhf1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h5rd646f9yw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lby63zg6pznf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wclrbd8hmz7h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherLandTransportAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cerqqtpx6d85h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dn5f2tg0mm8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ndkrzqebgvbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mqs2zmrtr99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrqxpx2eyxl8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_NOED_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnzpzes5qc6y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tf0rv8lb3y4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53qt0kmw2p843\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb79tp7wyzze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y100y3xlvdzec\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_HEI_TOTL.INCOME_WEALTH_QUANTILE--B40\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j72f834y3n5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Solar\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjw06hd6d585\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np85ppzvq3312\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df1yn69tqd527\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p354z4clyy358\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvnb7mg17znkb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wpe3w9z1lldg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lltpf35j57np8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stx0gr72pnjnd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6rbrmbxl51w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5s496hvwgc3d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q2x97vy49p6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq8p4j18g4t52\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34d5mcy3xtlj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2pxp34k2trt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ESL_1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90wjrg3zyp1v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgk0ylzp037w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HouseholdApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prb3kghvm2kv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxhmpkj2p80lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53g863hs8xjq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzw80tlgrv5d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7ft916g93ys2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0858xjt521g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elsr5965thp4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9wr74q9kng7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqqb6ktl0e826\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps25jp7kmh05b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gn8qxpk4ec53\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GB_XPD_RSDV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/DT_NFL_PBND_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92z3c6q66qxs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx6htdns397m8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIM.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxc86ym1btn43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy7yt8454m237\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzet3r1w9c07d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p69jqdfsbgd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw7v98rhvcf08\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hzzf6yv14ct6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgqwjr8k3n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xdv85by11dg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg85x2p0084f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vmk541kwzfjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26d7bk5tg5n28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzz8lx4nb8038\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HighSurfEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05td582hqytw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9kwg64bdp4w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyntp1n4575l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8kthlprsrvd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4jl7c411edy9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_Peat_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthamerica_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnt4yx8cfw6n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l8cyh6je8xcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdryq36vh91d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9vfs00k3xb9h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x51w32ehhwveb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jmdhtz20bj07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk066775tj3v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mzj1f5670hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vvn6180zsm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75pmfvcf44g84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmyznq175elb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9b3vgzw1b49h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhb9rtnt66zn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5bt6by5s7cfc\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_PP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqt8jd993lrn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms0fss7w2bbe8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jtn2rxzb7v56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvgeeysxyz6t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8m4dd0l92bwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l2sw2cm94qw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgb0zhx1bpjm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnslhs4cpr3p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rpm8vtwwjy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy20s3ev8yy13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkb631ne2ddw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wendj7frlp561\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g51qv5mzfnmn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wffbxs7wbcv03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5xn3wlzhzsrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGNRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczbfgjb1cc8h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfvjqrpr506w\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94dvcg4vest9c\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78qzksw43sfb7\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PerArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfvrc93d83r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2lmp9xenpqgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb19kezcfemxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jn1fbfdt02kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xzh4qkll4n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q2xky97wwly9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hn7jrnr0078g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnhtj6dexhw7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yblmgl06d9903\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjtypr838lj3c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNS_ICTR_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_DR_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnkt5z58jgf87\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02rl547gtf0cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1NIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h70gnye81202b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fme2e0nyryll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyr68nm9tzel9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s158fmb8vly44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdb1dg6yvr3y1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b05elrrb7qh5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whw5gv93qy8vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88z5eeg1ywc73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98qse3x6w8wc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxwhv6vc0rye7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbdl49mf96t5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kk7zm61f48z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2rb4wtdnflg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr77j0hsysq84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q87f77m7nsx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k52gt7zyeqkf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tw7s4nbnl11\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92k804d5m10q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e103jsdjm6v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l98f0hqhypyf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4417-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jnynp281edk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5tl9p97dmtfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w42bss995k3f8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etgkh7qsjgd81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rczq78lfd5tq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_POR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wdvhhk8jzbx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmwf1fms1sg5b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlsyq2bbffbvc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_PART_MA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAnthraxDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13djcqxqg7fqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4bjxpmgnj14c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvgn7k43j4r32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y0T14\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcm8djxk6z1l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkhkj26ddr50f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whevye7y9vg1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfrdjy5yq7fx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk0x38sfq3he2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3ev6f48syznc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wfg1t0f14c28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0l4ks9r8dzkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkqw1kqw4bdk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lenkbxs6s7h9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ley487gsybsl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqw4mt7hqy09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ehjb7ng7wc85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3nyqwc41tdx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn226wlvs58z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtdsbrjm9xtb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv8hcb8r2cpvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dztgjhlq79x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2ens9tvew153\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24923q23ezh38\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7p0sc5c0hqx6\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7564n8eqb0l01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2l48fyc4q529\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA05_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fgl18p621py9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1gctm8xnzj11\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rwwfy7yqymg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drtrhpylrhgs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5r9q4ghhhcr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbz8sv2gdys24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14rt74jpb797\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh07h5y5p490g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgnwmc47j0qg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmnvypz0ywt49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9efk19739ej5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.67-2-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_46Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mp57vs4w32q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqt4qxlf80cz1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ylzx6e78z5md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/971pd9q1321sh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l13ecp1zwkh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlbthm97l3jm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0xsgv4gfz9b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95k573cvqgf17\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ent6zbrbb9mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h35re2kwq766\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7v66dblxdnx5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6s4en57frn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crl84kh6xzpl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5596jk2s5ged\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xevdzxrx3dv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmm5g455xfkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhz1d2spmevf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6vt48bd0hxxg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02mzb5krymet9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cgv9qkqq8ngh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvv3tlsr2zev1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvmy03s4dzr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj9wjtglm54f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8w32gb8bhmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g30xnec54kdm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64r9f2t27wx0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfzzl5vzr5vk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85kzb5ge6jwj5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNS_ICTR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m02dgd136e43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk1tpn6jzgjx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky0leme02gwdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r20e4ybe8lsrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc3s8kxn1bzc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymmk00fv6mhv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73m1m7v2hpvr1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/676pprbvbz4f8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_EO_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwx5ethm77xn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jy3b79txnv25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vd2cfjbh6y9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geywdm5e40vt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9306y9s72dl4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9scpd09qxjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l99ywxzhj103\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2l5bjz99js57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj9sbznw2h1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmzz19p01fed7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjxl3qpd5p251\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6fqyvn5kj521\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6es67drbtepj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q24bbswkztm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtgk2ekw8qsm4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxjwm9qpl7rxg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczfgj5yeywk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2cwvc8877xl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh3r6g9jd3dkd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weg63rhxct181\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_5OrMoreBedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744xdeccbj0zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xyk2343c9gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgz6yy0kzjp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhn7sp76jb53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xt008lvc79d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tnhy6esrhwn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg315j7esl8m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h59qbldr0hpbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsmhdy94r2s39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf2y7bffl3v34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zskh68rnwj9h6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhy8q6tc5cp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrppk7d46dmcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbpl63vp6c90f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjn7pcnjxf19\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4v110mx3wx13\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek05ebvj9n563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5x6lv8qnx0pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbbwm1fr7x7x5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vylsdpcn4q68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkzskwc1flmb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cknnc31xc8g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5j53xfenb2yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scgxh3zbdvr04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvhv9dsergme4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TECCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58y06wvvjzxe2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfn59zvx3kp38\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wf8v0zncf6n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m79qf37wbh705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf9f9sd4r4nw9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDCML\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j17gc4xl80h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lnp161d0p629\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svkxgj1v0d33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjvvn84nz9mmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6pklnc8x975f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgp2rtm7hwf17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_RussianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bdsl2rr9p7sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2pczlpmp7px\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg0cqfr0lx7l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1xpvjmzk61yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/427lqfsv8z1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhz0eq0n0g27b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gbkn55ttcj49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1w8wz04hc1g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxcfcbs6ws2q6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RRRTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt63z2ht54lf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4yrwyerq55x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtpeqbfyg9dq9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR19_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlrmv8evwkxw\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/762gcdv5s47bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l81vcq9kdlg76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SAEL_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cewfbntdm9yw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5sxpx7l8jwh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps6kvsccnnx33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zr678871pk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tb29633cd7jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqph7jsx9lt78\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvcbe9gq5mmy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk3e0bfym35n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4c39c4m02bq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p549ss5j5tzef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6z11f5vvnhn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjr5q34rnd349\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y608pw3943qr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_5000To9999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0yjy2v6wpj44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq2nppez43vb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_20To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t0wve4kjesz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_ICMP_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpghkmftfzz4f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_adq_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/C00-D48_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q85ererke66d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7fjs67r4ppg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny8z33704544c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnyn44rgp1n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erxct6nlln81h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gy9zp6q4jnx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54kk81t26ewqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpjndyf4jykvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk6bp0wcy1eb2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6xpdd96c16r8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y4w0zph5g0h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxwhk44ckq31g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv1pwf03emkjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ylcb543yywhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejcmrfq5p0rzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tewcgmy34pq37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrtwwf0clwllc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w4c1cg1z4pg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvhcz3t4z1t9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1e4733bqpd4g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2vefbq16dyq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgfzc4tkjr2g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz9515bdrxhf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21x1jb5velkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jk4kwfwl2qwh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljvqz93echhxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1240_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gggl3en50rg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_MORT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knpee1l758529\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es21gr0mb1cc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npm5cm7flx7b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqg4ez7wr871c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzvsxnk0h78h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72r40x3nbr5vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ynf5r10f0b1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9vxxf2sbzfj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/154z28hh8kkp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s572gfj7rqw18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtr5431j12m6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch9j82e4byez6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w1n7nmhgcx0c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5f1jxb8qd5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vhjysbh6607\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mylgp997djwvd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p4mj9ej78tm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mpn8hwz1nzn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3jly8tct74c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmtqxhps2xew8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4ebx1pq16cf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8p8b7w3dv45b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/885tljr0dmsm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpkkzz7cbx463\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w34rzfnrdkxc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdpdsyle8wwy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsey45sx26whd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx94qgx3wl9rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsgbtpvrdnhf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psqte881zc831\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn382ff7s9rvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g636rednx9x96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5p9wg33j31y\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerHeatPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tvktxkht8v65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3l1qzvkw9v5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seet6047jyz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkde628zvt4m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szg6r2k895kf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMR_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_GN_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5lbbs6ey7p4g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/542byyw36qpec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9r1gn3cse1f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47g9gytk2fwbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PepticUlcer_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06tn25lpzqpgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt8w70j85kqch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfzg9k3h6dr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2z0mky73pn8c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15n6vr80lj5r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xwdm0br0mcc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2grc70kc3m5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/R00-R99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89sprweqk0mrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8r658x2ejhfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3xqbsnh9hy65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyz5fyddkbz09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/gtls5fv2q6e1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EM_01\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_PRTL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin7_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55t4sdw5y3gc9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxnzbsccp4w31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ycxjvrvpyp13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx52whqzz2sdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ltg8q6s0010g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9w4j5s7llgb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn3s65g9qtg71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1s0j7h1ltz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epj9d1wywn66f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hps55k0q2q39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd6lm1487vqg7\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fpmxc096kpc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szltkcg1dxnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc721y5xt5551\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpmxgstzmv7w\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nmtzdql3mlsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmvkshn5xrd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8ntnmgzglw01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbtedttlbxkr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q35r14jx1w8h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj3jhfkk8q0g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxrc005pjq6d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6peb5zdrqblz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbd711hsghxq6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cfbvcy0t7eyg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fecxcdlccgct4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnrvb3wdge5jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto14Years_Male_AsAFractionOf_Count_Person_Upto14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7rfn0btbkmjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h0jd7lxfxpq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDMVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf14m69lp9w13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm2tkdxw4ydm6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg967jcq1jsz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkm89jl718de2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kn1jvgzwntxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2j8kvkwrstq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4327pm4jgde2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb34kjk2238zb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g59kfsnlw1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9gw9pmrgmlm\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgkj6t0jfqkv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPK_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtqjbdvxedc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2hx3k8dlhe19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrx6qnny0m9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q65pyq787lkk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vfqt22y435k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4n398pgww7db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2bb3f4bgdcnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsmgwn7420g29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cst3fg9zpgbgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rljw3j160tkzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqv5lxme8908f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j93wjzl929c03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vww6tv30qw6c9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7g16md34cew9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/782ywygl00m7b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCManagementBusinessScienceArtsOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z6zckev2t9n7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwjtzdhp4dp3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_TRAN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcr6h9zk1b4r6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommerceAndPublicServices_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee89b6e8b2dx5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5rzt0hw80rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5vq1pn088x2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr6q1l6pjx7w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw7t35e3schcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h894ry3wm07tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45h77ljv1bvq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0F_YPR_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_LUXL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5460_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rltk4kf75612\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6xehcewj3938\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v8kj3w5pyf34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs9jj6fcrl8p6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e7ev8xpq2798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvwkmec8jj79\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl948ddmh1vtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n29n7h8plgjx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyz2j63zmkn62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1jqs2ejyh53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q793n1ljg60hf\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rw63twlevdq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzs0l5jwsgd65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8x5w7g9bl257\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjppg1rsntcv3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h5wgqmcwscdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn5kdf8e7fbfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqhcf7dj1h1r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16s3v783017k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6nxb5lqy3t66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkdykj92glj9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehlpf9r79bvjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnt99hz1zgy69\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g61tw3b13q5k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkg7rllg5s6e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6bbpw9msyv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6dwyywhsjdf4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_20Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jwhqvzn5vm93\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8lne0z5nsyef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3f65vepnjvc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68r2lt889s0p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw9cqls1xsvlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl1qgtybml0p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAfrica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qftgqfzqe1rjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbxnyby58gb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh4qm6nv5gkh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0bqjqn3w29nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPD0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mx0l954slpnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IDA_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecz3cpfdpyp52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8lr6w71sqp25\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mhgzhr9ygw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrv1w4y1gzpnc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DSTC_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/f37z51y6319n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnlce9lf7hv1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj1n57v7tsgs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yln3btlnk2tp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjfp298sseml9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_MANF_CD.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/GC_TAX_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j61dvld9fdeg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m6vcf1b53je9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypx06swrqrgsg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7evwly7mvcwyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxjy8xsf41c93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbx2vzqxx03y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlyssyhtqb0r1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g7vkrkzfre5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xtfscvxscs92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c01nbmz9s6z7g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_FAOG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvqqt76hy8z3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/D50-D89_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk8qxh17wfhcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb72hmhts7hq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kpe2j0s0hvfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cj76b9548hc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b800s18y5zm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2568mm70s3xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4prmcqrmr903\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spzbbzj46xzm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnvnvkcs0k045\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghgs4cp64ep7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9vrbjddpz66\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F800_M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/8jfdvjgtlg2t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz5kjfzrkftf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s99y799dppr18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcm9f8r598e22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecx8l5j0fnp9d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrsw1qyy7jct8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pn2mrevh3es4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dbwpn1zcbjv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w72c250md10h5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1AUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS54-56_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8fb9xphqvbx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvlywbj5e2dcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpjs73ns5ze9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2z0yjll9bdv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv739tge71c52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvljk0p6n586\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et27k0hgr2psb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6rzbqpyjhp5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_GammaHydroxybutyricAcid\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5m4vjbn5scz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlj4e9ljthgcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6h8jck7t2e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gls7eyl0lrq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjy3my5byjqj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue750000To999999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh7b7nzg56kn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pez19f8d9b6p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgys53pfe01n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewchtlvjlljk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndebyrjn0t379\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shqcdty62t22c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwq73ltkhhtqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l075knzxlnvn1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_CrudeOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1glb4bwtmrcpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57fh1crn7dsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jcdt7crp5mk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8sjmy18p3dd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d93x06940hk5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6ygwsnn1syqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmzmt39z4q7t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9nezshb0gm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ScandinavianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz0bwldzj0d43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwg9cz2j8t2h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tmwsck1zs57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl0bvy8j71gj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvfx7k78tpel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v57nmfzyjpb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fedteh26bng5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9fh948g9t64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkee584ms1sv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4xx9n9edh2mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2y1g027z7chf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnr9y9btm9mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh8v2dgzsb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2qz1hcm2wrcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm16vepp3lykh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8nr963pm2b32\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b39bsndwlj4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz08wqvg1zbz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk46q0660pej4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yhyjwdhr5396\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhllqtqyhcvc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb0yfhkql79lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gptbh7f7zyrbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq8mey2smdzp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dhv8330ryetc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q569esbz5ddr9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68dh663ksrsld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cvk0knl2mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpv5g9p5tq6d2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x3tgvf955rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8k01bclelch2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flklqmewwclv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q04k5xymn7ebc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3hf8c5ez23l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngmkwpdmlfh48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Hernia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nehlhy4f2wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tnyc8cvysc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pmqn25s5mvc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0vs1rtql4h6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzzjxb05y0eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx2ewx4enmkx\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_OV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf553kk1bnql6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nln1v29cm06f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgck5lrxn2js5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Sodomy_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_6569_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00jctb7hps9dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3m5pmh67j4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qke1wjt6yqh4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6s2hrkjc3cc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MedicalAndDiagnosticLaboratories\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8bc3eqpyvgr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LTFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljg9q5gd6s6z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53ym9q405svf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh0h0bd2qevc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/510zgje8g66w1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g8wwe2ww3r44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb6p5pe65tf01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqtq9pfmx41ef\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gr59k1n8m5pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr7v8ljqkpjy6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8rs1qp0d7y6g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cddpx6l6qd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRSD_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/955z6r2hq2tx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vth3d50jgkjt7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4j45jnty1tc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1zs5qvvb2v4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svesg2p3ekr82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth56t5ps2v2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k341px9qp1kqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4c49bklxez2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph5y2xb0p6xs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wtkqwhypjx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kew2b8wle6cj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxsjs2e70251b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybyxf66922967\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86w72lxemcbt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzs1rj929cn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68p8dxhrncwc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzstq7x9hhgr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r60szkdk0pz32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ff0xdjd58xz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0xsry97cwjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlwx52srqh591\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvhrjwybdenzh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LeasedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwpgdb8zqk1rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr3xpg3xtc5s4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922qz95kqwk3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcc148jv0e5n7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhd34vc7k9jn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g36t8mfm08npg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/AG_PRD_FIESMS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66tf0vttfeyxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdjwyw07zkk4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wbdbtbbnwzt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5wkf4g00172d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvgg8l897x772\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stzxdkn0vt2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d60l2w8530mmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc847b00d1cgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcfv0ydqtwnz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ndjrwgq36ckd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91ejqbelzzfw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm1mk2bed7r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ApparelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r269ktb0jmfw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld9b26ghh6c44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wejt8gjfz6qwb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81hp89fnmcsxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2tyx11qmyj12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_DEFECT.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83sk18nlhqn3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwfves9r6k2dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my34y5gn3nfyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c37e1p7h725kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9bthxnp10mm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl3fd2s8q4hw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx0ypd9k5l6zh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srg7fmgywjh55\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_DryEdibleBeans\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4ncgrqjck8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh83dtnb58661\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7vvck4swkec6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gzvbd3014w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6x9m4y7efgy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6t4phflvq92d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWLB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k3mjbdkqyqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1bb5ck7ygx2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnzplmylkd43\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t1ecsqgp0vp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftfd7m32zer01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng2bqpz38dj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mmxbem7c7xrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dj59myq10p58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxtzkvj5jp9f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50bjqqx3rg8r5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5hzcrl9f89t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5gc9ferj2pj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvepqk6nv7td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn5cwtwtbyj96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5566d61kygh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w019cmptcq3b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xndg9lchdd9m8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xs7cf64n0z89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sfpwrljgnp2c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WAT_PRDU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mvfy1h7yws9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2xxvgnf73p16\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zr3z03s723h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj1lp510ndns2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqft685nlnfjg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1875hb3mkkzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxe28snsy7k83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16ew9w1e76sf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wfk6xpyye96b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22efd33p36w76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3p7kf3r4408c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxlmkh9me79l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dwgddrw0h0l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scc1czk9y3fe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15zcp535f15t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5x4km6glk4nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v976bh4136xb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MeningococcalInfection_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_NonNeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedGraduateOrProfessionalSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcpfdy7dlxsdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqy5p1d0wb40h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkgzj9t91elr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svg5w166cdb3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t043g8lwvm8th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzkq06e4pbtq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbnrhwbc3m4k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvvkwqrj569h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneB_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n348t7vtmrzfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mjd6r6gmsek4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9kjl7mdexl1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh6444lp816y8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CN\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geqbr9hqvwfwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7q2rqsnstmwh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_MainActivityProducerElectricityPowerPlants_Geothermal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdc6nc5rjjgrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzre0fq23k4ef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_80UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticAviationTransport_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k096ry0egxb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25k2esy4zzqj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07sb6gf52hw03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGBGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q998fnplsne3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44cyjn6s8f88h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtd0kzhembhq3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe468dw8sg0hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd1sy9fgkl2g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MSGRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk53k2q0y7258\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3lrybbbp03xb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m57ggm206515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/682vbz097wj8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnrzdl7dc7j37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs7fjdjbjh05d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb933k9br1p87\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps7d4qe6k0fc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg99l7sr8xx97\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40tmej2wfgh18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1bvmb1vgqdcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14zdxebdn05k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m5kh0lzqdqr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8dwtcxp2vqpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zky36re9yhem2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37e2dq2qr29m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gm8mqf446lj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0gsv89tvdjz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28qmd4dgbjjs\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/hgfkpebl9z05c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7dvmc405pjs4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kczdct9n59l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72t9kgqlpmek6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztd4zbwwqmmtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ehtzjsp45dy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehstbr48m18b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdxbx7vx99csg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge55To64Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqn5w5ycvrqnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvnnjc9zj34lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R09_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/485kwnl3mymz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvh571fjyx21f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk0hedjxcyq1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhmw34357stgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kxz6x90p59z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/819srx99xd659\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_4OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.5To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9l12z57ys35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78p50ebql2ffb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cb4q78tk5dy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6hj15v39b0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rebyldhdn608d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ve18tq8n0md8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frh2ldt64q2q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtfsq9gw6w6l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk12nfdrpmfvf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfhexexvrdrt5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SE_PRM_ENRR_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_NonMotorists\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5kzw0gk2d29\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7cz6ykk0prz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx0mdj3dnk3mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v6njy16k5yg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b2e5r10rnmlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_6Month\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmc3vzyd41eq5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nd01yj29v064\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4h991ms7nev3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAHB_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Urban\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61ygfbk4f7gx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0x44r5hd8gv3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2v0nnzdpv5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l97xydfzcvw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6phjybclq6wjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txkqq82v0ctlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l0y6rx23qqgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ml8nts09j57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqz7d52xh7wd1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_UsedMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s90gn98rgg24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks6w1eq31zyx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vbylxpzzb6xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecrk4xm0tx54\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt7p57hkk0042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh3dv2qwmt4r8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR27_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcm1nglm9h0c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhyly8l3pe5z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvz8bpycxbwc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p2msjhlnwhk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxq1hzb8z1y4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rxjqh7tgvs23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1qqtrcrg2rv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxnfxhcrk9bd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_FloorSize_CommercialBuilding_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhbt0pznpzpy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecefwssfy9s6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh8f9zcejf757\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdwbqz4t2rdz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke2c7yps410hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj9p4zv0lv7h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bdr3jz1051xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7081slgl5wp6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkzqdje0rg8v6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwfc94qrlh2m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5bb4pxwly1z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltd2fe7t0hcjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st5dg20ggr931\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5fdjcx8rkjf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcg5pcew63bsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l1jrmz9dp0yb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4549_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rmg7m47dp76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9b5p6q1l9g79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD0_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q76k4vsyzq965\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVEU_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wys5nnc0pdbz2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ddrz43sfwg23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exprpnfdb8sw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n34kzelf87c7f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ptpjvsn7d27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcw9p0r0zrs37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1806dqlnl59wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz3vc41v6btc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0tjbvfh3zz09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh37jzyksrm78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wghrnb7lq296c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d6prxrzjfsk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4phf6htekn5j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thefxzznyj1x1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20To24Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10rtdh3835rzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf6trk6q6z47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e70nfwt8s6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xpp71vxe0837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsmxwqp63c202\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_2_REN_ELECTRICITY_OUTPUT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_FrenchInclCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9svh5fvfsjyt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PTEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfgmmpj34ln3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdybjmvdfbzbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gprk4vrs5hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tngegc3mld473\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Tuberculosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evwm58mejgpyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5f85szy0lm78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ksxm5gx5flc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qne5xnpyh9kq4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc7xt9l4v6jy3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eb1x0r6eyj36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n12bkml7x4z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctr83r2wlc0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnqc7knhthv28\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8llvb4wf9mmgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx72l79xt8y52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2dx56fddrfc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HairDentalShavingAndMiscellaneousPersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzwjrfnnmqjrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2l66yr2kxe2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0qvh90wn331\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlvgy40bv6jt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpd0md42t6yq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hlbd99ffpke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb9fx5m5k52j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d62kfhhqs64d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90xryt4l023d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgs2dmlp6w98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc1bj82csd4x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELUNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOPC_10_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59gjjrrklpmlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l19cp3n7v4wsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrh213yxkr4w7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pr54rjss87h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_PN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kxygf2rgzdt9\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1vqnthdghfv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlfpqm8x8tvg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzmd6bvvr8d3d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n17x66w7l33d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgn370s60bjv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance_InitialClaimExcludingIntrastateTransitional\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jkyf4e90sqg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h4y84dbcjmz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zz02gd1jpb8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzrjk8mjpwep7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv4kkqgwmfe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh0f0dvt0gs57\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v4x68lxqdje5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jgg0ybk8xw7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b08bscyldlk13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5wfgdpz4n03d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rprvw13kspv3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx2bm82kbtnr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wdvn749ej2f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEKM.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5803pdnt5s82\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08hqdgeg9x4lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkly46brpw9dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cshzdktsxl2bc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26ckf0dj15cd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5x2y41bf70e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx9prg4gbyppb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf2tf5ssk0yth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqbv54f2pvt3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqyvxk5ff1ck\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx6s79mz9lz47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5kqb7rbebcf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvg0f6df0hr14\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vycfevkwykjn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6w5vhpd0q613\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21k7hngctmck5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht61ner2n8g04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmlsp3cx3b6gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--AM\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntpvf92krs7c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrrx3lbcqzde2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrxv7ej65xbm1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl0vn3jwe1t5d\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvr9lztkl2zqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llhtgwg7t08q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kb4kyrnrqth\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fmywwdxjx69c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjsdvq7fj4ws5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf5000To14999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z819enlvlzf4b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t74fxy1ze743h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgtzbt641m44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3e418py9yze3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9lg6le4gt2md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz961rtb12808\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8c4g8h7rbq07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrggp1dcwcffg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms4r5rrsd7mr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rknmnpz037ef\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_FFS_CMPT_GDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms2c7b3sfjd5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dk1xxeyybqs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1x4tgxg62zb9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s329gsy4vfdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmvygywe659h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2bdl423c2jvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzlhyez6973k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pz0s7mgsmmy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbl6jnz96l12d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v22h21rxd9656\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zqk29rsll0n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgqnpwjxgljt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xbpm5fqets2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97sy8s7q6459c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhf9h5r96tt55\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jght7b5z2x674\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn445g34h1g73\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq4rd8k1cgge6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnwqwwbmb8f3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmq5bh8p28l7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls71s7c54500h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3g84646ek5p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0ttlnd2f1r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ms4w61k488c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcngfwldb98h9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j361nlkqlnx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skhmftd9szpqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyr9tvzh0ww88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qwfc1995nfwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PunjabiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e49l0y419cjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2759r3tgcy53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx6js20qe5kf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt6rqqp25yk05\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_AluminumProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr64tvvnzlqhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntvkv19n39s29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyqhbb27lrbgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cykqtqde60f21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2pzc0jyh90g4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Farm_ReportedIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn7d4v8qw43dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq2pr0lr8zzy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcn0zwcdhcrb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPublicCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93gzxqyszchjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnhkjhq5pm6j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lttynlpt6whjh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57cvglgdc74k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t35vhlm66td7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnnppph66m7hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hwt9nfmnh0g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw68f4psrt035\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzel1fwys412d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5tr206b5jl\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcf6bqtrhneed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz93rmxm9zx1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejk3tn31s1hy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs098pg06ls5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1c12cnwjvd9h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9svf1dyg1pkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fctb16466w5xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdg9mkkhx6lp6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTCF_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2218xlgh2qwn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1vdpzyj4ys3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34m1l039pfvcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgve5vllnkl88\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsffqph4nsyv\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn5d799dq8pf9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r5m0xkb9d4g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v8qjj1zhyl79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5b0wjv9bnje1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybx46lsb8vy69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x00ke3ceqcgqb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_46Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cz1x87ck07ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hq7xd0y9tyj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g60gtwjdsk1g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3x2rys7sdzbc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gbnvsvgsfemc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epqd2vspzlzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3xbhjzp6tt17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxlp7kwgt79k4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RLUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chx61ylc64m22\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw096xe6kx166\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGOVEXP_IMF_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k1jcltyrzzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr815vt6v6qwh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l12kr2eq3m6ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm5k24fhvqxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q3xqsj1bbdjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev8wevpnt42j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftthymdhdj2x6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PCAP_PP_KD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s7ergsl4g0rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s4nj7yqd9hk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/871wlj36sn5b4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvz8jgwetlp5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8cz4b4x9ej42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne9mj8zzxzqp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7s3pqrx0ebp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02eslnz5zyzjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gbxrdlrp8qvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9zb3zsdpnsm\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t64e5227n0gg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2F_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_BurnedArea_FireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5s8k5lppdvf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g56zf40zp64h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edsxjj5pr0kef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhl2yjjfxg188\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r24gx6z0xx9z2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mjtsvl627nd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2hytg45nk402\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjhlw2wnwwjc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8e5db6kxj2v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1nxngm004647\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qgzwf19g52k\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvszs9mrzw3d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhcvw3ypwrq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z942ds9tvedjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkf8mjs8xt81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzt9xjwzt69z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djsyww0bhk2l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/810y0ctfyx7cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sd48erjtb9e2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18579061341ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h8qhmvl8p005\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfqxjztb8r1rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edmj98m0r1ts7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6btcb61ljccf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv4jn2f0cl5zd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f854lmpjx74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnt354vhdf2ch\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgb2xt6dsjhyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27k8e1qhg5ej6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdv9bqxh7hmlh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17b_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MeningococcalInfection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentLessThan9ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82td19sq4br3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltrd29ny7sjnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_CTSP_DB1719\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9bpmsttbf8wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mn6wjws3m30g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7v3jxj10bf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnpk97rg39yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcxv9gc2zsz34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b74sg6px9mw25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fllvm9ery99g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lz35xby7g8k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb4y57vbqrmf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sbk8xzn5m14b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckkq8mfqlz708\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz5qqm86vkldc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg2nbcgmd7pb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1l2j3e2wy7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k19xl140wbpef\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/g8sxhs8lzmb15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qslvkr7l1j267\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wfcs279tmhs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctgk0ls8c5v6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lynv1skde6dk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t45l1z2bljm59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbc1y1e2y7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhszn6fsy885\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4j4c9692fq24\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlqt1k88f2rg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F700_M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_IncompleteKitchenFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbs33jf9v24h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpwzpq315gnqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5fpdwwwpc215\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbx6jrkfrjbb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6qb802w04r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkj2s5n956kn8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10f542v54pry8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p0r40zgwcdg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw315pvvkq48c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z12eq3r0n579h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p0zmc8rqvh21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tc1hfxft4g6b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_TT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp1l62ejp9wbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ContinuousLeftTurnLane\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3025nrf3e6527\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ln2trwhlcr68\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ftr420djq7hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5bh31bcne0e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed641str0sx3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bqh4021syt8e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgvvtqpf42eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_PPP_3_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vr481w0bkfrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl8cpt13f67j2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/0d4ws1gvf9mp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jz67bwe74qc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7trje6dqxdpzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qll46ne4jv6y6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--JE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgtsez1ejn09\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hv2er05tdz7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxvvynznzg15h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3lrb2ddrkvs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klksykfrsky54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzex7ggncgpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gf64nnhett2g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lj6fzblwfer5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89ncenf9dxv6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erllpn06drxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynen8q4z0npx7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n6l2wrzv7473\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9xxv3ws02y7g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_0714_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e70dydnkv1mn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdhfcrycg0834\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7stl0c893jdt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tglhw48mz144\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_PRM_NINT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_66Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70x5pqtp232g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4wnqhe01vcw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjwvxn56bkntd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lljyz467y1r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6c7lrhmwen2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynrhxrmweq074\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h20qsx93vrtmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8z2st13y3t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/feb4dws4vegs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC4P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjtpn9h8q3q3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m55jtqp2hemnc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_GNP_WNOWNS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vv8b9qy6c9k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbf11wzqzhk75\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz7wztmfcfn96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sxqtwf5t3qp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5vt1ch83f2d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59ygkqk5qygq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hwqdytc51lfg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek9n478vhp9w4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_IceStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5ftjzd9hhbh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/832pbh6hjvj6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj94l3crrhvz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dcdj8g4rrk87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6vjl4qsvgf2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mekx1qx839848\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7kx6zpy60zy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5ve4140t8xsb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TeluguSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gyy33d5r5qrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r3te9992tfe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2m50qwzcbb53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hrsqwc5t6bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j5wgcl8hc99c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2n9sd2kx534\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s07gygm26qlw5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrc1j75esnxm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zybz21bqzqghd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15qmzxk81pyb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1b7czzs144r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynt5j536ql90f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx5ys11qs6v31\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--81%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gvc19zz5wpbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcsb828b8yw6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpj04145zgxc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9thn5s892mg5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7912zsgf74q96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89d7jd602fl29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drm3hbkzhhvc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5llw7k33qgj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp2gt8ysbgeb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh5nfxgz8n3k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx77f5mvmjwkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pdchf776yh19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdvz5h1tkm96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c957s4tt0qw11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e069360fh6875\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_COPR_03_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bhxxhzb1kff9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk4epc0s80mhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebkmg1k5bge1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w31fw65389wp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xffhef2x25y47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_UkrainianOrOtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/779qzs4hms921\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spwgfh6tfr03c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxm9nnsl3wcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/R00-R99_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dlfeqve1q3f6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my5ywfjwkm2z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg4wl3b6fvvq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3syk2zv8mcl9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yrwyxwrlv6j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75dyr8zdpm011\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsh3mzg365sh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MMHN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/d8b53hzh81kx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz3x72hj8ecec\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsyv55twtbxk\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e735ed72r5rff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kphgv383cq347\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--IN\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG02_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3d0tggz8l4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjthn9z418p44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18wbcmtk3q268\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvjm703tv5grc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbpxs06w5ye95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q3ker7zf14hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwn26psdh9s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r67cjs9w69krh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3gmxmh0lpg7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dc2clzpynlxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsvs95fpp19m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxm4se892ge55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhrvkt5l574s8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt10c65n4s628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3rm7fpj5te9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb7r7eksccv38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzl6x671gfr49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb46906q7hxcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8mjtbxkq8kc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z14n5nj6cz59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gegf1gsmdtjn6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f923gjc7lv6t4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FullTimeYearRoundWorker_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxhm9xfh5n6vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhm1erhcx1chc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr0eym5k8sfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw44q5bc52d92\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G4_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2wwmvgslpv9gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdee20p6x6z23\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m60mrf4nqwz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8kj7lp12pxt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NY_GDP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kss4lqyep6qx7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxn9jp3jkft6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr484k3p4x0zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59sczb9tntpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvkd495perke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrfr8g9clrvk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl6tl9e2jn0r5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b297d9mtt6s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emw4ky3yzwq55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk9fn8n9w52cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q49q5pxr45l17\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22db9v95fd0x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lwdykn02421f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4prvgm8nzt88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93s60jerkqph9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR24_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fymw9psy8b72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k45w2m984j35\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Ethane_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gj82qdfv6w96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1q3cq302cv85\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rceyflfphnym4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_ViralHepatitis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f735tk56lntdb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kr6xcs72xpz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt4fejvqdqmjd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_4_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lvdc37b09c5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t51d52v54y3z2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_SolidFuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Imports_Fuel_Charcoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzyx3ll4kpfk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlwlpqwq24xgc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4bclxjksp5q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DataProcessingHostingAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eexg5hpvbchcg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdkpk2dp0l39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/049ppv3d2jvy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbe0kbycjlh97\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwv4fsqhsvkg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc66fzvdmn3f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n75x7j2b9flkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k9hlx8ze0t43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzhejcnew04jg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f0mqtxk60w31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyp901nw08szd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z80g0d4egrq2g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R4_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nec62m6e2qycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv1ck399rgxq2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8djs4xscbyteh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7q9esxdfpb3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vpmc1pnxy9m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpqpz8n97jnff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyekcp1h8y6db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h2fn9x83wxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hcwhkv7eg89g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkfzstnr86yf7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m0ky4wkxsfb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn6qwr7y0qk6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0zcd2der1xt8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f2kb052xvg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28fj58lzb3yb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl04wtk6sfddg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q68pe0gmjws4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge6nmehbtqe41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54yw5cfqr5f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnq16904rvb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b60pcsrqznpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p9tg8jzt3lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4814l06z2j4b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3gexnhhhc8h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vp2zfrm3b7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s43yjhxpg9f0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqt2dv57pjvx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxp2rrx6qjmc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns3dbsln3v2g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04z75ct1vsgrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wsw4bgj7kwy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cppb08b8xgsp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5g4dtsfhv3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9gxs8lmxnd4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s9n685jn5ge5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6rqn7wtqr6w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxtdzb59frkf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxzsm9hvk88mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm1x420xyyp1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal2Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tnmdqjfml6zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8v6y14d3x251\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v6n3dpqpc219\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqse7886bk7l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66yrbtnxkkh92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/759mlnxt8f77h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To17Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfj5cwfmkye0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27hb0xg29hrwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc5zqw6ntrzp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCareProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kreyjx93ffcj7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y35jke2wnceb4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsdztxphkv0rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r56clw4fjt3w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzd3wn6pbb6e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39xel70syfdv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5pj14yw787c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/echmz4lgbl28c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsvj0jpnmfvh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n14mz710xnqv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnrzv5srlvce9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ql7gp72rtb52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ps43j63q6v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjfg96p1kh4qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt7m4kcsb7bt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d499rx2b82rbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdb54sl5tplw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrt0fh44tjw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sl83pvftq31h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nw1m09e4zn3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr01pwl1zp3x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbjwlwxn0cqvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmk0t19wlqec\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NoDisability_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/het1kvc0qkq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp09cjh3efl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pb7kqkzpw9d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnphlls92tvs9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_SVR_WAST_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp97h15kkz44c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02f9810e2wv89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lkqdfv6rrpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80chjkznp82v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl5xz5frjxj84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez511j4yw79zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4qm2pw7szc21\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/205yek34rfvs6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26b860b38tyx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmxsk9zxz7zc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnd9bvyhpvz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vcjtxwnwf9b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n85qq9w81zb81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6prd7rl1x021\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybrms1bx8b1jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktjfb9r6v6chf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxbslsghvgxpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9lz0mgcsdvg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With3To4Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyv3hlwp8mpj4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkg61dfd2lxrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jflppgbys2b6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9ym8dge4etq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2m0rgc4qbks5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcd7shl7pyqn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn6mwgjw2s8cb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ne48tpcz7wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dymgt55w4tqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l798vdjlgyj32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffg9febx1c9wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe5dpgdyyp00g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npy54szrqd60d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm91vpmbq1s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1mwyndltp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLMP_LC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jxrg6xgs73p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6x3gxswr84w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejv8vlg9flx1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f00g15qh7jkv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njx5wenp235z7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lywec9jp8p9wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgerhpqv52hh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3js67r3xjedh9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xv42cgv68sb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nttv744475e87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBV_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3dp06wxw7qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhxrrkkq0744b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgtyth0y8wdp4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherSector_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vnh2zdd933l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm4x1sv65r98f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbn1e3wr7kstf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02khlb9ejklj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsfv71hq4s6w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez62v7k5dpql1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9cw5qzzw257c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_09\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PurseSnatching_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1znrpj4h8m25c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kztxmmtnr9686\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmcqfh6ym1kmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp0gkmp73mhk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h13xsz93e6vec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0s973slrx818\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psvlr9qyj0gmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56wvdkq084erc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sq90589gjpr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/91vtkcnzgk864\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6exqettdky6c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65f8ppk67mb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2FVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_EWT_GENPCAP\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wx4b4dhg1szb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_YLD_CREL_KG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/DC_DAC_FRAL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_17Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eel5b7eqh5ty3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zymspeel29cb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SugarAndSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e5p1lcrhwej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc6vb22cdnqn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pphhqsfentz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6prgy3qyxb11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8rn02c7l7d83\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eggt9086bpe5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdls4fqxjetv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35h9gjf5y98y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxn5pmbjjtgh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zdy3jg0ylrdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4hmjzrpt2wh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qv3t1x07n5g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n13zgsy1xqlzd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2efkhm4q1f59h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq2rkf8z7bx5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj946t0k5efbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h9jcbg6rqw44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b02htp1j1wtp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwf6gbyfqtt5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn9j5744y4cg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y38lkyfvcd6qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64yf96t19tyhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3m7gk9tghrec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n06jq85sqlg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hvzr0sh2w1gb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nc0zdt9d9zfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp9mzf8w80xg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s804g1f4nmd6f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bykw0pqpvv4fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc7dmv0yt3nb1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03288qhhv2df4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3fcv05m2e8xb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e9jsmlkp6347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pbjwl10n2gg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ex8g5jr0hgsmc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lx2p5fxwnkv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f045nt9wtpv8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7bhp15qkvpgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxcbt2knrsgg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvcq0ybfn8e1d\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRG_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7w8e18089ngf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhzgr47hn6g2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvnqykd47f7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0x5w6ch5g9cg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEPB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AutomotivePartsAccessoriesAndTireStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherHeartDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rfnb5emplzb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0rvc0xbq715\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3l3rfl1ms85f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkxp4nr87k9dc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVSAN.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f76dt1bfxmyt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qyrjlejh0rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf6jgfhjf034h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47ny3y8hrbsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnl6hzp2vn8d9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_Agriculture_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hggl6cy607vnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv9c4bwyq7lqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgz241sdj2q9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq16f66bkykp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd2zzn33v67wc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n78jdczw4zhm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9nhhn2vrnp79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbx483ltq03j3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0l3bt3xs0bc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m49vsl64mhkbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hrq5kzf3qy12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/410z1xrnkrmv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NENR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GER_123_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/bwlx3rrykc0df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg2jwkcbrqcl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycl69zfmr4fqb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtfmzjn190zb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cl53510nlhk3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_OFFT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vxjrn5r382b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgvgtq08sjd6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knjegd7bhhe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1wqfl38rpewf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/631flymnyqs2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqxj892s29qw6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmh9cd8z6ys7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jgxd0yc06hx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k68h7w7l8pxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs5bfcctcbjk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaMicdadeiEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymeljzjb2c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mcgy5kpkk2k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdhwx37c2yy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt2hq6pns2b31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7001nhkk0jzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk88tjmdynq41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfrrlv8g8yc0g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg3vecjm720j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq1vhkf02h0p9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slvtf9z0p2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/997685rmdhrq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9h3zldp1gk28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fnr9t85jf9s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv4gg2983wbnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5p2fc5lbyh7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w20tc6w98g8p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz3kmq6g1t4t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym4dj3yf6fst8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2xlyg69gs05g\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryhhp4pbyw7kd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57lsvf9xy82l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ng732l40zmx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qygtkegd3x364\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j68g9eht95seh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3dvvn3mnsydc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44my86ckcvqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9440x9cgydf93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk9r02hd49pl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8krz0yl7etvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelExceptFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3d1vyk6kdc8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgyv6pc6k8kzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfrn0rfpe37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3znmec4b31k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1530_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et8jkyhtf0cwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8qbwvc3efnhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrylhsncj3l53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsytnfv5g65d4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5305_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p13fc4hcl109\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0s8f4jg12lz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx1cvk25yyxvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd4dywjldnkr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhclps1zklvf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20lpndjeqsb39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7wpw3s37c5m3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgwfn07zn7gkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptwdl81zsn9ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p378fnvn3f3f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AmbulatoryHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2kcjl5cxj83d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p80g5tc5bxb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95vr3ewfsbjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e26ebk5ez4c0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhll6prrkp6mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf70g9th1ph58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9hxybjefczj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3knwdgv50xlpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3l138xjvdms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2eld51y5fhr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth8qpww2kss5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6064_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21vkvhxhj8t97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3fxz21ygylg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c74hck5lk5j37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzskbs4ey93lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7mnwjc1hclth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0t431v6f0tz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtgqtwm0zyqcd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_AST_TOTL_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_2Year\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/399rhbe328pt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx3xv21rtnb35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnks6frcq3q64\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gkhszj87km97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p08dfe1m4mjyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eygnd3w69vk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwpc8704kzd29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0qe9y11hmex6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz17yfgm4s9lf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/249zvt8vzek14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5gbbsnb60y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3xjnt2lp4ky8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg5t7ehbwnzr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxcq2gsn18zch\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ksqk2ryjfekg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3ljt7q5g34lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5040_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2017_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwjf7jhy4x2w4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_3_F_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvr6djt1p9gj3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85vscj3r2k8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpjqp6bslk72h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dszyts4gq5yy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hvrcsf18k5m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf15fxcj1w9z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3v0emhs08ntd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5kk82bszzsq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6dlh1ntdf932\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9v3e58zdyj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sv5xb0prmzs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmy0p6gd6ssyh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAS_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_RawMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22xs2lxn7x1h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsrvysc3n5hgh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEasternEquineEncephalitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk0fqzrbln472\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3w62dmlmq7t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl0d9chnxnhn9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_75UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/RESLV_ISV_ROPC_03_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Tapentadol\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f66rrq2ecqkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9qrge1jf1k3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vfkk99zt848\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzrqy1xx061p7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez9r6bx5czje2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vv74nqyebf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4v8gstsn2r12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypn8sex2q1vzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yst5ph834xn2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpvqbd5ht4v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe58qpc5y9w2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwpsndcl42w63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twemgefyyd5x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt73mbgx6pw5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbb8rywkfv7pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cyynekrg0k65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkh83fszvlxzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/188txxdszeh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9st4140vjds6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drnh91mtedf6d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh2mhcllx5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ybmdjrzf2f9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7clrt714h7g65\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y25T74__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/757dq2ce4mg66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9npgmm0e8rrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3v7s8ybdx9l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wc3cqrm0cm3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40mc1e5bj9p15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33fbb1d2j8h54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7bc230ev4c6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0jcmtgvl7hdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q60cy415lb2r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj35eff6l86p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithTricareMilitaryHealthCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e1h83zcrm1s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ey2zf8h0b6c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm54qw4de7p95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5femzzre28vd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sql07dttpnsbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1g73xnjplxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr4jpq6rhtlf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlctkwysls5lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hllnywqdbe016\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdv2qt0wdn6q6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k4nz5pzv0wrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3tpcle229qbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmy5c9vwxd6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz70zt6wwqg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4s6l23wvj817\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d7zjzewn62g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsg8gqyfk0541\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvcf2p1q4dqs\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h1sylhjgzfnd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtdppjznqld65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v02kdgvbzqkw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmsl5yg8tw2kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf35000To49999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq5thtw2wgzf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.ANT.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb9kp4y4c3bh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwy3zwgc51pn7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/350emf0htm6s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr5hshxprpvwb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc5zledd3e3j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrbvfdjvj1w9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjry857ss3qhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfssyexrpvk7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rle9cdyydpyy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtrggx86td0z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84mtfjm0m7qr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r89f719w68v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xey9lhv30pxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9v4kg93tdwh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HodgkinsDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91yshm35zc1sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm0rz6eznvyzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z960rng51nd89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGLP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/912lbwlt01nt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fpc7bbnllre2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkn44bzm03t01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpr3sbxvyrprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/881664bcwqt46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj07vs31nxqdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neerkmrhpsb3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te9js1ljk8q75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ysb971n09my9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf35g4fhct2h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9p49jtzxgbw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y65dhgbebyt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/579t4wv05y3h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ye5ymhnjww8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b35z74y3lebx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3cx723kmhcl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnbhdmgqn044\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbgkv1vtfrl3d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr7pvemm18vp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1ls121hehh77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysknqsxy2w6eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wctezb00z64f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc4mc57zwxjx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj5fxfzbqd24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh8ep4tn73575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t8l5sjhe7h23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk05h84bfrn27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbm100ge41t68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c3th7c58q1t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yejh2yvxe8xd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk51y3b908rcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8kemf13ymzfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t5r2f60732bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpjgpnqbvstdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6k35z48127z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1z9evkm4lje3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3bd2vep7zx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1enkk6xk16lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1j402yh7xfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PersianInclFarsiDariSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6gb98gl48qv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2mnk7dzljyb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ner9d69bq8v06\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w72qp7drmf8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkdsk9dkdfs7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztb8m0ddb4q15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zevz2jseyp8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kjd9pr0gvjz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x52jxxbwspczh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50myfdltvnk1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px1hlfk6qf6s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm0lmv2x5zg89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Expenditure_Energy_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5fshpdk4h247\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2g2ek6sy6838\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m32gc9xzjpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyl356jvt41y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jttgnvqdt7093\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txc7pxm6k7g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/781mefzsxg53d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbms9l60m3tpc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgxhe8c2v8lt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f27ef0nkm2gs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6n9pd0232rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efh6cct8rrg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhv50ecdpjz98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rlqdz212nxl4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_CLEAN.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk7fnh0sss1zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c2xpkk6n1785\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xps61e1lwsv12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vll6kfzg4v34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdnf66dyn4vbg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74rx9e574svc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3t0twte408sb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg8lpg8xq6bwh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SM_DTH_MIGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3px74qfbzgyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twzc3ktwcn9r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs2yhjf201cz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygsc0b1wdcr39\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44bsjs1l1r8z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42ez2s726gqk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq5b7qfsxz0t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0h44nqjgfr66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlwjr12wcxfp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8j9y1zsv5phf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc9hl2q5dlpz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl7wsmh28jdh7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72wppevwfh129\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lps7vv491bhg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GECAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/581bghh8mt7v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw8dw0bwv0t75\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dy6v1zevbpf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txlbdfe0ngw55\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dee13qrc7v5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhz3rb9pbvnb\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfbhj0r0sg2l\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_GDI_FTOT_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1qs31rxzk9nh\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1p8gleg051d5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LandlineTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbjt097gxr871\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8f3dc8f8ptg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqhkf942nehr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3sgexjyttcd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds4vt7sf7mrl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwjgtj5ql13zd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gxgjbb79ekvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly626kfpx6zph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/cnbzyv6pb1h4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbsw38l9zrgm7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycvkbxez1ds2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqcldvseffmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj5tsyykynhxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfhpn7n0tg703\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp19skt0j7tqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9rpbkez341j3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rsc0p3cy0shb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw4gplxty8q2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000To99999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667qwkwlt0b4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p62mvkg5gjdr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtylbe6lvkt4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zthrmx6pnhp25\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeqs7fvdbs4g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Cropland\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz88exlqkk07c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fftz168y3sz5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tflkc70wefdwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollege1OrMoreYearsNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv95jl52k762\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ry47ywjz4d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v03gyke55vw62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/714g4h77ggmc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/809bhxx94jkqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_CapacityOutage_Nuclear_ForEnergyGeneration_AsAFractionOf_Capacity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3kt8nv594w2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbbp92lsytrr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prs0kbh8nvnf2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/dkp8e3c005p4f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1srkvksw7hzkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsld0lsglxf65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c38bq9w3cxdxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mz3pn92vq2gd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23rxqzqnz7hk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1jqnnj404xlf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mxhsgpgcv8th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54fst4cpd1h18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reh0v21y9vgf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr53n44nnph83\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyks77wkz3796\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65000To74999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Park\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xelszwgm52tyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y826hn843m492\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lc1j5mjc0ge7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6d09hr2jhv12\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44p9qb4h16eh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4svs0xjv92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttq7thxj88g41\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9blync1eh4weg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be6y7pdy38g42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es439549qjfl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxsnh0t4g90ed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1dl50mezb868\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k29wq1f771q0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n9gs9q5y05sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/662bc05388lf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f000l6pgh9mc7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/GF_XPD_GBPC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98jn1rrlx743g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61dxygkhze982\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmnmrmdgr156\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgfjrhhgzys4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzktrnyj2cmf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e5pke2qnhwe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1nj6m45gtswb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv8lc9ps05vmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/223q98wg62ntg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9cgd3d12cqe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9926pgj90cpe7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx6d2qxd9rp91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvrxn11yxlen2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherLandTransportAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyvxy7ec1x0y6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn1h9ecws05b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c751t8cljc4v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q65733hcsls13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g09sywxr3d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyzq38tnsf9l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssrn6v3jw0s99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HypertensiveHeartDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bxy36c2zdkeg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t8xl5xwv3ydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvnff3c3rcs01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2ng3hqjs11b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd7q1xsj4vw4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s47fn9h81mhr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_AnabolicSteroids\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfcqgyxvvj9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzw1z614wh4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qknthns6lq4f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/627vk4rv1ckdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjpw3tj2wxw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv385h6we1dj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k43pyv8w4fll5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrgg6xk9900x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65d71j9tegcl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccfs0ckg1vqb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1engtmzj7bnjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qljxzdt43x03g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkpdhpwc7em09\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59wsnnhechj56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9qlcqry0s606\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj3gjfmng0tw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_75Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l71xshqzmey1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sbj402g0xeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x8mygqpmqre1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4n20bpfx5v61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jye7c9c6nzzd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmc59cqdhjjtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prlt3js8t5r67\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Poultry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9k6n718dbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j90hj3ql7n8pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y37kr236cbm88\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_BaseMetalsExceptIronOre\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Age_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ew00phx4wef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kegvbmgb00fm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmz3qz90r156g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9ysgtw16bq31\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfj80zg5v5z17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz5vrmn95j8rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bnbbjt2sgms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qcksy6hwcrc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fb2cy53rcfgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgwc0lm9wem11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOBGRR_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd0jznk5n2kb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d4d350es8ke1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jm08n8mq5rf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtq6g78pg8qe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0wblx0pdlnth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r23cvjt9d875\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm03yvrjm74bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryzy4ctwj4ss8\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneAA_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k9jdzc4ddmrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51hq7z7qb7vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0wjnpnhzrxb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tytwl9nccd0jg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67f6t6fxs5tv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zk8g24j3rm68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TBPD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbe5wwy6pfhp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx99dsm7mmt71\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d6ty7qerzrd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8wk8tn2j20g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnjyfme7fes76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1k5yhr0bf0xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxlk48jgyt2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bve8q5vpcm21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvgbwtd95fx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh31h53cz7b2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g5yx77sq2347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqhxyg2pstr98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0ex9mm07x62\":{\"byEntity\":{\"country/USA\":{}}},\"Max_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jh5s7csj5997\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51s80j8s5sm5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q56h7lpkxsfmd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f6lb83v7kqg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyh8d6q83dvs1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCOVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1ghcdk8fttqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j55sgy0y3y0wh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/587q4js5l5q0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kxsemx05dw3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qkexkm60hc8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnptq7m7pxcq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hffz2yj5kf07\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4084z0022eyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3ppr2tlgzzg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx2bzs65051k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvcs8n56yej08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxtj75yx5vrz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1zysc92wbr72\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpef4jxzs5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev90fn1vhn74d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23vekyz1y6y\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_MP_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_67Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w3wgqccw3277\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70t3lnrs4p8sd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rhm408wyvw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82ylt3hfyxg04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9rhrxsck1x08\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5cmpv789d4h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt3y7bbjtz6r2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgt418rjy51dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q73qfmb9k4q4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27y4hfl1qrbec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zlhh0k5bhdj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76316ll352jw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctkn20qb2scqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25httt4l9wdn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je009w6jpy8w7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlf4vsxwq8ny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfejzmr59q0j1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02vheked8mtvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8smzct9n49f9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Remittance_OutwardRemittance\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqfe9gwvmpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znegvy09jerv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc8nx1670knjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v77dywpjvnvlg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etqzcekh9b66\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq6wkhn49d83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl7f4zcgwwjec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8xr0wp7htv59\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_COST_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn53vnyeq3hl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr0gryrm8bbwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nzxrp8wkqe12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rbmgs9gv7j2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5d6rp50tsdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trd7w8w5ydgj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysvmpqnhkpt72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q47cbjtfqfhmf\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pnwk57qp3gec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgg5by4rcydw1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9legexf1q5dd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex00w6npdnhz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2wjc5j7g411\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djyl74kbjv759\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm2qy795c7696\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cegxms7r71dz6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV06_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs9nk7l6g5qt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqf6yvnpy5j36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00xw14smv9842\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/582lzre0zh2nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwlt7s776f4n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmjhlhd1fvp72\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v8x5dtp42qw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed4jsfv3hkxz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1x3pmjv1t2m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AsAFractionOfCount_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithCancerExcludingSkinCancer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjdx8cxnwb5g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpc9519f95rhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8wgz9endehz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhdtd4z8cg0gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w7hmnkbgrb6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0yzpvwq1bwf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr9lgcqm11tj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkvmt7css361c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fvrl9zy433n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8sjblfe2f59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rmqke3hbj19g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmyn3yhkp2557\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensAndBoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t7fzg7v4n6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t21rx2hljecm4\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfhv7vf401w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7mc10vhjre6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhm6v0rhdecp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1370_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj54bpsw3jdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0wrq7jwmgjl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSFinanceInsurance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6y1fsy4pmtfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc83ngfcmz236\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f06xczky1m92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs5v8r5qhfl9c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fm1dgg0td8t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53e4f1tehp1yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2l9g2qkqtn68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPT_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5xf8j4r9ts08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4r7wzy8e96z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdetwdvweyk74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT8B.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnmz5r7blkr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmbt7nxbqml77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ComputerAndPeripheralEquipmentMfg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t8zrq84d9zmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78v857jyqbx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjyhxst1n69x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5kmp3hs7f157\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc49pjeynx3s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80dvee3csqzjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rry98gg5gdme9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc4d6kssvtkpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4mbnsx70g1n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kmvxqfkgsz38\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/051q7gvfmgl4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xcmwxl3t1s13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msdwn9xb7wrc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqskl9t4tep33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherUSRoute\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1dxn7gw5vy44\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/5_51_01_02_malnut\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCProductionTransportationMaterialMovingOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syncjxhn8r5qf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGLP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5r5xbpv1pqzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv24r8c6jqbzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xwq8jnrgdd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yfsvf3f5bgkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/234mx22gmfnd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fvxhstr7hyk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1776zkgz7ny1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1014_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/9elh82n25nmb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slt6mq01egvqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b852xv87kl5p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kzstn8l5xq9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsecl65gyty0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbs5zmb3fh6v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9dtmdkmm6ms3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/PD_AGR_LSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn8mkr2fy3zd2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/238ze6xf33ehh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjdhjjs8d44b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7s1m5knc8jtd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS42_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1mn2c36kz0mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yzvxtstzjp02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl5vxzhh7ccj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wz27egqm3n58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty34fwyekpg4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw5cq6xgf6zbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd18mpesz6sg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DepositoryCreditIntermediation\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_7Year\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RACPU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27x5rq68xv89h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pyzcl9r70jp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0qkh8x4hw7pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/160s2mv24p492\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7sxdbl61q8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyyye292k43k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yklf55cmw7jlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cedtgsb2epnm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd8q2qw8b1mg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0cxl0zqv784f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t90vb5rn2xxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzhe4h437xyjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3wp150qe9jm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/235cmp60ywm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gh37bm0sqjs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7kh5ldjb53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pebsrs6lc3lq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69pn6v8j64rx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8thpdvvmjwkq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjtem01cpm7e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m842dnhytrxfc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzk15rhpdqe6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swkxwbld8phbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzv4mvkk8xw8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6j4fnp9dsqm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzs8brw3wvxv1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_MTMM.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_12_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6tdmnh7y2326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9hf1ewl2scdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dy1hpt7ddg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et74tm86w7mn2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hexx2qkgc104\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y30qp8gbzk6mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct858nycqk68g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flspnttqxjkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg8vl2qjzyr8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r39653le8ppbc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltlj3zbhynxb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yktt1eb6t9s3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ngtrtt5p7cd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mcqh2x1pgtnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx1h63fc31q85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pxfb90ggffd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DSWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45svvsnhzj6c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tervylrb1xk3h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/022xg56bpzqhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j8btltr819m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngp6xqsrve002\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rhbwcd8h0125\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th3b7sflcmh6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEPM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqs2r7zsqqg38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6yjbe67rn7v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erpfs50jdhbzh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PFCG_KT_CE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GFDD_OI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp0v556z4ym59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1m4b357nk35\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1pwxvlcvd2p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiabetesMellitus_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elvrbqe9csmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syr7l5b66yrx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlb729wrl5s34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkbq1ds1g3kw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c88d4c4elpd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksxfx0l225mj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk448c2vlcd14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d324eds6p449b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhvw4hjsbdg2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l267h8dhlpql6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR42_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionChickenpox_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtbkwpzk4bhwc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f3pv82prw5b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PASCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ysfqw50yn10b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxmq5rxfj5km4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxywre61yxy22\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4q2jkeb3kb28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cyjtehkww9hc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99lzv6z9kmzl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBNDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxxe656xzq6vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxtn0jcs5zfcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/694lr2205vdl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg538d1wcdq37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To9Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeb708084vmgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y217dhcnm88r\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0hgtwbyqwsx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp3kwl7qnqpxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxw7cvjy82226\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hstpd04nljp09\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdrdl09rnm038\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb3d6npfgg8v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz1pgfp0s0sbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WildfireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensDresses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k2sd8edvb2n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkkshvw6m3ls6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk5s0b1xlqk61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqvh56l726x0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49fexpedmwh64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fkvmz9pvdzy6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbnh1crjcmlp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr233f9520414\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyyng35kq6646\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s09yywbdz7k94\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp9fgml70bltb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vly9tsqrd9w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emwdb5gjkmewd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvn2yyr050mn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz09xmetymrk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws53s0ne6kb27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b824zq1dh4n19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepse6lwpee5g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql1bf0qyvskz6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y15T24__TYPE_OF_SKILL--SKILL_HLTHINF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d9bne7mfegm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f18891k98hcnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8jyr7qrz9586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqz4m5s9zqtf1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pvhg8p4k5lfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bph5gkyw0n1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ESL_1_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26m5e6kwz5w9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glbk4rzd8wgx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c16y6pzsdc8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h4d3lnd77447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0vnr4q8dj9g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz6r33qzmcctb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjq2f2ln6dk77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjdqh8ke7er43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jwbhk0xj3vx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4f8kb98911q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7ydcznypvqj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rpr6tcexl11d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp55n0m789k13\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/NY_GDP_NGAS_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jdlyjydgqrs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fz2kk5fr9029\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/532whdpcv5xe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8wzdfty29g9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NoHealthInsurance_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HOLH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxknzqm624h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NationalHighway\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hqb90x8s7es3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_SelfReportedDepression_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gnh24nfcg15h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc7ngj2dgpgs4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_OP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85xnmzjjh2nt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zzylfd0bc771\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9907s7n96p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Orchards\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrg9hw6xvye8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9mr63j8812b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09szykgkfnwzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1rztn0tntm1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_VideoAndAudioDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwqy4hfw3mpd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7mrlmy236lkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb8gcxernde19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26d2852xk80y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qsesfh7dsdv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70ed8meww6gr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp316ynn2vgyf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To64Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg80grwrd1pkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2fy0pc374ktd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr4k05wg66952\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt7ewllmt3826\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl5vhc1pj7577\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv6cwvbwkmbj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKC_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/243s1crpywfc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z6t38v6h5th4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx7t6tpejnyn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40jfs3why0ec7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxplhsv9vhe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4lfnrj6qf92c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9920sy7dmkcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx0wx1jwk1kkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72sc923m8tgs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqwz9x9pfdrtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn3x7etkeqq0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjbvbswqgb8v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxywzcb07jxy9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_5559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To69Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zeern7y24l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc0kqyrnj91n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf6dpnqz92l03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m7bxj6x3b9n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7xc9wbl3l2y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--PH\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/373mb03w1v0f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc70c7twm6fb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjfhx2wymq9c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbn7jcx896cd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sse1sqy50sbq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PrimaryProducer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/877hh4h8pgg41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/937n14cs5r419\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfbd0d3zc09d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm909nw8ye9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp8gctqch3sc3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_EnergyIndustry_Heat_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r21y7g5j2fl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7ygwcph4gf25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ljh04ddcl37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqyzb3r6n0vw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecs6c9s13d1c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnrj5ctn6ynmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz95m3y29tpt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dveklnlzyv3y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz9ysdwztk3x\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfzdj15zj2306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgmkzs2ef6k49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q87rqc6xvr03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsqk75q274w7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq4v0mj25chv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq9xmv6l2wwm5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh5gm4gpzpp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfz1y6cemdxq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjrve4qbzxvcc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7lh1sewltj66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewdrd2vq8gg5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zff75jjkk7jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/045t255em8r7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9q6prpbs3kq2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_InvolvedInCrash_NotASchoolBus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gefnn9shdmvrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbm2nxgrfpx99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3wc3ptmtzmv7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_8_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3l4sq2w8twz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4mwnwbfkw594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzc1ey1p5xzng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTCES_XS0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q1efgqe2338d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4903lgrvfyfn6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BZ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/239nvkqnpkh63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntfxl868gpn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553md0f7fq3c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdb1zrqyq9lb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plj7nr2pdsjf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6cwmnzez9rs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08e10ngbesg96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pexzqq68dnek5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfmevj2je3sjf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77lmg6e64p16b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqpw1fw2r170b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b1wy6gqqwhy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MiscellaneousHouseholdProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75c3hlfcq3dyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh9t3fvpvkpnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_IronMining\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/jfc16zebf80c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqclscw9vwz88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5f31er0nddn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yqdcy8e3j8kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz7w9msetrhw6\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmcned8nrezv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmftsfj1es3c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d14flxkywcd27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjpx7s0dyg52c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG01_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NontransportAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn67jkq0qg2b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8djb3tn1rg15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGLPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bsndrlpjd2sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kymmvld3ce4c4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w90r1x0zptpq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_HardCoal_EnergyRecoverableReserves\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gqm81qlt71fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhs91m2hf3pr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbccwwhffsffb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb0ns2b9mfqs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv70w7cflk1m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w8fec6e34jd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4419-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CommoditiesExceptFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01hl5jj7t03j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65cetnnp7zdy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np3hcrk1njx1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6b5e1h87j31d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5648f0xp071\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghrk01k7zf73g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n6qtxgkv5rvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkpbj91he6f84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherMaritalStatusUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wvcjjb4wgl6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm45498be584d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wj1bwjbvwmfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfkrc1xhqdsf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrfjl3vxw6ws9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zl4qre8s0b5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ST_EEV_STDACCT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmd8l3sqfz512\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmw3sps75m0m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33jw4zv45xkh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3clb03jz41nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl7jx34fccy73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94hppkhb0148\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70dfswk0xh3h5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_FBTO_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezjykz827k1qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh6cswz6n84e8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p83edez058s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40xt3nxpcf1l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jf0nczfzkjh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x9e0t690nrg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emt7wrqbm4mq2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLRIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xbftg3bzgsm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb2ycl5v2hwc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8cflng814df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bkz40gg9hgrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr403p31qd827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzp3m3eb9x81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g87skx04mjyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnkfk21q5sjz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntff6411dlmy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyk6zdmwdc0e5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15lrzqkb6n0y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhhsczply6s1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5htd99qhl8jf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n78nm0htpltph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1w35x6hbyzsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrd1l0hpw2xyg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgqxjmqmmntb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0356np543p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqzn6ph8sp0sb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal_EnergyAdditionalResources\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04e5bjtklscy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zllm681ck29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cn0j0lr3hx27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73ygys0bmr6p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w83fqyyfb5eg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_EmailUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq7yce5nzhwd6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p277l964rvj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zdtlc34w2l17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b5s0f0v9dqp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlgwh2tr6exs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt9vc1ejcx9k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cbxtzkzg4lp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ezw091537gm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bz4n7jpg3bdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hlt60etc9vdf\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv7s032c6hyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws7gh2tf3jx12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55To64Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdd3s2m2bbk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2v5lhfsnye\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2qwnlt1m4k1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUN_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zm55exsjhv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hyjhn4rkn6y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9qcv5s86n8b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28m0qmpqjdl81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnmvjtswcx7n8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8hhp39mfrspb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxpj88m15q07b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t8b67m1y8z0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh3zgplsby4bh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ed9jv5vrz3r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyl6g8cjbxm76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgl95gy6vz01h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy558kfr9tfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j95e63dykln9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91pbknlfvwssf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h75d3cb48kwz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6b28mspkx2zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t2pw809y3zr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1nt8t1f97zw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4784n20j64595\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvl2jfjsjlk27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdny7dyqe6dj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv9pcthq23gx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0k8f5zrlw21\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24ekt1mkqq3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybnspxdgys388\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_3_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherComplicationsOfPregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2btx44fjfkvyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zh93080wp7s\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz7lhp9e4fkb4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89zmtnw1gyf6h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/106betf7j2z32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hwzv9572bss8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ghqe56r5h3gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0swzqlsksx7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5n7wl6f1jbx2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_SSFP\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/9s8fplwskfnz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sevv0dg40sb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8edkpb5s83447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6xvm4w1k3q05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2kh64l9lxce6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ntjzdkzybjrt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4e5kyst3p51d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_58Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2cqxc2e23h5f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0he96nxcpwed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlfnf01p5mggc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8fd9t76zjzj4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2021OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zjvzdwms241d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4169hvs9klwb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r427kqhny5h2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS71-72_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7kzwn82t67h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdf8b2pe7yyd7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37bsw2tnlqn43\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx5677cjgmsd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0293r9skq5shf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10m10gzy1dntf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCSalesOfficeOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/957cf31rp93s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhl86d58fyny\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0srxy0rv50s4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2de87mcwcb2s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t608e8ekk2639\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5l6q3k8qt719\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrs7t1knxy8s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25deb7kcf6972\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsyzrywrqpb24\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c90lq00j07y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2s90bd1qyx8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwdveqmhtvssb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pjfnfb6l51e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh48z7fmwr671\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VGTH_BTUCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_CompleteKitchenFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonDioxide_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78kjyy9txn5kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6gzszx5nlsn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb8fsvdbzwwgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crps672gxw8z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2k4z8qex0e9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjnz9gf9nbnx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Mescaline\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjr0n8qrw9g6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6nshynvjtyy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqq7ffhdxxgyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzygw5wpddwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elw2np13x9d43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpc3f74xzxby7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy3368stbm0m9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfdf9rt7kbggb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxlhlwzx850c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b2y71egj5wmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1S3_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7852h90qbr15\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_COMPOST\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xzgdlfq11eq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt0yjf6tvk0lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g94z391c22hf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prqr38sm6bgq8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pk1c7s2xhw57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fktb0s7zn8g6d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny9tvfs6c9r28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_BusinessSupportServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhdcf2fl82sy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gztmt3qpsgdd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmncm9hsg08zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llz872hh7vx43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9ehdsc3b8fvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz18q2fv6pg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4kbblkvczbx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb4hq3xv5z2l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmcv7zgnrywgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqrw8wtv019w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0g3srnj4kp5g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SJ\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhspq22y9yc85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_LaptopUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bre1we3n0l1gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm2mbgncfwth7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx906v7sb50v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbqmtxsclcwc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgmehnnzf61r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj3fqsy4wvbe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w9fvevwczwt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t80ey23ny2p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj7knm5xzhv3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80p7l6l4sj1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R10_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6h3qwlrj2qpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwzrm2r8mbqb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpr6we3d2mf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x273q5977dy04\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELVHS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d50jyzjqqqhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwrkhyrx87p4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddzmymbmfp0y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderAge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmsqwpeg8287d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg2c4kmywlpf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qkkf1vx7cmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wywgz8bgk0wfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ydmytnmwnqq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04jeel1yp6c64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhv3tbc9med02\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dxzfqq0sbx62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6cshmwcecnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88bgs9ww9hkxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v40szfry6kr6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxkte4l64lpvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s430rz1p7f36\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpnsbg46qkqx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np0g612gkmfmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5tvt50hh2g9c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c72925d4j6zd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxy0hqlf5rz6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2x291j45wepx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_Economy\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4lbf2605tpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1wlz861n0d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8y2p65wm0m89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3mk7yr2j6l11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y75ebk74qtctg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzwrg56hn05p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkztz04sw8s28\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_SVNX_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_NotEnrolledInCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2rzprefvjmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4dc7j41gr4nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_Capacity_Nuclear_ForEnergyGeneration\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1felntc4n7mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x14vlvpv64rrc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_08_primcomp\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e48d13e46yvv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbd8lg8tl66sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55re90dybds36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24msnc8mn0f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbnbygg47hrff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efvte73s1x2hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr2g2ct310d43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglcc2el04b3d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lky8jhk8pd7jf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwg1zfjendxy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rvm4styz39yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhj4ndsd0p6c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_DurumWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CRESPD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9x2klyjysmw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxwmexglnneyh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_MA_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsideStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k64yr6lr5spn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfxxrrhlm0csh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnxmph657ne7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8cqesvfw59dd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05vn39gf0bz64\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txv5bv5q74g1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w811ckpchjz72\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b6ylthgl6nyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz0z2zl55fk11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MUORO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1xg7jdsbxl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jvgldxwgk263\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgeggvbfh3pj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxxnejyscr1l3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_DieselOil_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsnhggpz20js2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sm0glnvmgqp4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91pjm78gh5je8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_4_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d163fwkkjcsyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tly9j1g621qe4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xppnzrc529774\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIQS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw10rrfnh4h48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc6mq65zbtjr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkxrmsfl91j3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sceqw84e202f8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03y214hr6ljlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnswkxzr2s8qf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG700020\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxqjsd4mdljc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd9d0r6913tm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpjy2qt64vyqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrn9xhj587twh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jmzffk6n2d6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee5kjg5bbd9tc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PARCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6bcsh18z9tsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk67cplx0gjwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lhrwmxlrynd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sntdxr930yxt4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MENF_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjwezpd76kv69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdzczm2fngg14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57pv3h1c5y0q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xp08f5fynzc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb77wdhsrjggg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0b3xz8y5tl2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12ph9yq0emz2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehhsxz4fbxq\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjhpn8e6z50yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7gngxnx0422c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvx0e5g8b7v9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NursingAndResidentialCareFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9vzdjp8gqef2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4k2dfxdd0b93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HaitianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67nw6g84t4z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwr387gz1nzrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlznsbyz7l7rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvcb4166l7txh\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2514xhl5w4tpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79fykxl3ffnd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4702-33-THP.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y867bnk5ngxg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PIN_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nwkdlc6yjszf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vn87y6plvkl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3169486kgbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jygzlwqpr850b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dhdeyjs4xqtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RRD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn415rjzwz55b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_CreditIntermediationAndRelatedActivities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv4f3g86kqww6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6f87mfnte8bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc0n609rhh2e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95w5xellekce9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ycl1wmtr61l\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv10x87rnz7j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpx9k0stth72h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh1v5s8g0w0g5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6wqje7gckqbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfbvh3pzcfkqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI4P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Asian_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hlqg5qz7rey9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp1ccprpk5264\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd92gg2kskl9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq39ljhc68s63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l519kf8b3fel4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqy9qcn3kf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1yledsbknrx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfgzmpxpcc7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fegpz0dl1llnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk0zej3jn5n64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptft37r2qgme4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq2wncjzfjc36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9jm727cgbrj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93f2nllqldsc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzjw4f07rfe9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrcg6tz1fqqsb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmbkv60y78l2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yy5e621cjqs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvwtrzfetj187\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fqbkwl43zfe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzhqhyne0mhf7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1m9wzx9x821h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17ejyccd5bywb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zvn7tjbdq709\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfgekvetvwfwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HeavySnowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RCF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGWSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krq9b63v51kmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/C00-D48_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7l7146qdz3d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3t3lnftt85e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lspz7lhzvmk85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm23dld86wk1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw400m60ztw61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xljyb7g6ct97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5j0d4556evd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9l9xmvvd4zsd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6edzh1kd65yy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v49n337v4ent4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5fb2x9q7hr99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj9q4d7dgp6mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8e0z6mmb3fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdl1bpzj3klq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8brrljy8b5mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mklcbr5x20w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6l2esb79lyv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yszkjnyynsj88\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentProfessionalSchoolDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j7ltjf504qf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exjzr41mktf64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rt7bhpq7ywx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erbzhm74b4zwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl111wy60stt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg6n86lg861cc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/263y3mvx6t5fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f33ttxdtrkg9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj2m1568jdh61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xmxktwvr3dk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2drzgx1f8223\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1377cdp7wg7y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ryq93xt15q5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv22bkkrz1ld3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eybv9dnrcbq2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vfmpk88t9686\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmgj8nx8pbq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp3szxhep05m3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kwx076wzrv2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8779s26mx7562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de49gg5mb3jnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsqyec6jvjqqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf46b6cfz73p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhp8k848fd3p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELVHS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c86jw51twj79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwr2jnpdjhb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdywvp7ej8lk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8b3hkwksfpxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we69gb8n01nhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdls4nhkbjgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngfgkl7vyz57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/801228dmv70m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne4clpbtsdeyc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_FuelOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/778f662xflf47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rmj980sr2ee7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f92595679vt44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57lvglkkxvk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbbrxzze82w9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/856sh716yj5mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7t0gp2j3vdrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2v1n65cz84x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43kgdsy45gy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlzjlg4fxqxc4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_DEFENCE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/306pzqtk33jqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gz9ecfxxlfz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2m6b0c5rn9f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9n21cl4gebhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtynvfdg1jzv6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5ej9xsttzv24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngnhr96kpd3p\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtr5bwwj1fks6\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svk2gdyb1cph2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/l8y11788teq9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6vb5d473kep6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krj5yyxz7rtp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdnh3z1q6h4md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqx6t2f4shtfc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2TCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9c0nv4kleet4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw3y5y8rx79dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07lgn1sypd49g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tc1386e2c7d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vwhv44xty037\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRRO_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmkes1hwyjv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgpqy3dd6kbd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h143xkj99g2h5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossNationalIncome_PurchasingPowerParity_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dzfem7gj474f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96wl54mqh0qt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8wy91c6dzhn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt2ed8m8hppyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7v06jwdqjffg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0ndvbvcnv7x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy9zvf1szt6t2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47p9bge5zwwv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh91jcnyk3wqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkcvwhenrhrd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5xcd893jpwl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3tyqskjmcmjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y7g535ye85w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rss7g7lj5lrv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z90fvg92tc61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtmkvchq113h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lvhwhtwv5nj\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8281b91jbx2wb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1330_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdglph58yh148\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRRG_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To17Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31pr36mwzehm\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g23stjyx0mqw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_Broilers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv2gzlm7vp1d8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gwcgd6ck97qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy4p9rsll0gy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc72xps917mv2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_MANGN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrmgypy5bhz09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjppzrqpekmjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cvhx5pcp5wx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbymy92pflyg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp54m6e9ngl26\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fqzy74bhz72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fy9mh75bmh6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbfq4jqx6m8d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm3d4d5rbbsvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg46pbzdvcq84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEINB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9398jpfc7nslh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RETCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgbzx237sx544\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy4xh13sz2v5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e6gezfw1yyj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcvs284spqxwb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61y1nf0c4vnqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/147ezy474mdf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysv4qbs5j375d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_UNCLOS_IMPLE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgwhy514q0sc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3zrxm47dybbb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bvjvfxe70ll7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbd4kxjs8gg8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mbskmhzq9m11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tffpk9ey0lbv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nkwcpyy0s19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe4x20stjh231\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1dh7cy8hmbh9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ssyceccqjb92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/230veenn8l641\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97g7e8nhlzzy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28j71c3tqhs5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f3nx20fbkjs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtqz8x71pwd51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9wfv0ytg0494\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v97hd2eq4r6s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gs4vjy7jg2ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b56z93xqt1h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3lbbmnb3mb14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqn1nqym4cr0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qnlt6brn4xrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edltgl4te8p59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmzj8wceyffzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y60tl477xnl69\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cs75wmq50wnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbfbbynqt46dg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27kv305w28qeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63z1vvgrxe007\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ds7984sgvb21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p5dsspzr0h67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1cd2fpxeyt4h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_PRVRICTRY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GardeningAndLawncareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6d9tecp5hdlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv7hykvvfpgs7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/635hnz9jxb4q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp2v62khe2dc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28s0nyqj6gyl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxfgf9rz3rbg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4t1qnmv06h82\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/027jrv02nym62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/106q2y6qrx4db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9pzx5j81dk25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTECB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G6_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Upto64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr93800vsnzkf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55z8qbzlk3q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbdm9zh2sw59h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znwmqqql3vr6c\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdscr1p245lh6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AutomobileService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3pn1hssq5r07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sek9mq1ypbr31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nht3btgc8819\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_HFDN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf25000To34999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szhwx4efe0n69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnxb8x4x5kd7h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g5t7z6qg59e8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hzd0edh481j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pv0577fq05pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9h4epencczed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz1h395rjdk0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease_NeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brsp3eswp2k2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj0p6xjk3l5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwrvvvf1dmtr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hyvefz4s6pr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m029gl1q7wqqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq9nlpsdk2gzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlh78ely48f4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9xnnssxv195\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk7sw355n0rv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx776vgmwzh86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOX0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dwq7qkt7rc72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2gxw20fgsfxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm275csj8hqhd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8pfyeq5ejc78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gqkv7pgs1ze\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdgk6tcmcb84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn558hmr0xyz1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GeneralMerchandiseRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6g98lceb2898\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcqvmjqegm6s1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_RECNDI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n3d6jzlgjkt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g3y94htcw8y4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22tntb9mrpbd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e54pwp57cyes1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld9851xs43y25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prnnbegj8nh6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2n1bvsqtmez\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nw95xgr2n9g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enw63sd3rs2m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx1jhe4n4xsq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8dhd97lcvbz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gh5650dxz2m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqbg5z8p4qf4f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GC_TAX_IMPT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin17a_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrjz76qmq05h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwjhgpgy9b2v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d5s5b50xr6dh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wl7qrmzyc385\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glybmhx5xsck6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw2dc7x0qy8g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kes3myms9x6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n00d2gs2g1k09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_DlMethamphetamine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t03fxjcljfz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8x63rv55g7q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2yd08hn7lkvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7vsglr7j5drd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p1n1e8f4n0nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfs8sgwegrvl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhrl6bf2q9qk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Government\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ps0te2e6pvx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxktez2h52ey6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ygmwt6nrr48f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl02rz75lby1c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhl6h0j9vk446\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkpqlwwk1vgx1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_05_hiv\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3jkb9rpvlpp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhe320mckc5r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.35-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/315dgnebwbfr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtzjptleehct9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrehq8xrkrlhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te0hck5mg6p24\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BlastFurnaceGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vht9z8snn04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jysn9q8j0cymh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdm3g87zlc9kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV1CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Manufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c34qw9s6k51f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqmb8chfr6yd2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlfkgrdn670w3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_StateGovernmentOwnedEstablishment_ExcludingEducation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74m77v2w7jzzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kejl388s0z33c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfzs8p83rck99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4zx6xdwhh69f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2clt9tlpye72b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e46k8e0c0vzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pdm9z2r2lec9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hmle944xy9m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm9s7b8zzmrvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz4xy087jrm7h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTXRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02j08p8jkm6bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23h7n040xwvy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kv4jhegrggkd\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w6ltxnlnqs61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4pmb4st2bv3b\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_4Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqgpntgrlw858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9ef35tj6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5kvwp33p3sr4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lbnxkndbvg87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mss24tlqzwwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ym74nn7qydb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf27bmkn8p6v9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2el748gs1qwpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npe85y957v4w2\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwc4tc3zm9yp6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l68x26z84h5c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdq1ktb6dd69\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/FM_AST_PRVT_ZG_M3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/PET.M_EPP2_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ENR_PRIM_FM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_LackReliableTransport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exmbd4dz5180g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WXICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh3slzdmbl5g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt1kvveg941fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61p7zk7y839pc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Timber\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mnq17nylnly9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj0x39lk6l1e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xln5db2051x6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dsgpc9n2rkdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szjvm0jc4l039\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyqtsbvky6v07\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TRMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7slsj1bx6lsx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp90zf34ctwj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g092sz8l66v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7530dnh34y28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fqrd35yz9ygf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frtfqfj4tw1g8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_G_5_B_T\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPOBGRR_YIR_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sed4eyc8dnxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yeqzrsfwf8e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdj84tfl1x8zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8qvzspgj3p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f55pkwskl2end\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7n1w3rggbt9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6tjdpjg9gmt3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84hq5kbb0z1r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lgjcgwf56gz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fntvm2es8dls7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5vrb6eslwyf7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6w3cl3tbnd75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp69gwq0n210d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ycgsstvn29s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tntg83fcjkgz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h078b79bbwwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s92qxd8dmtetd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjl2zl33www18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x06npxekdjx8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnm5bss9setg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6hy3hz5neef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07b5w7evp5d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kyjetjymt9d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p2q76kthghmf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bm600ey0hs6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85l94mhp5ndd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Tuberculosis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wxrlfql0vs99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4mptfb05x3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjzdvyedtn1pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcmz684d9qh0c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkbm184j7gv66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4qtqyqcq554f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh969zg0l5seh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81c5vhs16lev3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkrff5m8fgfrd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0ptv3qj5ntz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgccgvssgm595\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwzec7m5f0hzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tcwq0r6dky94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466khs4z8tbmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6lkdnw9r4dmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd5t6x6l4trjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syxq4pm6nmhvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzy661bbsxgd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9nc9c3grp95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70cb7z83y41pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4zgtqeeltgg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqh7fmzr5jnr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCS.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbk5601st80cb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DISC_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0smnyclqcw7c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e3gf6sw2pj59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h7kbgzpef1k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqcl6k60srch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgpmwxw121x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb6gtjjj78d84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys4dqbs93y4e5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25rnncqp5ceyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e6qs3fmk51r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp7drtrjcd0v4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RMRTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d87v4tjm9rkyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtsbhd1tepel6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoodsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7083cmddlbhd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz1v7lkldgc25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To14Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6deey2z44hks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e9mqj1hp5m51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p0rrk653j78c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcv1lmz6pd581\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_ANIMRCNTN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz3y5dz2nwmyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy7cc5454zhld\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cyq2engm0k7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qelhwl47ks8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecx7q6h65srbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khkhhxeet4x13\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lj565xv09rkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg5ze4sqf3rr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96fmqp4d4cgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_GermanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m80vxkvdfx1jg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp5xgcwee7yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqj58m67qtw2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbcj504qxk103\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7pr55z63g98c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zttehyke8p0y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmmq64hg0zd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4tp16r15c9qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02d1hrt2kw19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys5expvr9b105\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_PARL.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tlr8l6qwbcw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc80jgy7tfkb3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_SupermarketsAndOtherGroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To34Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg3bd1zwct5mh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/866jyg8kqd82d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkrjwyvkkyh4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dmlse8emvdvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1ldlc7t6npk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngyvy8pzp6hg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthCaribbean_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlyqrgm1ssekb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATWP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zt1t4217vpj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwl11q927wf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p5pryllhs74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c38yfjjl4ywsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmrscmg1b1ny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy5pbzdgnlnvd\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx66h108fk5jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4dbz2g01syb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw3qw5dk3mz81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g86y1v5ys3p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmyh85g5l4gy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kslcpcxf4mmf8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmz8dwhgtv4t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6xvcksvcgg2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51tfe95j66vd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nqlsrmgz8c88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_CGOV_ZG_M3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnky18vth79gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znhz8ss87fnmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Area_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08984p69vdfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1npe3ec3eysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkxhqp7m5yerg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7ynebvzmk8w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Septicemia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhdztshqexr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql40prnltfke4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l9cjc2b0dev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlwlsv25vgbs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt2bsydwmd05f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq1y47ys6jd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl020llbte4wh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph83v350vrxs9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOORO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0gf0w3nbsr61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5rzv0vybwq32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcyvzt8mjvnm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79741xkdfl8xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ws5fp53hm7y8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleFatherFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vjhd6k12hv75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbd96y7kgh47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54xd2366kqjj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0ywcyr2gmnf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5cpxvzjknhf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpnm71e4tw5f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kjge1mgd2jcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xngt1fq109m1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6bx16xqwzm99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxn1v5hygr4v6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_TOTL_SP_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpk0ljpc30hb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r8d345m3vb1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgdn75gb546e9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wvv7c4g0d9x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldvp3hv66jgc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnck9yr581q4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_Fuelwood_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr4psh4yqqv98\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7zwhkfyf9pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm9yngmn2qb99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8we0xg4dpyx44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj93ph7l5rbzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e8lsnzvmgr87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscwj64trb58f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R5107A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sptq3xf3sk4s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t04p34nw0ypyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/205ts352519y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nkd2sttnln02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78308jp8cqwf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnr9eqfepe9n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3rgbwcl970b1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin20_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cpsrgv2jy6tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg3sm71801w82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46h427gjswhv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0fd6ntlmm6y1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Electricity_OilRefineries_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherWeatherCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sn78h9cfjtjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvksm3c5ejsf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms585tb8y66t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnj1pcntfpgt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kb5wch8f5njf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4py6srhe60h05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh8rl3j1edx95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stpqw63xz1tm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w4e76tyg3l26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h84572ygybbdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4kgc7mlc24g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rktl1dc6xpdr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex11eg2q9hp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sh08rdy1vctd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwx4g81ln41n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr9mtvklqeh4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pne358x9ctb79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_LocalGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gmh6ws05mkn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfdmyey7z0m2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh2zc982x0ye9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hk684pgtl3g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jls0cb281v2w4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vbmh13dwp6mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2xvg1tdjb658\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c7dz49n387sg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/262xt7glzh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbrzxm94sdtg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch46srpk3f2b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/324v68p36f405\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcl6bz7gx380b\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fy8mlefry90h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PimaCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ew0xnp77zfsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx8x3gfm6bqp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs16t6e69s0j4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecz488knjvddf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pz1cse6yndtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brjzhd86vhb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsbeqmm7pr015\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftq17hbrhny3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkkycresqwh5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIZ.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ws84cmrxbnm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr919g1nk1vp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75hgjtxxejejd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6667zlc4h1tm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdd92gppx6vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz98nfwbsy7h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57s2wpg94we27\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvjcrczqrvhb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq8n5f15ghtq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym82e881ety2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx7xg04jeqs7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Median_Income_Household_WithoutFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n60prbrq8v7e8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhb27czn56yx9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ManureManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteIschemicHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g94fj7cpvchd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1b407q9mj7jc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmb80hky8zjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--ISCED11_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3t0fd6y4wt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jz3z860x2bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryne3weefdyj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk6r71j4687l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53x6j7e1zn8z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4qn0068lr8vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherLandTransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NontransportAccidents_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9jp85yh00l56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjt9v2w9n3zdh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_SOCINS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5tjj4nfnrfdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b34ejqr3wsjc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hk00w9hrye56\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4trk9f0zlplp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed88wex47n722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4y345eevqf79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdbn027nt8ty7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbc4zxxdp165\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4n7805t91g5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whgfwbkkxdvn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/894n0bkkl10m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9m9kd01cegd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf0647epbe0mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wfj3brqycx34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgf9g8wnqrv4c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_1990To1999Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxd1t0bxsp5w8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ers8mdz8prxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kexec8z1kbg1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bg096cl1hqc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfjkcqwx8m4s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5kg8e625tz8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_70To74Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slnyfmbjqlb1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_MATNL.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_DYN_LE00_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw60elm9g1yr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvdwj0eccmqr8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lml6p9tvlel9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn9dhkb7wtrxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1wg50h87ld52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0whx46mztmek5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1hdll6jfx9jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw2k94vf0bk94\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em74x250c5t0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0dkbfewg0kzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe8gmzxjh8rv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kketk373288m5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkx8srl3x681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l5l055gz5le1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsjp0j9644dfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_SNS_WALN_DRK\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin14a_t_d_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OtherSector_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wmm0vnjvvrr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9n0dzec86e57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r18dzhwp21e26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvpl669phh65h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzr7sg30jve8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkbgwm1pgwq84\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsg5wnbnwkj11\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TTF_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/Q00-Q99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedDentalVisit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/564mq1f8z8y21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de11c8kevjkqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw994rg65wb0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydq4ens13lb4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9v6lkpw4q7jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7l76pk6d3ps9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t248fctze65f9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Female_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2l8wcbvz1y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9p097xwhjsyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0b91ej94xsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w88h2cgbx8782\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66jw8lkfrbst7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6blb3gvryfsd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytmhplhnlb7s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m8yyq8qmmjkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpn8jvd9f0ed9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49j53qsb03yy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7n8kmj1kk3e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kekdvvm6hv621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c27mhgzzv8mb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/719b71457lbfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Count_ElectricityConsumer\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ld2kyb58t38f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mdqq65ybe0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18hf7c8n71ntg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7w4zqjrqx085\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3rr4k9f9pkr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbr5flcbd6y6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/qjt9kpex7gq13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r33cwpqsn8p6g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_ATM_TOTL.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_HispanicOrLatino_AsAFractionOf_Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h05qsx8cete0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcw07dhjftxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3wf4t5wv4lp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k55x57nye749d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskhrh3r4pqj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lff0re6fyhd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1531_10.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/repxsfzhcjg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24thnfk8pwqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31hzxn5vhx7tc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment11ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6y4lvx1wfeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8dzhlvdzj7f7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ty44s7lpwjbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytdngv819e2r3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ykp70f9rtck9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd6qdzq16y61f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_AGR_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz15qsqn4wrr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6we265c4vxx1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c57czvl1wp48\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k653b9cqx80dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6r004hkq3whh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6hqd1rr1zrq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rptcrlpkcmvhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8e5ykjvvs82g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST.FOOD_WASTE_SECTOR--FWS_RTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nnrl8ehe1ytb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_ANIMKPT_TRB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_PowderedOpium\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnrf8kw34hbsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfmt5r4nll7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9lexvc5rgss9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_65To74Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgsqkrg668vw5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jw0rj1x1cwt5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l6r75t7vjvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnvjfpkwkfs35\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tl8k3v6ws2q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdvdk9tfkzf93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5vpb4t8q2vc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw2ym42rkhl46\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d5rby4n8sf38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebnyry246wpw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Snow\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PropaneKeroseneAndFirewood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v8grevm9fhc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvbj85vywel4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfpw4dbhhg1tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le26bdent8q9b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccn63zjnvk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn1tm5b9hw3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwpn2pt9906wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfekhfxjhxl06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhy4n2g20w2kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smjr7237yweg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsdj1lq8656mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcjr056mg16z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA13_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdkv5nq4yt25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb2bfpfyjvbng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql96e1p87wpm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/e6zfrmtqe88d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Fuelwood\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26To34Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr4qr1t0h2vb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bg7cxe7lejhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8c63l5nvfk2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TLDC_GN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_OilProducts_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.34-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgxmtfqblm77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CCF_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkh5rfxrstyj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7t43e1jwyv02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x89v6f771edd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcv5clrrzgwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyzj45krfq9s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/563dkcgx64ql2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlzslz2enfbn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nsl3xtfsn09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/859yc1dhgspeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwy8v8rmjw7e4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CRESPD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G3_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_18Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce3np59lzns7h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_NetForestEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tpmz5zd30ns5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19sp9p9rehs86\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cmgbe1ewksxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtz771cxfwgk4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_RCYR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2mcpszfwkty2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efhx67hzx2w6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp2yv3hb5pkd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qex5zd680dts6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18v3smftcxvcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kldw6e003smb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l674k15kdfxn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r83w25tvrgrrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m3lk5ggecf34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6tvr8qqkppz2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_MIDA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh9zp73fvshzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq933e75n8t73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--AF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xkmsf0y2v6tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh2dcrky5g9q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbe6wjn05ck8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00v9zh40mpqqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6psb62vxhcgb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6re4xlxt811tb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q1jf2jszt5jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxwwrfz6wqq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9drszqwd2nef7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vb5zln114dnh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymkpdze5d5cy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3thvz13pzb47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1cb3nvkbblp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fefhezp2lhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8xn3jnm7npph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsnxhmk5yx8k5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7fpby8dc9v39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9zs29e7qbrr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfm6c930p2sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ldxtprcdhbp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg3qdzktfl1g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em339lsd5myg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1990To1999Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz78v98bys3p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wetrc018cm07\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--FO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d040fb0yx0ce8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_KLT_DINV_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0chhnsl4hcr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgey668786ys8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsd0k8rrv2jz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6znq27e65b77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1e4w4qsv3we\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yvf1gegyxjx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjk2kzvnjp6n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/938k1psc07hl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkx399p7btxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3g7le26re8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwwk17y5tkjy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de32nm3vjtdvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc6w16glkw9g9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PPICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39ev9z7l5dz99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3n8fyjkv0sgc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9k9tm8tnh77d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf3xd2tgvrgd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1kkbt0zb8q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sry7tlmfvcbs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2vkh2f53fkwb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heljy2js15zzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m79x3s6wj1vv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99qy52k5ysp71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz2hnd45qp3c1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SexualAssaultWithAnObject_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v95vz174spl1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqtttncngxrff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl2wdjffxpdx3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--EG\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbtpzhyvevjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nptw7hfyq6k22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt93yq0kmcw01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmlctw75q3xld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyjznxkjef9n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp2pt9g5zjb45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsg2bx7kf2643\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxp7129jhrbh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdz9g357p5k63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t20dhdzcw6g95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dlkhye638d1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwgk5vdm1efg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p62wmt2ws9sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewy3lptgy4vs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wme35rvnchy79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkqfjxq3znk3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkke3v1lcjkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clrel9fs2qcz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr02t5ksghv97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phph7k9qw46p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h9lcm32tq87h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgdyhbnwqdz82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2m8rlsnbxk13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf0wjwwyddbj4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Residence\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/NE_GDI_FTOT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother14OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwk30nq4hz3c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_PharmaciesAndDrugStores\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfjfjg96dxj9d\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntnqdjnbybydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbshhfl455916\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To39Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20nl3x8b7m2q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crqeb8mjy9gq8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37n85njd30b96\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpjg33yw2z6w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdw38l1gjrltf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesExceptEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d100t8d5gvpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4zj7mxvmh8r\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/g20_made_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgfl6bq4stfyb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkz2mc8pl8jh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_SeicheEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotHispanicOrLatino_FactorForHomeInternetAffordability_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gtb3y1r7dv66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2789f3l9pr9ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg6byv6qvqfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qltx8hbjwn7q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9z9gk716tjwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkjw3q9z272sd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AlcoholicBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh3q11gemmx9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrrbscp08fh18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44dt9ky0k7nn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j0qe4zhz9jw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7jd94gjt0y8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7b8r01zwp308\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczy48znpstw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwq7eq03tzpmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bqv6efmxxszg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8w23gydwb1k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypn5llpnr69b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m50ggt8vr3qyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxgte1fb530g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze4xvvkzqrf6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc1qh40jyzlp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yezsmdf7nql3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glmns4svfydz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybf4hm5meq0h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dhtsywe28eq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b05eqyep93779\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5xmgxbv3m3t6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4yp2hdlbmdxt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92nd3ndjcml5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw57m4r5l5cyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrtnqhw8mhdp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4sm5vnw1qrn5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxzeqktf9ejvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8w7ed40c188\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_DTP3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ztmhwttb180h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs6vlywt29kz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0hy767t4lkyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx2w8n7v0f5e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng8c0gbyn3fd7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qb5bt4zk6vfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvq420425zcd9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56b9051jmj4gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxmqbh1wc14v1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxn7enjp6hh29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxjvxee0j5k09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tve1ty05q524d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6g2rbbhntm69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcznyd49tf47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx1s6hssh6mg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s49yvjp51y54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l83p756nf32l9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c59nydpdnx6x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kw6e23lzhyb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86ke3wm8z4sh1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbvn22mlpb96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3yc6ktwjrwk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62ntdwxltk9l9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_SF_KT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n5jpvx8ry5bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62zfm074wlvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8khbxz9yve837\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w97wtz11w0fmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40m1b0ggvybe7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17s2t40tbyfg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7by61f9g1z88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht4dcr5m2sp67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3elpz2m7wfe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x8qcedr09362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l653ersdsq4f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm45jwnwqbg9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypvn78qnb2jpb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc5x462z9f9m3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--M24T35\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6rq39pnwv2e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1chdvtsz9zw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4esm3t40v90b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc9xwszflbbgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fet70zk07fj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8wqll9n578f1\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb8yr2srmyze3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccbcdhg7vcd6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbht0vvqeh8d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8rg1l2ff18yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qz6rn09042gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sdv6x2s1k02g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfm3brd2b55jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfndevfc38hlh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qj7jx93n7nw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s0pl66jhp72f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8smqbwmgx4w1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb3fxbktdxkjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To69Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5x5rnyfy84k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktp3lh2214td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fe84r2w2kw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcgeq5b2l38hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfp9b9ck5h34b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xkndj6y0fcs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rwl26vpn5nkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdjwr06g29ty3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jbbtfhddvbt4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_ELECT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enybr4616xvs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flx7whxsmq9k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m37nvlm3517lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk9e6vkfpc8y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3wdj4w3hrclc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04twnz2tt4jw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9qlygytd7ds2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x585rgvbxyhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpwd6t7b2rn58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36nrczvqqq0dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mysjh7l5w7kmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0y15sjy3htw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kltld7sfrbqlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jbmznh9hs7kh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rs4wcec3b1f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhksdl9pgefg8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServices_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18yv9yxg5m2vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDMVAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f24df7mxhx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pnfbxfes3jbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrcvj2bfz4p1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsxq0v9d9ghj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n2te6jj7cfx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fehlsd539efk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z00x274cpzf1h\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kljvj6rcdfp9h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPL_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vbtp7bj4wv08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd85z56jszes7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrptvme1q6g25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7350l4knvtjf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjfeqjgr59bvd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dzvhncp5wnyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd67zhk3682gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y41pt3d9tg6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnsv5t91c0gxh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDCMDL\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FR_INR_DPST\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_84Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_MarketValue_Farm_LandAndBuildings\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_80OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7hrbnq8r6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5440_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxj07cvkxzvz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd7ket5fmppm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qhz0qy9f208d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_YorubaTwiIgboOrOtherLanguagesOfWesternAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etsh1s5040dm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jqc3f22wfkb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt9r10y254gf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ch7n88v9be91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17t8rwmq0qxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4zlmvb65xptg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp5bw9b320ky7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe2mh1lqr4765\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kb2yx7kevg83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whzqwfm6j2wt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw4v19843m99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p3jr4h7n0pv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_DO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MotorVehicleAccidents_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6tvzrb2cs56\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqqlrnjmh86g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhegkwsryqwnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkqdlqfnbkbm\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5klkb2bl7rwe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wbkfwtl0wbcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnqml39cqe7zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je0qjyp970002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9fre3xnm3ztd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TRFT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv512m8kw7hq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fmjh8cpyb3r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6xgbg8eh4r82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ked9gljmm3nl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdst08fzmbnh1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Agriculture\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecbm6djhwdjdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpyxrynbtnyv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Income_Household\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwx24q7edldf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdsk4v5v99g2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99nz0zrctvxy1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqzwqb020pyn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13lcsmzgts72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCServiceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzr8w591890f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhdp5k2kl1xd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejmbqqy4zmwk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvw49dhysbbh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vgfg4qn2lp65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kewvwncjvfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmxhvsl3ch138\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kthcxn28rj568\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyx0d8tvjdecg\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzkldc86szpl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5550_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Max_PopulationWeighted_Concentration_AirPollutant_SmokePM25\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zzsz6e9g18b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr43xhq050rx2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07xyh48j6rg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_56_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_SLE_56_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk98g3p2pz25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9j1rbzxe2dmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhgkh2ctqfsvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwvcc5ynl1f91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1yh698lbcnzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdcq701grgxyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyqf8hscwmp0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vedxm53s4zqs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9hrl2v32ck53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearEndCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72cmm79pkhtc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lmpjd8013x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpjfjjwefhqn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RBTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsyxys07cp209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1hssb877l972\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmm22hkdxf3j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnegyvhmtp0g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm95k9kj76rt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywy0z8rnyj3yc\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/INTL.32-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqwdd727v5tkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3d0e0rlctxz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6z23gpsc5994\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emfg1gfgdkh89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw6y1q9dnyff2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BriquettingPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f8pctbctfw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgp1ymsjpqvy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygegm32ht78jf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1392_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5vsdq4zh54qd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcjdtqzrx0eqh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwflmm185gqf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRC.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/083b6nxky3q78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tw1rd94hdh78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjsr7h7lh8yx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcp4w4trg604c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto9Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmmyg8rsm3d27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scsp69634ycff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2znbl9r3mehc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35xlp0eet3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ext7lh94nc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dezf29cfhbvzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvpf1rtqc2vj3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwkrfw4g7wd92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgxb7vgw8ge9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1nr7tsgp48xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4v78szgyx5e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yjt1f0m4c6y7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t59716llp7f6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjwg6d614jcb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh9wcd6zv7hkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwb7x6m8fhep3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65dtrtv8bdtd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4whtlrkve27\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kzztk69l3flb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t604hxvm4bfd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glrl3gsed7lw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6trblsn2ygff\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_MilitaryJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq84ervqzeg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6km2f8em6sy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k5klds67k5xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c341mllv01b4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy0vexjgffdb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdnj4pxqzegq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld2h6lk5bm642\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r6knsl0ppd3f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krn5vkpqhkf2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pyz2nsfdq0nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57ck6yg9wc6y\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hkgftel3s0lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcktl9kwrtysb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vhvg3ehjqleg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8zwprdeyj37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczgvj5llddt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_NotInLaborForce_WhiteAloneNotHispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv3z5klhtrs66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0p7fcll1lv8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw306x8qkqv3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn5fy8zf2r5y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ThaiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s59rt9g0w6228\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMSN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrh8j4pf41ts3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mprleq4d1pmkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8fpyyeh64fy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjnqzkhq2fq37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nch8dee4m1nh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqwmbxw4xkflf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnf5jh3dl0qfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzyj68bmn2yv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esztqf9cp5l34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlbh7qnhkx0lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndf1m14hwv3w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4j7xhzv99sg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/mobileaccount_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_89Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv4kbbnj62mj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s173bccjg15y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0y48vf0bwztd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9l9n5pv3m1kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgge5s8lp0k3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1phncgk4etgg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h00909v7xst6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8f2zd9b4pmk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk3p628k6j7fg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_STD_ERR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjjg1glbc62p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8tq746p0gwj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyshcfdfbhq1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfg3v0114nml9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4914xqfqc1wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Daily_InterestRate_FinancialInstrument_CountryCentralBankPolicyRate\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xre209hzqxx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psm8r2zpbdwy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vecsps1sbgg8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_NEET_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14ekznryv7hv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s16egwlrbb9sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc523f2lx4yp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x50f95tc66f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbryxrhwhgf79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/wkyd6k6ps581b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g03sbbfqdpy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed25j7ckxl0j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4qz74w6e2k3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx405x0tvd1s7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_PRCP_MM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_UEM_BASC_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sesnh6rrdj7q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x5j1l2dl75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdxyy4cmt21l4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkf9tbjsxkcv\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/107m0n14ls26c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mxrfq485x5p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4634gz36351c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0phkbr4z3794\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndh0vtgy7cy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg4kdvg8n83k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p01wkhhb3mm9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbcrq6mjy4df9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pby32rhmhe8jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrzxfkd39h9x8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phyzdw4k70wc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sswgy8v587sm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/derxxlj5xd434\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhcv28ll2dk21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlty68c3zpnqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf3mpftb37817\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhn4yz79mvrx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppyfzvf5snj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw5c65x4v33q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm7f4k8zxh6z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnec8e6q65c68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFoodAndTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8c1wpdh1gkk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhqr1f1g82nq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_GDP_FWTL_M3_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77c8214yqkg23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkfccer4ye45d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGDRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cetr8lwxhm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ndkx4bd2xw43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltwqwtxcq9l23\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d035qdjs4dd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpynjyr2zlrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt81lh8ewwj8d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25vw50g3rez7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpzwre1mf32dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxf5tskm2kwq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqlbezlwxvhr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6ecbwh0rpnt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjfdrw6g3xp81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_USC_MerchantWholesalers_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb6rrq7g6tfc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k2bz7pnltbvh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07jd9j2z2wp9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40zhhsknpkj77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y36e7rc9qdtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdfvcqe4ezgx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtqbxrg29f64h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthOceania_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kk25vpk9c1tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd60t162sn8pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xp7jqnmczd3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0S3_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7167plj4qfpq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3j1be30w3ew6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxleqz259rd65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skv4cd74gsnpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7jx9053sgjcc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfzwtmedw6ebd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84gd9je53te9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr79xb57fzj24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1glrjgt6kvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6p9t2g358wy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy9kq828nchh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfs00m5n14vt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnmh7xgwghej\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_WomenClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ql6lfty0sw18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecgxxdqhpnlb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2zp2xj314eqh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dek9097m46b8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d733w2ntv7ex7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RRRTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6rpd14m9r9f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3mcbg6lgdbkf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnvdp4m69q82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkp75czzwc9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypcyxmxy8vnv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4k59zwbgw92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnmcw3xs699j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvvpz3960q034\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgh793cyrysk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbg529kjqw885\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhmcc4ee85yf8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rdkjc2485w42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5vezeq6pr7t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx15hkwfzcjt8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_30Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gyp0k3g8wn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rp17lvhknzcf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06q4xd2g6b2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5zp33tg1vk5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Meningitis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w3ryeyweenv\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA21_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dejkr7p6bp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbcx40xp3mjlh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_DURS_YR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc8w0jkxd14s7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vj9s24mh95zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqrxhc0k29bnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1vepjj37tqp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9gvj13lk2ln9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ltdeskbvkn3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qm39ypg4wy6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n118b99t9k36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw019m167z502\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrynw34eg42j3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hgjlqc73zjxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjp2qy185lnh2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yf7sd8r3t0xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc819snsng749\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98m8mtgbs1xhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wpxjsn569wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3hmj506ec5n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpbg8xpxs7bd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjl0drptgpz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_MiningAndQuarryingIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j16jvsq52b1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9pwkcj1qc49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xn03dcf67eh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el7c1czme38dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztdqkfszjys31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew2fnntvzq29h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmz5vqvxw92e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3hnxfkm5kjc2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_Lubricants_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/029fvz1v45cc3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_ModeratelyEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94ky336pqhjj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rth6ds72t4n4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pbrx5nw1klg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bgpdj3k5mrm3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/589xs0czvs2w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/761v7c101mw6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh4nwcttwcyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1wgy1c4epx96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjmnf6lrws86b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b22bv1dwp12pb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13bct1lb1gw4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pjsshxqc3835\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqr1106h7gwg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56sk4e840sv71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fzhlr0ec8ls4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bnx1k3hveqed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fetj39pqls2df\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r3d44kf48qg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1yet6qpyf29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6wsstbhf84q\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fqcy39rbyce9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzfsj0f0d9dj6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_RRS_GOOD_MT_K6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcxz2mg5p2t46\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_SEEA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1hlesyswwjv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94nkxdc2vrb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymc21prtep7p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzbxg6cn4bm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q7rc7n8790h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7sz6npjp847f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd4e3ypbg5k72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0ngkdzp1qwh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vmctz830npr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4t5znw8dltj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl92ndf5v7cy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwgn8r292lxw3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l0gxf0c3tyqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9rj7mm816pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q82p34s5l8b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bn7ch7s14lv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kd4ngcjrhl3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejndtsp3bwvk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqs3c7rlmzezb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NYCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_SHP_GOOD_TU\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfl6455w4qq6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m0rx8hpcn9h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tn6thfzp9rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IschemicHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq5b1q7ft9mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6hv4e3hfx0jb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vb5962cw6p4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mje5ejdlvermc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvnxk582md6j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjkjy9yc5ftlh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m8dgbhdwetf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fqn49jfd6epb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rgkbhswv7b4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b8x1z4jxz734\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqs5kd5jcl5cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwt4z54654bxc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1718l0tr8cmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5607_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpj3dn7300bx8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f85pctvq24gm9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1etjcx5ehmzx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91wv0vccbjlgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvpkn4txfgp5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2csdyzvx9lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebjf44lgtpvp2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr9v3rk74nys6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhhf32y58623\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7fc5wqwvxtr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9wyssmdvppy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnkg0p85bj0w9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l35jyt051xb13\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_LITR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_TransportAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgrrrtvgrfn3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj4z6598p7je4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd4f1x3gfmp6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6vwlxltgjk09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q8pg7f7gqlb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fse968wzkww35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e9vg0sn5pkr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpwekz90p6tm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9weh5esmm5nh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6llvjz9b9zkld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyldt7lfbct59\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/602cjzlv5hyzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpnscnr3gm7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq26zg6wwrdsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbh4zrzzv0q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA26_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhrmlhp2lyj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7er7k0z50mf13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInAdultCorrectionalFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j94c0t0j9fh9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtq23ylt85frd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10c96qf8b5g02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vz8ns406q6ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4ry3qhqpb1p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbcqf6wjdkwc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wwlzlz2cj0e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kelesfqmly48c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rtj1c94syvj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dylhzgnfbky2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpbn21g0lc9qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lhmnnyskc721\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw2tmn1cf46r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyy1dqs3et7m6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dynxv1p7wtls5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8llkcyexqn05\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fel8wr4jy8xq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srw67d0r434qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6src1e3wq6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownJurisdiction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98lf9jr5zj6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j837v7jygm61g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ws0my9xt8b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g8ehp5qt4pqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x85jght4ln77b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydgm9qmbz8px1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m1cb9wkyg3b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rmyewwqcqcf1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxqvmgkhrs1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56md3ndhrmvm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxyeq5wx5zmp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w323lplc5kf2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykydwldbvexv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hs194m3vt56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxp4y34xnb20g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m857mbk0m3y1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v221p4r0s0798\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6dr0t4mynp8c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearToRearCollision\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfwxt2m0x4vmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dxcmbr011wff\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyxstecl64f91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhbfvtmdlnt8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18vk278sf11d3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpp9n72dhkhr1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EA_PRD_AGRI_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl7cty2x30cs4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r2mjxkb3j5jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdk23999zypm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrfybzebz9eg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dsn281f3dct9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm6m0rvckbye7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg9rhyj3pf3pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9910_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwx6jxp6n6vt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvxvytf7btkxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2m5qcqky7x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shjy28gp4gj55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb2knq6hml877\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7e5vf95mqlxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzb2mm1s1n366\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPDL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2_HealthAndEducation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bh1fzbrvddd2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_STKB_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p4xfedvkm2sb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbqs18l5721g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5gb025ptrs63\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_PRV_SMOK_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ke0c76ds7w4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xctgf0c88epc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS23_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9nh6ldg6v58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4mlrnqdnlncf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v90cnxdrm1pd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother41Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vecg9h1sq1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc8t7sxc6ydn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqwg1n7rk4z4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc21l8hpx05z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx8w7jzhdgz9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwhpg1kw67ch1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kpcxqkfl9g77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zpm8cp4l5wc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m9tl3h3h3p8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex1cycfccw01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llv6nw12k2x5b\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elpqvll3gs0l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp6v9l9q6rk71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57t1hv59gntpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8tegz6ggsfv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drrd5hp6ly57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph06jc2ydrspg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98j8qv518zs91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3flr53f6czw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t60mqdn4btm7c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--TSUB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtnk8t3b5wlt4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin16_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zgwfx3dghh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/764he5jq7pmjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kw6ql0bz3z92\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9f0l7k8drsb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp29plv3k58w1\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SampleSize_Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9clf6el5nv99c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd1fxenj6rm92\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6k8n4891g46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n28kfz32dewxg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3874hkv8m773d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jwyjqvzze296\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t16qlbttc6gt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk80mr857prgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs5bbszcsd57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myd3m7cwvsn7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dndzbx95fd43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq1zk9le88mk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2ppmbndsqxc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrtmftjvzfh73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t226z8gr34xx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtf5ps9yn9623\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"InterestRate_FinancialInstrument_1Year_PrimaryCredit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ws1tyn5gqdbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4cc71elgty73\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1rkfv3fvf4mgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n54mpsdf20kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crc8vk6xsjb9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz2tnntsvzw0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8l7by2xrfq82\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52sj4dfvze7y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0nx84lnped1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b68pwnd1pd0l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re8eh5c8kdqj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6defvqzb0xw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt0yg9bqh6e23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s736zmg7hzth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xp3e3yle7v66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2gq8e9fwqc67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5661g7q00936\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43q691lpgyewd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7h72vte6wms5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5dbkwt0zmrg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjrmcl0x2ep6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nleq70zh8c2p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6404ym6vcwr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1m3zdelszz4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr8r1pegs5bqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fdy37mvsrke6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46vjlpb7g94e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v166zv5dkvgp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nvftdkhgbzc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slpkjp2yqnwr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qspk0xwrl0q67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnvktb9epz2z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Septicemia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6chh2l962wp1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dr759xvypc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lr524nm6fsqf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpvmqpkyynz77\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trfn1ftwmegn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bkjemcbbvg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhpc3z7j780p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj4rb63s3wh46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmb6dt9jxpv1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0jnbbleh51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wcr3j9z69h87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egfl296bnx7b1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lblv7pn3m5pv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etg1ds5wxte6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzt8yhd0yx556\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzsldnvc2rfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33wb39fg9jlw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70t5gwkxzszqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbpsz8dg01nh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/296gvln5222xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hkpj0mvs2g7h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cb3bk87h18e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52mje8b98wp07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxrwhw3x455d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4fms27qncmd1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9d529m3vjke8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk0y4knlsbxy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8m0lzkm2llh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwvewe2lbq1wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3v76jcvdx919\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_DEFL_KD_ZG_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnry1bn4j4szf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80kjscv3h6tt2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Telecommunications\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljw33gsksphb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdqwpvc4z0k22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23n2zfqxgld99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y2k0hy2p2k0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr5c4hs9p33wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhr3hg13xv7zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NationalParkService\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppe3pntdhnb4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ghqnex97cxbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsykt8ykdhnhh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NG\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f86jq74yktmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4scwkhgfck4g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdrcqghk4d36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbzvtl9bzl4rc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yfp1h964ddq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5thxkrp0e5t9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bnemp16fm6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_600To649USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m9kx7kx46ms8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j89tzjjp6z0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r5005h081zm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk86r7bxv8c9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Influenza_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInNurserySchoolPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez0q19z4wgkcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl4j6gcdq8dr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51gk7jlqjc8k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97r7vtsrsxv14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26rfwxspv4wlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l52vtd248f218\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles1_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_MetalAndMineral\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce3fpetc5p3s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f2e6yqf4v7sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l72wcfgffchec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qtglyscexfs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3y9t9z1ze2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m5lyxmy87bq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxh4ycnfbkyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmz30xfw02vk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw82pwx4hrbzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94q0207gvpw91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxbjj4sq3hkc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8sn596kgqqcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9qm6y12bcycd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh41kvfcvnfl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtchxpylb7n4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFSPPT_1_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_COVID19_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kew43sj4ygrw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38f5emw3g2ey8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hrwte1kfwn9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy4nh65q35e9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d6hkznbbddlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnp1rn9nbb0yg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63jzvg9y0sn13\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/256qd5mjr8r06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht1pf0q0nnpdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f13t6x8279pt5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/514eqhyk86jm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dkr8wdkqdbd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nlmr9mexxjgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqze13xf1scf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd5ysblrtjbz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q03tw1kg7rgt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y13tyxkeck281\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rrbx81jv2thc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yedhnbx9s0gy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_Female_ServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6gdlls2gbyk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsvwstbqjgx47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wt8070we6s4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceemje4kx2es1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxj35hql1yhfc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin37_38_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ymb8vexfzdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el3gwvzr2jd8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0emeddx152j3b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTBIOPHA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs6xh5d22rvkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwvf13c7pvl49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge85OrMoreYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csb90erfcn2dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d61whnm35v641\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edbzbwf3ychr4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33790658z38yf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xz2klhvd50gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54c2zm06pd3xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbv23l8qw7r58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkvrj5pxnq0wg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1wzx5zp8lgth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4y6b5y4wkyth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnezyqsvlvpx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdwj9fcr5rqq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1n1s2d392s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwnf2mlny1kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znhw8gzqh2d79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vdm3wdx83fz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7d7dfskqtkvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3ck6v8w96qfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2eep63ee5b84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_VSI_DAYS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pd0yjn4fv16b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e88q4kzkv7l32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8pxngtgnjeyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slqnd1bfbyf5c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w999lnmg397s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z08klfs36zgj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8sse9z8nxkx6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_FAFF_DEF\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdylgl64tnf29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7j80r55028d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl8g34ykefbcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PostalService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlwmc32z58nr6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tf9zbsrd79j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvgvrcq0k8fcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5b07dds8v2g3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceTwoOrMoreRaces_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv81de2p2p8w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwsmx83980w3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrjw0srk88t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpmmbygpsrv82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/010hs7czmcbn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr99w3dlvsd1h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm4dn6db4rg84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j34fhwm4hvysh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gkt06ny5bsd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz1bs0hpx4562\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71lc7y6mrqg87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5gc3f5e4kmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h916lks970gn1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjfrvpn3y7l0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wshymc9sh5eq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t8z1yctddend\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tcfe1jynlrd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmp4dt1wzxt06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrhwk490r8jl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wydqeq6z1eqp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbrm26p7yzcs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x3hp8gddydgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx4sp1fd8jgs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/650xrff8c3hb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzz04qe46yef2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptv5mt3b3sll7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2fn2zv15s74f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzwdx2l14n8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3gt420xl9lqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxz9h79tkm31b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cszl9gbsf3e2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AdmissionToSportingEvents\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wrg9pwdgn2hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6bjfvgmp56eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkgnp92dwg0f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpf20sjn139k6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfthkcwvsg68f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtpjmxp7lrzz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtz65cgn9gw57\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd96nhy08ynt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3rn1nxd3fy0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m14fqx37encdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc5jj3kgy7y67\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48z3dq3mxmhr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvby6xj3pn993\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxzfcbrm9p813\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdj2krfbq1ez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy27y4fz5dlv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v61fh4cx0lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0zzm03g29qs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k938bsglkpys7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf619rmvh8xn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xpj536h2v22h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rhs2w37m30hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mzdh95sdsk25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmh5yvx19yk55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgbf1rnw48kl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytdgjr0dcff1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8y3ne34z9q34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s19ngn9h49q9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mhn8kmt3eb9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjb69j3zztp95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSArtsEntertainmentRecreation_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINU.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pj9qdgztqfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve16fs5c5yv75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d7wvyh1sqwzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbfl4delcj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1st0rwxqv7nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n67071674gg72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgzk1wv2dnvsg\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5m3t8llcnqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/R00-R99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5k9esftzrex1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4n0w5m2nxn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cgn78186nrch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf500lfevbye3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6mzkzc1l10z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15tklm29vj0b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx5zz7xppdx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzyw0lylcz9h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k70gysmh86xth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms0vm89p6y7qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3jnd9zqn7x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q17y1s6q0dy04\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9nlyxr6kjyc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flj48hmt3q405\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_SAFE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_18To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ny2lzxzgdkl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0c394d6jeyjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMediaIncludingVideoRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h4934ks3p3dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsjb4lp21gl0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emljcpwtdnprg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_ABT2NP\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq28fw0x1kpz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USCitizenByNaturalization_NonInstitutionalized_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c0yndktwhkpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt7nd2xpx604b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4kpph3thpxq8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g52sbbngnxf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4sjj1pjv9k23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74n59b1ftnpxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv9bl2zy486c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2539br8bj8q32\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_IronSteel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jewn4gdb38th9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01dj1b7snc5f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ztvmxfyle8r2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2v91py11lnl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPC0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kk8104qcggsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4p08phzv26pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s0mbnl7sj0e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm0r29we8c2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OneRace_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gjyg01k3tfqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42166s94ylyt5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v441yvq5wgde9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhejjtvgrsyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tynx3kskwg2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r34kppz8q4839\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v42102b13bpl8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_IMP_CSBC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwkv44vn8fbh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snxyz69f7kkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hytklw8ss7wcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjw18tyjbwed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69v101sz0h4p7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_1_TOTAL_ELECTRICITY_OUTPUT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/240761gvxr1y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t63rwqpq26v1h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33vlclhw9207d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rzwq9264dbt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np8s1sjdjetg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqk7pmtn6v6zc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84m3w0nfrm76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw85bzxzz7jk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsx7dt36f94s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gjb8vblb56h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hc4xnrfe6cy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5817wvjc0lq0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q1ymcb947yvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4mserc7t3047\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mr7r3m2t2ck3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blg757rz5v0x1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxjhbjfz1ksjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx8x85jrfb52g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bexw0xs9s81sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1stv8k9q3rcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5sk208dbjq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2le16z12j5t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5myqk5v4qcl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkslwrnpx2sk5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/611lpdrt0pve7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy2c43vkfepe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvvzmz5dbk2l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeg3h5tfcjne1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fys0jg4hv2w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3275wd5tqw7j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eymrh2p6xcjvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_VOLSRG\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbxkmgq9c68k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInCollegeOrUniversityStudentHousing_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4e9dm3ttq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/218gt1ztyrlq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdeljnk92k6bf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_ST_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc7m6vg4wtmj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8np3fw3xj6eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m9je1tlgrnnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c8cdfbqepkt\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m14j1qzd3y2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8m609ne6763\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/854f95e2zpcqf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxhnj8xvjcwl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce59t24qqcqsf\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qjp2f865s4v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbmetxs6z23zg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--KR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr3m95ge495f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf4qv50myy19h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e1lm0kyhq1y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655w3w0gqzlzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l25tkr9mxz39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rnmsetjs8rcd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFSPPT_1_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h61vfy7wqz633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5118wt7kxts2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg78yhyjktmmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvqe44kkd7nk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnl8g0xy6cwrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyshmtvr9w1hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx8j6kggwtb62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0wlsey412894\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j82c9dy9r45bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktpnkqgnpcl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmnddm6m9qpf9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGR0_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89byhhg5g84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnsmngjw2svqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptjpvdbsk0bpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0rckd8tzy4ff\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhn1c4sq8yz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxl5v5y7y38b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Geothermal_ElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32r9reeb562z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yspgnbwdh9s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcqed16te0qvd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_SMAM_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ezqxt9yj7evf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07wnml4j60qyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc1sxy2k4htf9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--ER\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MZ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/552kdpes8z768\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg0kqjytwx8j7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhfwvl67pmpr3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbcbz20rt4173\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_FivePointOrMore\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ymkcqkgd3pf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxz3z3n1nk672\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_MTMP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_RefineryFeedstocks_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ste1jyplsqw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/964zzq3kkv0p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnyn488b9xfj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx0qhne71cg1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12lvcs1eengw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td56vkg10h491\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b73ecge6zf2z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ergd75hbfbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j288btg9z5k5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykyg1byfkm9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s0ssp73x61kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m050mzv9mpqfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5ewqrjz3lk04\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfwx2h96t4bqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53jhcfhm0dr88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezmx1eq4xpxef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnwfrj65hkvgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s432by3dh5bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4g3krjh6y4rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rtykx6kmj1fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5jrvsk11fv61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxztgg1lv8p02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btbzrs5hken95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwxhy804fg2j3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmsel9gd7bfmg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sf2h5vmz4gc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70kjekb6wsveg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzm86ct7ngvs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhdfccct3pdx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3cz8307s5dr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw3lkv9m9lsq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr3c879m10n56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0nynb52ge52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckztys0zqyfrc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g15vdz1xzc6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0k53mn7v0s47\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9m5b3186z2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m22kqr908ll3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCServiceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lgbdf0nk24xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmsr4e2ns8x7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SM_01\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f57ksm077jp3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p8l4q4x21vh5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_Households_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbr2bjednpe08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptxfhrzqym7f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9me61ydxj82\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/v16tkfsxpw1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkmhgkk4xmqh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FNICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5slcg59jtm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2l52eectrwf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr9tfcv1s5v76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6js2e8pe7kg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_SDR_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tfg47wmqwz4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck3vm6877269\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdb1g6kbchw04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwn34vcryqf43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SingleFatherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Sodomy_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hspep54c61my4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/34se1d9gbsn46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3wtmgs88gyf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smytzhn5chpq7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_AUSL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_1_G2_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n4z8r3n46w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdf9gfw6yrk8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd8k8hwk4jxdg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enqgwh59ckfp9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95wenm900t1jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchdxdnp3qsnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg6bkcl2lmm3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xssvqcgqksxz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxel9lbkk2s4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9rks84c0kkcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqyh7p7sc6z08\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w0e0p0dzj82g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfkdn5jt5mf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e73pp193j9pb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8kqr6mblv7e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbbb0rsj7ts49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hecfql6gmzecc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m5zxw11n7bkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v7y1fr3myyd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv235k1x9ggs5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jlty8b2srzc5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zrlr86zt61yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htx7sr78lehvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/P00-P96_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjgdccmlnxykd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n1mf3bg3plb1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2gyg5bsmmvnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t6vj7qc01v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx1zlppctxped\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hj10e7cyfc41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvrymsf2ks812\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms5nlfn3zksp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztdxb6q56qx02\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsw8ltbt9bk9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCORX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wkpwwkd1nr7c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj0cekklezf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jrl7jbt7540g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wd3j2h876sf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7p5qbxf49328\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p44r0kyhfkm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0fhexfylbkm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkmh6xxmwcw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6s6fhbx0b3w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnmtez318dr81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccg0llyvghh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9102_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/x90hj0xyzlt34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfqye66kqlgg9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_GrossRent_HousingUnit_WithCashRent_OccupiedHousingUnit_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dewwhyvl734pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eehvcmn9qe509\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntet2jhlrqp05\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_TransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z9xwfgfhpfyh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtps40rtzlv3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7kwpxmvee5w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmhl1lbpn96l8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DriedBeansPeasAndLentils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95f0dbveypqy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcdjmmx5y1tcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0r0xcjh8988b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ltdjfegydr8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwvgx971y0hd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0390nss41vdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxhwfrkqyndx2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--LR\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ffcpren44zc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyr4vdq26zfgd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_6064_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9rhcdps6n112\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SAEL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8zpmn3k5c389\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5m4vyfvzs1w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpe8ydnh1mc85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5308_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ldz69c0vn861\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1969OrEarlier_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qm9ep9z5e238\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psr2c6jn3j846\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5127tbw77j283\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c684e489pk3t7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehnxs8ytnnqv8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb67n55rqbvtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5r5w3xzz82xd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42d26tds7yeg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eenv7wdlewbt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llqww1x23vlfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfk3ns98684hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TemporaryHelpServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/132ll878rn9pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1kbqmxkp35g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7833qv9595tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw6f601r1mvcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3035_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmcbk8blj9d1c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28e9ygpgvvkt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctvj166ccj2f5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c06ls8y0shp2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_Federal\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06gydjmnzfxcd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWTL_K3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13bje2l45bgeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e434r4z982pr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3b8zp82jf4f2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkc3czssl2tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tr0kzf8f92hh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_BSDN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_Manufacturing_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRURI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Phendimetrazine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pvq60ygzlqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnt2clfq8mwnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mey67j27rp159\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmtgvyz432cqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Humidity_RelativeHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pmhn6qzb5w2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9436m4mfdl7w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmhjekf4z1wr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqx9v2khsgw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjsfjcxpb8rz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vfvdqv4h8q3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t6gjxg3cjlqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk6mhlnprwme9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g6rztp2nglv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7dvxnl8sl4b4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/118mzml0swhc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9qvpf172hd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv6zk33fj34g3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_UnspecifiedSector\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfw86eb65681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mwf82fjsz8wg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw2hkwmqv9q6b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbpyfq83jwl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcst1gtcsqh74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd22pse5tjnn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_Demographics\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8xk4gp7hjzh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxd7gcfe6p5d8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5pvnlktt5mcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07t9nxrq32ev1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5ny9jd30447c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8v1dgrqky5n4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd5jevp853n2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHN_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wf9h2x2n2f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byr07bv35srhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk5mfr9mk3ry9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR52_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x92tpwwdm21p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23errj4py11f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv8l65cvy5dp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbmg0n45xe51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53zf796yvqqdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19se0dwtwse1h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64dr8cd05cy71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzjyfx5nkry2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8q14lkbnht2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqndnxw0j49r9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_IlocanoSamoanHawaiianOrOtherAustronesianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqtde17tb02h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0bctj3892e74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79j9p4r821eyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejvx06h5qgrdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty3gzx6gvtl08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8ft9h2wt2f59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4yjtprflgmt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lh7bf4kqfky1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_4_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bq7977xfmb26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv9pl5ym73vt4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w06fjl2wssvrg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1519_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1b0m62fyzj47\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_OFFNL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Utilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25xgzpd5d02l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glvg10m7vsz31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7ngzce27zqcd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyk8l0rvwxmv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH90N\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4xqsm55me168\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xehl496dp2tt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39915tnztyysd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7x91s5qsh766\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0te3s71k169c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_NepaliMarathiOrOtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fgbb4js8q2c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37d719xfxqc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq7kymvc3z1t5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16hbe6nxg7657\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hfmh1sq8t8f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwqxf0ysxcm4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9yz0nhxtmh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twc0zb0ztmet6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dtrs1ss5jrlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49rpgskdbds59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4jz9sb1c99lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8117r817xb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvxl4p76mq7gb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ljpn6hj8qesg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxmnm31cfb5v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5qd7psht0e1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch0xz424k1jrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rltfmwwd4th26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96312d2x6hbv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egrnl8l5cgf89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3vwlemlbm7w1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20g8pzgtsj2f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y12t0g26wld7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxc31zcgg9mt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkclxvxttcks4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh8xc963mkeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54rfgh9qgp7w\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwwpxw35zfde5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91w01lw1sst6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62t23jhs1t5ng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_SteelManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2l29fjtyf22b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09qtznwtre2p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61s4fv2n6hdtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6svwl52p4pybg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjm71my898sn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdw7k39ft63q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9908_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl5sv6vx88jxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krg3gtkj7xn31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8rvf928czsq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/137gbsw5zvvyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DIMF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ysdpnbykdqqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98bhg9nlnqyb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq9dw8ss3sqy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bw8twebv6md2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rst4c555ndm22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfbnte4z1wcs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Norcocaine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2f2xmb5rjbnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtmbnn5ylejd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05231v77e6469\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xqvplcf6rr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjlsms7sr8y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s95tv9k7961yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg47hbmw841qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5wwsj79fzdz2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_AIRP_FE_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y119pw8ff6nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t188esh0vhky2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_EntericFermentation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f379ml5pz57m6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68ms5rr8n926c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e283602t44j62\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1lm21fvefb7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp8kcdpz01lth\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d7cv9jvsk6vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em5ysxsf96xb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjd3s9zlm0eth\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wdfnz55ss15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j81by6rptyffg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w4ckl13p44jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k118k1353533\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe9624kqkv6r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px1x9sz0j1wng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbplpvckbc5gg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5flwn5zpm2zj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btps3zbtq959f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnqfyjybvze64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVDCN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcxvecgpt955d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjfgkrtvh0epd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9wb05e2x5s06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsexbg6cpgh8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxh4tyz8ph4lh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6rv9qyh55mf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pswv1m9dws961\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlh77gch96m96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82wvc6kr7je45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw68qeb5tbet8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpp5vpx3l2zyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1lvb0mbrkyef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w95b2vyldmr24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7p9j0408442\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqnmflqzztkr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwmwttm5e1h42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcry95reqpy23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0071b2ym8p66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv8ltgcxttql7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zlbt3dqc22v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqf2ezl2nxrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly65tzmgrjne1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk1kjvzz4eyg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEHHB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInAdultCorrectionalFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSEC.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8rg7fbpvljz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7pzrqg0dzd34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntvqzby97107\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdrr1dkhvfyh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/borrow_any_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jy0glnpzk945\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R10_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dwmzph5swe8d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G1_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11yjcx7j80jy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etn6pxrcd5h67\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slh72ljhl00b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithAsthma\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fphs3xmmvhvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzy9ssjshx7wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yklq5rpv90051\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntendedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f18fjymbdgh0b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxr4sxp8gvf4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyef5lfy2hmf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ParkinsonsDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_STT_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g517rzqwd1s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1vmpc83tw64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmclcz5h9hqkg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--GH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22s109g2l16h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g46em2j53sdq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pehd345t0vw27\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs2v6ywdnebn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade5ToGrade8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTCPT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_27Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt950pccgh21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmdwqcddhm26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weg5n6y51pjr7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Bufotenine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhx773vbcfhg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p22lfzqz321qb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02he17h3vhv6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f5w588cl1bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j073x0d8w3fc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y02j3dt5l2cs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zcj5sqlqs28d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwh64tkg1yt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WildlandFireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuneralExpenses\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hn6t65e6vb12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeyt4c4rmgbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjshygtj2msd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j610cn0tlcte5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkxn0mcdhv1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/306pewv4p95ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np30zy490xex8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDirectPurchaseHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm2vjd9ke6h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs20941jgye59\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5wz84891j0jf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_4GNTWK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdp0wmnxfz1bh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6msby6rjdpk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2n2l7c6w4wl8\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efydsytlxb456\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpbs5mb5x7g6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyh8hxtfm8qs9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyn51ewzmhym8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RBD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g06cqvny9mws3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8rem1277nms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtwg90sw80kl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj8y0kk2lvwrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_60UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352pcqx46pv39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3e4527zxkq3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59yhjyvc0ekh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4649lfqrqrm5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/291ggreksqzgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78g4ewch7neyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmp2gqpdxtz52\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z1cqpydrdx69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx10e0x17qe9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr2151m439kv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhf58je8cy26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdccec4v0cclc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs0gtjqllt1bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzz2j7bmkjz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x2v96w3dw2d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpctzesbf967h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7828s1erc3jl5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62vbs7lsrxwf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnl927l7dj6z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkj8ltvnjq9sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGSFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbt3ltw6kxx15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q2xnh02mrjv7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tsjbl6v4kj83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h0crkh4s4qh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ljzy4eqd7b5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn2c576dps4ec\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bj0njevexp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezgkvmegpg521\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy4ft6yynmkjc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm09n4kbhgr3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddgrgspqxr6d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etbh3g8ffzn38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl06bp9mfngt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqz8bq330j3y9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3xy192lkj9nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mqpw4qxef063\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shvesggp2eng9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40dcrxhxzpej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhkv8t7rr0qh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy5rhsp609f43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3mej7enl53v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gmzsz4khw7x9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y2h62c51twvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lb6q7cb04e7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ztw69q6pyq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Malnutrition_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxmlfll4jbvv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9f57ycyj32dh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6x0mjmw9cm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb0462vzlsbtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmf3stcxvkj38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3bmfle3d90z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdqptzzpyvw07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/249c7evz5x7k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vb570bg6j2xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6r5cgdv6dj23\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9ly3wlwq88m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z020p6cb3f5s\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qke0783btmp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z33rqy4m5rfcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw10x0p7hxg25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed8d4gwzd2v2h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhfm4x4xnnd2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrezbc9z19yrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntmc2t31zhd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf09hy4ferf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnlsmkdnhn879\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9knk23kw169jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmg6sxjpddbr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6rvpq2mm5239\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8nne16tjzpp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yhbtr2e4sn09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnm4kxq11hhk5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4tykjfye3f4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82bwb6zlbz81f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_Burglary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d4c0gmrdlsd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1599rsje5j66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpkqjslkwknbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2017OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f1yy7447h117\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkrf6154h90th\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Influenza_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/954n3yb34nj65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n04eck4xgh592\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq9fff1hm85g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrfk10n8k319g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/I00-I99_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hj1phtnk7pg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31kvlrdfx7dnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xe7jhjc7jth1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctr6ycx0jd7c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d87zdtkd0w46h\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ebfckn7lhbr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls29tnemw07f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td5lxzzprskj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmv354th6xxyg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvr0vdleczxld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z84f2bs2bem8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew95k4kr35jb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk8n51l5sc4g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb8xl0870v0xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2nc3bpzb8ym8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb2wqmcrlbfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2fc25s2c1t69\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zm8t81h5kzw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz2hr5rxx7hk2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xx0z5c7ccpm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v88z8e5jjj071\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCOUP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7en2lmlwb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk4npe0wztz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_PR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3heb0wvd5b49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf0hbjneg5n22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct68lhcv0fcy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczsr2bhx6jl7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G6\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjhr6f0np8y8g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq73yjgd5r7md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5r2ys8rryjxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ActivitiesRelatedToCreditIntermediation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3845wjrywhp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkwygn7esy0jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84rcvrfl8exl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PepticUlcer_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_BlowingSandOrSoilOrDirt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htf0e7t4hvm81\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--YE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08b7znnry3fr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw88zxls8yv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndc7cr7q93bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxpwk5q0c594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fje19z87x7mvg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kscyd7e4scl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqsc5k23ml2b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcpbeyvvs3smb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00l85rkjk1tk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6hgkj16p6kr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzvj9xzkdyq9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DM10_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CementProduction\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2068vs9nvpd1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb6th3c5tcd92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtwq4w5mkkp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrvjskn9d2y85\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b09q5wkb9xxkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgrn03t2f8lk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df9snbtn9dt91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7s09106r7ps8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5ll9rvj2b8j4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8fybbtgcf4w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n846ewlxdthz9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyht6zmdhe00f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv12jhv2cdmxb\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/NY_GDP_PCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f3gb4nggmfe0g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t08nkfgcmth5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lmpffyq6pyr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynhbqc918dd47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36x6f191gvvmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ck50xl2x88h4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xf5c9g15q33g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwt5cst1v2rp\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb3kqy96lj21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mycpvbrjfsehh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmg616rwemk81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brz85rkh7k7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czpnhntrg1ez4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkrptrm6q0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtb9frldt5cm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq0ck3m060l\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4549_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sngp4k7wkzz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfmz9h5qyyjhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5bzq371gfmjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbe5efyzh5x08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithChronicKidneyDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16tmqj9hly209\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hb3vrlgdgvp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjszn821ty6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tzq24sr4pyv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g869scpswq4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8551ch4f3cf5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnxz2j2rzr03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75lm4dtv71v53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71vsf3ybpez8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75vpt9z9dz3r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xwrew2hlkx47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HurricaneEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yh1tb04cevkdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qk6l8sjpzy41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drb72gnq3gl6h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y49km9bb0weg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntczwvdmne845\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhgp44g7scdhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzrw82t57032g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw74zndjvvz6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p6q4108ds5b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx5elk2vpv80g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr1q8gcm1dcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwf3hsc24cs2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhjh5y2lt4kwh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglw00msgy58d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dgty0x5gkkf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3plgl4n0hbyf1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4jl5r7w0v339\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv34pftgnwtd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51em0wk3sdb62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vtde477feqxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blyysr9kh1lm7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kqbzk2zcvxx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e56h42wrwxphb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy5svb3hrnk03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8g38d5ttpyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x74e6h68m25t1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7rgkk6eyeqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67g5c6pr4k2p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7f5rc4bvc55d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhc2qkr2j1x08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr5cs6df9llrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enj7esnzpds78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/A00-B99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wp4ppf509l89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d6z1hghmlvs3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vs065pxh6scg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6857z1qrf1fm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rdm6w7t0e5ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd3s319epfz8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21t81y1tx7pcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gd3x76deze4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OMR_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s85mqj4gty25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4mln3zhgtj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d32b58cqzzhc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2tw49pxsj9h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8xby86wj1jbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd6cz68fmqrsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0b5yffm09c0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz9t5f60bm4z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/278gb59bzvgtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr7kcd0jqxqx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee2b6q467re4d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19q5xth5rjfp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk6e9zkmhhtk\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1weejgwpl9kkg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dneks4e5304ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwjbmxzwlsl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4txcxkrj4qf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evxyde6h38z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87gw2y6gz08b9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xvgkzrfww9e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqg4kx3g15q5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylpdzz6v3yss2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_25\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/pnmwe7ryrdqd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f11c5qcq4qdl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp6b0k9jfsdm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wscwl7rr36rv\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_OAEP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AllItemsExceptFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yhj165c36d2c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72z6jftkvvef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywczt4y94qb78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2vvy0y5zcn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v875yrepjygg9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et910p0505305\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqmtv7k7xl22h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shenbee6gmby4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x2270lntv3f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rev2jb6lp5qm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn4bf8yf54xp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gcxenr85sr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp869d4dq32r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9970zd608ymc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l7rjmrje89e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mk66d79wzp16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn3v5mvrew909\":{\"byEntity\":{\"country/USA\":{}}},\"dc/engwjnytzwhs4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r9l4gfw33bzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40dex4bjyqfyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnwnydz45ezn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FarmInventory_BeefCows\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dbe63hscer7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0n3rx67f9cj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjpelpp6vksy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8y8ljp01fz56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8xqy0psn8nh8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bvdq40k47k9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73jcgy64qhw41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0btxmez1qn05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmcnh0zjnc4jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000To2009Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r8857zp5v8v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq0sntj5fklf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95gc6392c35zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_750To799USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f84ghgeg6bj48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s96vntsgml30b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbsng3651lxg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nsvrbmcf64x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ljvtbtktkc13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82ylm3v74l4m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt47z90p1pmp8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_JobPosting_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar100000Onwards_WithIncome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p30kp5sr7jncf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebn90v9lsjk3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xmrxl7ztb4e7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75bjbg92e2ns6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ysv2dywwh244\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72n3v3syhz285\":{\"byEntity\":{\"country/USA\":{}}},\"dc/761c2w7mw1n29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r82fj9zrw3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93z1xmvrlj52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkwm8hqrkmkm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t13w6flb7f2pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vssmbd5v46jyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r535gs2lnxt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt4tsry1xhtd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gbdq2kh4r9r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8s80jl7ztvbc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Farm_ReportedNetIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfqeevgexbeec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dp4rf9v9ffj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9tr3z37exw18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsv4srfx08h07\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MotorVehicleAccidents_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19kk1sp6xhl16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3tsvqqgs7cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz9ytvylf0544\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zve490fmthml8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3mjxymq18mz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfy6r27mq5n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34h0ssgmbzv1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4klh7s7tsx2l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7l76q7bhc2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPD0_VSD_DAYS.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38kbyenslt0w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t44cmvc585wsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xm478w6jk9k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mywvhn675qwz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgsx9wwwjvxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxkthggwbv5n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21nchtqqnsyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1kgs81y0k118\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rptp2qk5le09h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf802l4de8q2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys5st5fpyxby4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z28z4j6449pzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge55To64Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz5y0sqv9t3mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f51ffvs70nwf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_YiddishPennsylvaniaDutchOrOtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb7nhkcenbz48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exe1n4tkrqrd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6h8kn2vv133h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dzfqdh9sl671\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jq7qrlj2vm98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpwdptf6111bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Codeine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cen3h8x2dkk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz2e5x6msxel5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j32em9ms3c3jh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j8nfz7fg7k7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl4b8zrel3xn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw823qkemnvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/des1nwk68b5w5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b8erbbm3gpyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2mrc46fcvjh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywk43p7983w13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jll894xs0k8nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jww9hwlx5zpnb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kzz6j9tjgc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty00chx0js2m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HeartFailure_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deyb5pw4v7v01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fne19p6crwmh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wzc79y0xy8jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe4mtfpzfjc3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v70dqx02g4k6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwgbmvz7f0ylg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r02n42dy26k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt5x4krd4thl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4c40p34e1jf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9we02xt2dly7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2c6f7xrs1e7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44j8gqdyt7ph\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slykk6zt8wf1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfc0wfg72drw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr9re06l3gerh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt9h6pt54w0x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxq2fthe4nnmb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke32ex0q2vwkc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6wv53wbqklch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnglc3c8re6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfnqmph3jqkr3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3eztgzwym45d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3wq4ld5bnv68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81r8f03rbsrh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz92g8mn3ltl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmpgsf6y8z7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myd6311ld26zb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_RURP.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hld5qhzm3t458\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhebhpg19jwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvd4vhy9fcwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtlfg6kem58kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v96e3evwkej71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jc9y2fwbvlng\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgje16rrpj56g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hrltcsyj2mcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsmglergfnm82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w26t54cx4ncgg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25jmn94yqdhk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j2re2680dgnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwhkzqtkns3lb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCProductionTransportationMaterialMovingOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7189fsq9pfb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f44m5jg6v2wr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderAge15To24Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdgtcmvmcdc45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainConditionsOriginatingInThePerinatalPeriod_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c2763p0ts1k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vbn4z7kg8p2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m95k426fl20nh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9r63v9p6v7bd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw5jg9rrm57b3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wm6qpvcljk9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s1g4c5hz0xc6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97xwt4jc4gmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fje47lys2hq1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0glkmemye63gh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w7r5l4yvd436\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y2re40gd1f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5j3vjcn0w205\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmyybjgtxf2h3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75sgknn2ff5z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1x7y2de4k26b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwebh3hegmz9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfnv38wz03kr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qhy5hl0bl18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3ykkgde22rv5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0le1w720k3ym9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d12brlgxwfh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gf3wnx7szs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pm4x9zlrbd9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reqs1scp8xkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frcv7n97dgfng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm9s324xh3gk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbbdm2hdsbmn7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4b7ttfhn8km4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4006-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g93zt9gkv3z8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y5p0gpkbvmj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9ypemm5bdn1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m5yqzgzcnwx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybc73v02hzcm2\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edmg8ptnh4e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exgjd9s8tbzw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h1qcnfslbnv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew06pfd3x0dx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v89dvsvynr955\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5vt6e5p1zn03\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jfye9445cje5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4l4ept73pmnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdm897cx6d016\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p835why4yp1r2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj2jqbxvzt2h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vj5hzpgtd909\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6q8e0qfss85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcmq4njh8wtpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg5gy1c1dylx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sgxfjdg2vfl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzjvvygzew6y\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7tkebdmd3f5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tl4bmrv816cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n0tgyyq6mg06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6jxv3qw2pxn4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc3kc5ql061zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hyn4l8cx55rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlgbs54es7chb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we01prqx8g07\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_EYRS_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7se6n1byczqs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9010_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ny5deqprfptc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--23%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd8ptwk7j4ty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkj84dgwcsst4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtpd1qls357w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyt8m5l6rvjt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7dex9p8cyhhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8qtzwn2x3jb\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Information_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yycgbd16sxy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcefbsk4bnq1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35mhbz9c8hrp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb5g8hszsvxzc\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate1990_Max_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1knkbtderyjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk34j1jy8mdz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HardwareStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--SV\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5104_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Native_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wng8bbll4zd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_LessorsOfNonFinancialIntangibleAssets\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kt2z6w8tcex7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.AGE--Y0T14\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49nvr01qhbtn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpkp7lhjkb4sd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6247s8558p4q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionInBuildings\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d29dg92t75x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR05_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g4mcklr4tpq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dmce479dnlxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttw21ncrx9hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/884t7c4w9rpy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q8wk1t6ftf7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck5vc9p97mt76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek9qfwergs5c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm8s3h0ezqln\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqqehs8kfnyp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzt6gw624fzp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_Male_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zh9lkectbklh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3539\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw8fsfbzpyyqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9pj4gyemldkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjv324gnpcfrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_HospitalAndRelatedServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lq2fk637zrsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekzt2qdrdp858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thhd478lm9f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jknr7fq4yg3eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother42Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wcx3y3pmr3l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5qkhd4d3rkx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt83bb3m60t58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpnspr2jzk8v1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e07y5fc9blv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs89l7xp7w5m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwbmxs2q9zcgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_03\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh1e6ttztcwz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thk0xc3rpdzz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty50mhgw9g6l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvwvh8j9jzqw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcsy0exwzgmq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qq4s1cmdb2b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9pwfp4z2vgrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsd4b3cb1qgs\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hrnbszd5wcb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxzf7cdvx0zx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw47hjtkczwnc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zqjnhmjrfb25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c10tt7b2h4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2xjzddnpypx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0dj8h5ff0xb2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With0Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx17x85tqrte1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lsprepz8tb16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValueUpto49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rtc4r9f5ypqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrhqbkly2yxp4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Power\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rhs2l92sj1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ebmzcxxhdwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esfg71qkxedk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pcx89t7j9bq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvlnmlp36ycn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nscbw8t6j0r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9ky1c7ptl6w9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_PreciousMetal\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705nj61qhnpsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7wz6eel4k4td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4vs7ys6rnkc8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--MQ\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_WAG_TOTL_PB_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgmdm5kg8546c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mgwj77k8k4h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk69ve3v89ncb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1mbd2h1eevwf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG600070\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_1564_TO\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother35To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28cseepelxnp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h450pw2x86258\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lty82txyz1s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3s4p57rbx7gg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_REG_BRTH_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvj99w6thz6k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7g5jthmczq57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx95m601m4tdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6xegxbxtlql\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_VSI_DAYS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmwqkm0et0cj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyg8s096r37j3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c235p9t4n1ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntl1n865dm4w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny873d32046p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqb0l4cejlfyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe550tzr023m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2svf89665wbx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zk2vb3jpqj95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8573vwfgkzd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03sdzdlrnzzmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IschemicHeartDiseases_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAfrica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_50000To74999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zyk8lp58y0wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yynyblpfzwg1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dxr5t9xv7cyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3wt0tsfrp17h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnhc36svjxkg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gdfq9jkw7fh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss2x8qp4r70m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tetqgrtdvpmrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSLB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfskrmcl5krrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectricalEquipmentAndApplianceMfg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwsq7pxldy381\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/945jebjzsppl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ce5vkd2409g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3exbtjttcqef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddtt95rj106wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6mey36zh7g9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hen1hpmw8x4hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz2530hefys8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q91ftdyxygkv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pdzrx52ss0m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsm2f14n5w38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te69lsmhxktz2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_GEN_EQU\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzdxqxq5jef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2cmrjzpd0km6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_PWR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5060n7lmvnpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqg7jxh6xsrsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh0qxlvs2fgbd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F800\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsgk7cgqej1d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w29y1ctt70wph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7779cp5c9k69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1vx5hxrqws4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mppqzmsdxh65d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhnvcbrmscyjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m07xzxq9q7t49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr3kxllfdkhzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2014_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5bdeynsphprd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bsgnetk4rrnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mf7zp6680xvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3v2cjft3lsm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvn87d21zyf6d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_DepartmentStores\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynmmren18xv96\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n16q734dkwjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty5dypqjhn022\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qgdsy3675nd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7zs8yykk5lz6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlsjgqjdp7vr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl805f9hmjyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcxn25e7eeeg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j99fs2semzjrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n52lcv6ywmcph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/364eb9n3mppeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gwprg14g2fld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ms1dns9s1wtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmmhxme6vd8ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45dp265t7101\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2dh9w9r6e0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx0jlhb1q47b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1psd5fxmv4v3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph8fq5606v0kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkx8rzk0tels7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fl9kt1fstydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwl6qylfjjxq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsmwqfrtnexx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69rw62j61nx8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngd5qb68mhmmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LGGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etv3v8870e0n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx8wcvtgnmhj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCXOnly_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7k3s2nfxj22b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez6s2xgb49lq2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x83mg3ntecb2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_WithTotal6Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeLessThan1Year_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_RECRICTRY\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75sjy24g4e741\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br28552nmymw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0gxj9z9z04g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcjk3qvkykdr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjb0xse7vdh7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7733fe0mgycr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kref4kggs5m8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw22rznzm2496\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4v61tre5set2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm59s0hwqzj2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMUP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gbcpphdfnzm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwh9mbxgzsbn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gd0qm64glkq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx3r7ws9gfsq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rybrs9pp5l5t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv9xmxr9b2vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b552sc9mjd3q4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97f8bs1qqlnk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt1kmz28fqhk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97mqesg08y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0j9sf4efvqy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6etyv430gtbc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8btnnh7qgz5l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w14v9ybd0nlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz95yrj0g09md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IHR_PSRC_MA_P5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdflx60e4h9x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/secse77wkpx18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96s8xkj48rgqb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Carfentanil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jtmxxlqv7rt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18hdpymk96l82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb7947pyfjxl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjzbp8qb87yr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqyqt9g48lsgb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqg8fftp9cq2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTCES_XS0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vb6nzzx0bq3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00328x6skhl02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80e79jz2fheg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhs2jysw6rfzb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822yznewj3s59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st8jg0y6ebe77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx3c4yvk5x2k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcqs3kfsqw1rh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly5t95mv6k1nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fszzp2zdpwp0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw59fhd59dsc6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20To24Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lgr2k44ej09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcpwnzfrrt1e2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drtlwkz7lp088\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/065dmg2ls1heb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjltvlh9q022\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfgstlnmz7jc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d9q67ecklmyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jecspk3jzj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3j2mgnv3fd38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpvyhfyb9173d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lr9x0l0zz444\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4qqsb8ncvd4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slej0qsxnrcr2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q360x0jfynrld\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxdl0by7t4yn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfqjp5mz7cdq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jtb09tdefh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcvmd4k6vw1h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk8dvvyp147vh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p340vzebsyppd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_JPNL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfrmlpphqt31h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bhdzhn7eyxp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwgzdcmp77r1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HealthAndPersonalCareStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we3rsdvsy4b9h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bb93h2yqgkj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl79zwqb0t6nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk4e7j2swtvp4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b49cy0zs6lnd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcywkpyqd1j89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92brlfyq2kr89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dnx32fz1ddbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8f81cb54411\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0270xbwxpjdj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jbf06wxm8tm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwqtq5kd4ls99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veh7xng2mr3m\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq0egfxlvg7p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlk7hpdyy2hsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdmtge4617pr9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xss7k07l29q3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rb9ldzggl0wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t99crfr0tc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkh6gywp7h5w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R09_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12qe694x8wjlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sh49es95mr8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pyjdssjpyn88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npdn5jwtw0p53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm790jkd11mr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v1sdnwjf7hh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efr4e6qpyex8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2d4ztbhe5png\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07fl41gnpdg29\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf34b5l9bvg98\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRBASEL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlw00s3vjcbt6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_SelfReportedDepression_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emtn0w6dkh9kb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lljp54yhkmw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htsm7bdcprpvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8vbhhz9tnjx3\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv6pfk1zyl5x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srgbt7eeex8h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbyc2eyh3ttb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6n75c3g68lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqtmk9bm1d63g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV_GLAST_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/47jqhez5hmbjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfd7hemc4hkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p34k4tm3pf486\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PRT_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prbc53nyvxhw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_Methane_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ChineseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AutomobileDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zede9pg8hx6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx98sy12mewn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rhn81xcsw4v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m86r0ggw2eqy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl92qj0x69kh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mhly5lm0c9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8z6edrdrr815\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TransportationWarehousing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/961jndhtwh4x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br3tp39zqxgx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tc6lq2j7d699\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91c77zwwx0wn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwyff7ynw979\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzlwhmfqxj46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldfkf9jmc936h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfk5br133mysd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr413gbzt2bm9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HomeValue50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ymk8t40v97b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8lwmc9pv9667\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_HLTHL\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5vg202p2lt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q69b0ncs9lnsf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z3pjrh06qv1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8swytjc24lh7g\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r17s9fgyemkt\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwx15w9c4pbl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableAndSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yywze04x2ctf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgye8le9jhp9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h06rtrdhwlev9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tfwh4m5lt8w4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bmhb92tw22vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd4y4js8npccg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl2swhbtbk945\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3dse1kwegyg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3pewb6rqs8j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS52-53_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m4mpgqjcysvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft5pxb6fr8mk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtn95jvtzcnm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z396k3c2lv1ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqlyysl9qgr8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33qg3s2s1ep3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdf5m076349h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3yv80ncnvzf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hec19czw39524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/henmk49q97548\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkj9mb55rq4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6pxz0xhnep4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsgmtq5trlbfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n9xn1v8275z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqmg000snrk94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cwetsej8znh2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_TAX_GSRV_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj7gkl48s8ns3\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dw8j4hkb2j2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gds7sdn7l6h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1ywj0s6tyv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvq0bdfhgeee1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3s54181w956c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrg2qcdv21qd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhf885ewbp114\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/206jjn2v34bq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9vpcyp6mbgx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jce3qsl0r2lp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnj93grgpcedb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr4rvrtq1tb7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51x375rh21tjh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b83tkfpfch8v5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h14wtzpk2zejf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrn7ycczkc6q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS51_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7dyfvwn7nf53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz5hstq2ex0ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2f0x58jlnc5g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3xsc7jj2ypf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkbbp4g4kg5t4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_HI_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7fnmxbwg34z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1fm9kwpw8mlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v47j59zsfcw34\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNoSchoolingCompleted_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_25000OrLessInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2016_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k22s4k7367g93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbhefx7fbw0jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww35w0dcbkx62\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mjdrjsmk9ef8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w5eq50czkzl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Count_ElectricityConsumer_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g5r5rem0ydb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smj313gcg58tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnt2979jz062b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Radiation_Downwelling_ShortwaveRadiation\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pkfcldw30455\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22jpqdlk4jveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm6cyhjbrwenh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynpdfjvhs0vm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n39pyc7xlmq65\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgfvjrdn2l4tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkbmtn3pw4xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1wzq7xb8xj47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3ej80jh908nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj0zfp67ny6k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y19l6rcz9k4y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8zf6nv8h99x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8j48qqzfgkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvzgqbe01p0d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8zp6l08w9yjd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8wpx17z9rhl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp6tw5sbzj63h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_IronMining\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/340mxn8nj0l63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl70kvwjd5ge3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f0mg9qlx3z9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF41\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_CCIS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08bs837zgxm11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mfbxykq7wtr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyg2d0egdb6k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r018bgndc21s6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G6_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shb38l5tvdcg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjn0ck96c0754\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtjzdl10nbz5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qypxy0sxgxl9d\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4sf675eknqp5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j02ss2kzeptzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUH_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSFinanceInsurance_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bltphym84e4fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekyc06n24txh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72q526qdqclqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf3hfsl3dh74g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DHTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/970d57qgwzdl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCSalesOfficeOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgl4xbjv078d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckbkd2nrdmv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymqx4hzh0qjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1z0tvjm90s0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f00qwz87fmvvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjek4cdxqec48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glvleffhg5ds6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyvbpxx2byt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59g54xbxhdml9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmnn3t5pkq85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3y1h8sjgjx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp78tgwpfv961\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qppzk9wv0w7x\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CountyRoad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vmp1xrpd8xfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf6dg2xgtp4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82bertbzcxst1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqpd29sfl7gx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7phg2s3j9c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsh4s32e7tse7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs64x4ygtmbp8\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd2zf7zne18n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjx2mecpb6e71\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4j37kv8mfnlh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_EnergyIndustry_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs7ynbn09m3tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m599gg876fcm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd5w65hnp087b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2sh0xq4xst3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qznmf60d3c59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peb544myj0py3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4p9cg49ktcs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0q9xylyrs0s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpvexjx6z79\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljp55gwktz38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHH_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb4b3008exkt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5chs3djmetb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17wvhywk8qh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9vq31fznsced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06dx5436kynt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t866npc3j1k7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.COPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AssistingOrPromotingProstitution_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3mk1f3wxd0b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_180To499Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sh8kgm8dt5j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm9qhvvv1fx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_Lubricants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqqhleps252tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psjtf07nmxf77\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s7qelk1mlklg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70mex85pk0tv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SmartTelevisionUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvhx1b96hmj39\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbvzlfdcsejj3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0xerpm69d4h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36hm9s8n628d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9qblsv17dgm1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ssey422zx732\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mebplm5m88wwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqpqscq360knc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vze1gmt73hsbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k3sdfd7j72j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7fjctnqewgnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d4m9v5mkqce9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drt445fpdwsg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3j697kn5dp42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R04_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpb5fp2q4mwb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_InitialClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Sales_Establishment_USC_MerchantWholesalers_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7lnvbjvel1n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx20hgre75f76\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts126471cf9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37qn9gmkv6ty5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4xl5kcbyjmnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdxb5h6xjpnbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk41vw8myyqw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzg3jlpvyj43\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_Male_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6nwes3xywqj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8z0hn0mxfct1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjp35e94ypxz9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t5w8bs0s2ndd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v9e81gq6lb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzl1wht9rcp49\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M__ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gt3bvtql5z59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxb0y9n7fksrh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3frbzzchnyzc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkde2nqs35nrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18kv0c3tpfvj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzy7qpr03sw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3374c6skr5nd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckz8g4j7zl4jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05e4jwx23wjz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpfkkgzql5wxh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl4d54tq15e5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzqy20z3eqeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0csbxekcgw9lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdpz75g1ltxk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3y9jg22vrxs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjpy394ffkw2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.43-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b06gt3dccq8vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvft9hw5f5lq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dfw6n2js2qk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tehrmkpycd8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs14r8564xl59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjgxj4rgb0ke5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6jw1mevp93y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dnzwtpw30dk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2e0nnbbk2gkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgnnq1y8n18kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnbm6gnw27m33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr877czvnm0yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NontransportAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fnsqevb2vhb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cmqdjndlcrk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qsx3tqll9v9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNGA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk5dzjzxzr55h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br2bx618lr0s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl9lnw58lqlv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tqylx9q24h51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3wlly8yfwcg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krpbbv1x2g8t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7erw15gy8qlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r61yxtsf61p69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzpf24j48z0n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_DeflatorManufacturedExportsUnitValueIndex_EconomicActivity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxdckj1z4hyvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F600\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2g7jjnycc48b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19w4ev3q0vfhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzlgw8jvc07mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g11esgzy1gb8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h42p9xe3emce4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_ChemicalAndAlliedProductManufacturing_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p73qtmkp3m445\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyzr9j5gx5l56\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_PRIM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr5s5mb4hh4p9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_1To9.9Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zq436nrf2d66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3n1xgj23v6nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4hr31jf0grmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5qtm4ww22333\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_5_B_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ej5e08cqt6t2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_200To249USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89kqjl3ky5cgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0dvsmy026hsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c947c3m5dn2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd9mbzg0qc9zf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vpsk2x614656\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_14\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gdxfrqbj9y35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ps9q9xvb5sz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kev9vwem6w21f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/symqsgfmpfh06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdh1trpcx2jq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvhnggy4n3x55\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneB_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd124dxk87f9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAT_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1brh411wwxs4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63gkdt13bmsv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjshy4v2vmw74\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LimitedServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j0tyfwd9r8q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WCDOK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/xk1z1gdm2w7x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ve28t58x2q7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh47tezxjk3e2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_18OrMoreYears_Civilian_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngbyhqke7b09b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/788gzn3pkwcv2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s67rwfxkxmtw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y5weypqj8nk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s2v85pke5jv1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4h9xsndfl5h3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vz9pnj85zd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDDOC\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2nevxf4bb8bg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pgjdgcehtnf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfyyznl2mblvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b14k2tkqhge5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhr84sb88jkh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxfx04rng93h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjfbp3hd3ttyg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF121\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cym63w6gb3dbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txsqtdn2449n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7lk7tm6yxdp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m0mn09xv79y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdkyq000lgrjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l49rtp40p0mdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr6bpj22h117d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cj7tcmd7lq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7grg3p7z2mr5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_55To64Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzebdsb63mzvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr06qsnsr494b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_35To44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j6xfmrrpx6mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp7h5cth8vmn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f30pcc0jdqgw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g439qtw9fr4sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwl319svbl8qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy0hv9cjxvf2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Hernia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlq94kqbb5014\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3xd8nmjbgtz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73n8chz5m7438\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m85y9mhy3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6ewq1xjlmx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20lprp4vrjy39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4p2xremfh83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d19h55s3lr1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm3mpc9v565kc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jem6hpqdb9hwg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qn8p1m6xx3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7c18tyn99gp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl2hcd1qd43q5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d29xhj41jy1h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyfz8qg48z3ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml5qcvsrgzbg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qftp6bnl8qhwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngvbj6yenp26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl4hjehnjw9j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xlx7nwg26dn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjqzb3pe4m0wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f8tvq5vg5zq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w5b2j1qh4n36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cjh89vtbjt59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8s48r8kjr35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0blbm6tlbzt8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7p6sqc6c3teh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckl1pyb1bnq86\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_ADT_LITR_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24bkcg2jgwt3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cezfs0hmsv45\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8blq1hh2se32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we1pf8ebcdxt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p854b3zl5bjl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2r2nwb4p8c07\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etzt984g5mm5c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDDG_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfLarynx\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt1wcnh4z2gd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fekf4pnm9dmj6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbzc2gq3gdms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dekbt3x68drth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42jn1hq8jy9l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cc7mzfxt3sq5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8pc2df1mx7sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvg91k8h8gdk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.48-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_NAICSFinanceInsurance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6017h00r65w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td7c4dq5pgq09\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TL\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GB_POP_SCIERD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yqxqlmsn35v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwfsbj8fmlxr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs94eskcbwh83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03whp6svzvg63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf78tjvje5q97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfd2srd1c2103\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fg5nbp9b4148\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rxze4q34vb6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTEP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xwq41ymrl8v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsw64lgp4xes1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MiscellaneousStoreRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqj6h85bc68t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9dz1vf26tnr9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sxe4xrxxcyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93elx0bm1vyp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh5b4vpc3zmg4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--53%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwf6q40my4ymd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcgpyes65jc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1ghgnr6mwzc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v3vylzn04c61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnch54d0qezh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_23_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dmycny36tfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp722y6y5mj7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntdw55yk6dmz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls2pnrj6wzfk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84g8kv10vl07\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfdsp7z4j2q2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5mfvp75ekl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmyrvwyw2k5nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_1000To1249USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0sdz1lw7wxy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/310sbez8rypn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlxhqz8mgxf07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msrp17kpwxge2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy8z1qpmvpry1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp7g90pergz9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxkzmqstk4y69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1t00q4q33fh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nemgf3xdnm7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8br7sbv2p8fj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s222d8m9pkhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5bg2zqyc20x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkvnj4rlrs84f\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cemr1e47j6p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l73syfs7xv8r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhlbshtezlzwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwcj3wrr0q8h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fenk8dfk8nw0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb8yd17s3ej28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8pcds0sseld4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m225w9vmfb34c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5t6p5w41n6b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4dkz3xbpbtbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t411cmc54kpq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2q5s3xxlevp9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R57_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vjwxy98r2lp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlslqsxs7q9p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7374dqmrvn6td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s86w0hczgv2t\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpsgv6sg49306\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_PPP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bre4whrdn7pt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j753hhnm0d7s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08793dmf4nv1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5w6bf4z6t901\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg92blm0jnl65\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ery50kwvh83lh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp5df42kskdf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs73b2273pg69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y83rnnf69g0m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwxt5xplbtml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g33rewtyql8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg95lgey78gq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4701-34-BDOLPPP.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4shbdx4b1skj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p21erzw58r2n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y861lfwcwd9d3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgb02qdzd8d7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llfyjr12z8603\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqpg2edzfn4nb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v65y7c8fjhfsb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_SorghumForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ygnzkzyyzknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b306w91vms6f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elq75fhb3brhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e33r558935k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j5zcytz7yej\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf5z80vhjqbw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ybxyhb3d6xf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kf5e6h10712\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3stntrzsfk91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjpqfm0m2vmxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szxvpv7q62fv7\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceRelativeToBaseDate1990_Min_Temperature\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_27Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgghg9b531jtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldp9cp7ee2gg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzlc2e6881fq4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56f49pv9wb232\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg8y9h13g4pv\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_MANF_19ICLS.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v43xgd0kjqd69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86retyvg397m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krd9sgltxds18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v11ceq8441cy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9m6xjb89npqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd558serslj75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_UEMP.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my267qygq11k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39qpdke019mt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfs51dmspj64c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t43lld6vkhp8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NLD_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svmxkcyk09hm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7fs0tqzwvv1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12vbnr9npdrm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gql5hy3f8f12f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywwppxdgbsc9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR11_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1ryy7nd9tnd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SC_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ds6tfvlwn07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v59tjjsghfqt1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKOSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_GSR_FCTY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zrgtzt7j0h62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ttz630yzvnpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc629dk4yeg4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpsr10fkrzzkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk0dp0c01fyy8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p7dy9wqbgvxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khlvme0r64pp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xefcdq5q0p5wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv84s8kmx4qe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jqc3zt2tehdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y5xl4w3l4ys7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ypq77kbdpt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherLightLevel\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44264edc9dxe4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sygtzrqkd6hz4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25l5pxs81vps\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e6lk76pnttsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7erhtt1v5858f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sfr77gdr3c3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq7z9m49d8d15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3dq1b103dwvg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl2tfthctd62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2b3dx7drgkg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMSRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiabetesMellitus_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syq4623s9w4n\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61b8srx7z7022\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfegdpw8b2sbh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k436ebn6vbcw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48lf67sb5j20h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y72wmp3vh6fl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5e5lb7scxhtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klnx39bl6vexc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdlx0f4jexyd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/715w6fd3cvd2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ncd0jeztkg93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqfq5c4x53gr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hm30nc6sdkn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kr80dkww085c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l462ppyyspg02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqbybe2eeglld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5mt8qb6dvy0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ejfnh4bf3yv\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zjkhzevxpte6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ts54w5b5hyx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tptph3jk1kvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z22wmdbvmhhd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mgkw8s87deb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw3se5nmdk9hh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSArtsEntertainmentRecreationAccommodationFoodServices_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dxnl2cdyq1t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/671eebh5tm9g7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8wgwrrt07qp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg62nt85rdttb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m50etb2cfknf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w5z6gqnr9tk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34hqjzc7ef7qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5wsdx9hpq767\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r23mm45khdx43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1z10zgcdrbcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89n4ccj2xdcfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f2xwzgklw9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jym6b4ngwkhc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hegmw7j5spyt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz2twp2n82g18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy4ps4hnv1w5g\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g502my3n4js32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfq3rzj5v1fm8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_INTR_PC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f23jb28ynv3bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqpqj143f90w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpn9d5z7sgc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23vg4h2brnsdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggt0y2vmb1619\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DKAP_GN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_AlzheimersDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bceet4dh33ev\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5tjtvk8jp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1qb56vffb4s3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs10bwqgqwvh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgcxdrgychsl4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDCUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1twlnqmvfxb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbh8kgehr7d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32wwfhg4dtcc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7386c3nd0f32b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pztmckf57wfj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCProductionTransportationMaterialMovingOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8pt77nnnvt9d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_LC.AGE--Y_GE46__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60q44n862y9s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlw5c1bj72wl4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_M18_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7639vzclqrqs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ryx393pk24r3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7fne0lvc5ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9x8s28jgwlp7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22yxl9rlyy6gh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmcem304esry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0c8cg6fmbzec\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86c7c0rwpr718\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8svy350ng2ft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1vg4bkd04yn9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AviationGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ArmenianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/863b65sjdvvbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy0hrbhps70s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg1y9b50wek9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxcp0t8xtycw9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmhtbwm0dqpm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99f188f50g5dg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79vj1cv0z7zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjjztmstbptbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q36qqlwcwlg79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krfcmx863ztnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx15dcvvwx5eb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7cjcmfd4xmy78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0bbfj7jlcth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDRSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rfw2t70w9j01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxqz07m9hlqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrhzxen96663d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zszzpjwplr0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/720kdmb42v3c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evcq8dgpq919d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw23jgnmdg2f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7spy9h6j0b6bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5v98k63n1t9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpgsq3dnc5jc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2c2kjghchg46\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bbcsywpjymrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f41rr9kw5yzs8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnzzml11crb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v97h975ssqhn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1979OrEarlierDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy5vr7yw73s2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spq0mf7l5fy3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfddwdjsdyvpb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_MarriedCoupleFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz54fsv05r7z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv6spdr537ftg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37gsdh0nr8jeg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dclgqzhjxvvrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m76x877w143c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxf4vqv20c9n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8vq7wm3rkgd1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_25UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek7m8hlx8x7r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5w1megcvmcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gd3zp3xl58c99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AmusementsGamblingAndRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Overweight\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsg0brjvz4n6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh83ywwjy2925\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k1k6swjx3jz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EnrolledInPublicCollegeOrGraduateSchool_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yswb32qpvf68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkk7sk80nlvw6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN.LEVEL_STATUS--DEG_MHIG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjdtyxelsvxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b40jrnn6ep4l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t26rl2v8whdth\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zbsdgknysr0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp8ljz95qh0n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81xpj06sdg2kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q9sxhxwgd0mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sck6dtzkl547f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ysxgm75l9lwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez6t78ntz4y04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw47kq77pdved\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRetailTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ddnjl66qerrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfzqd1znrne4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxv8s8yq4e279\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7xhmvehm80ph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7tlv98reyy04\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l2kbng2g21dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5e2ndhnglyq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vffv7jhcm6pg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlxmdc0wzrt7b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_TN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvwwynl8lsjgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58vjd8z2flmqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/690jr0mlfdlv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldmsptsqblq97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elew9qmv2tp5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4q8cdsym9k48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drttreqvph6lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9lv8mnd85bs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15To50Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tty425dmbrlx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dgrz3q53zq31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ee6z30q24kqh6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be7vqf733whh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggje6zbrbdwq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6v5g33ydd8eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xj4djvl5r4p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8dblr85xnkfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3j599vc0m2k\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0004_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn2hkre8em2d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5zv82gw28xg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2b862537keqd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnkyq8jye6sb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x7hltrt19xhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdt2p0r5fced1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_3_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p37pmk5cmkkbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7r2wsrhmc713\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.37-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9bl5zxfczy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7hhssyshsgc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdbwb945lxfd2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1q60mkl1s68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wgx5jf4f0bjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl1n4ylkwwrn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2bwkcrxcxgcb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_SubbituminousCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l4vc77ghznph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f88xnztc0y586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grg19ldn6x2x7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GiftNoveltyAndSouvenirStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnxgn79e8dv16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdrmh96nd0t5b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_XPD_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkfygvsyekv32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqgjhfzytr1w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9gdxhwgthebb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7f3yt7j2nhcg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nq572z0tvqjc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_REPR_1_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t379mhl2jdep2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_VietnameseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jsqqyxbfsb6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzsjz0j4c019d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv9q6hrlqybj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jwznvghzmrw9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_17Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3352hcg96c9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gzs4vntzwzgh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_SCHIPSL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_TradeTransportationUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fnb57pgdtllc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85vwh7jhrp142\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD2VCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVCHN.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestClearing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0je4xrsh1l4r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbbmmejdmrs2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wv73v2rme3rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w6wwdnn1fxbh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl7rwbsdvsfw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z83px99lpb4q4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f2yhb48461q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtg78949wrfmf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhyyqjc1gq431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjlvvwdwqyw5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl3zxqdfbs2ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knrfwx8955ke8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26k7dhvpc8cd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/551wbcchv41n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gh3b6s955716\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlw93kf3ywzx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyhtyhs9efej3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb0v4lhrg9s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcw2sxb54ylz6\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez8mmnet718yh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vhpj7mdy6ln7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3xlbfzqmwrx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdnhp36jfjmzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v84c9j8gg1g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl58kmtpmxd2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggfns9cdcmcb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g843cqrb0ckd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt4574wgc9d4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6064\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_DR_1_G1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71pjhlb2t6e4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nckl4bmpt2993\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngblv9xp4sqs3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvens_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfpp7jwcnhvq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4kdc2yy8fwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tty3l52evtq1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yw96gdck5em4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90pgqrghb12h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64370b3zfbe7h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp9y6cq2mw10f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1clvjvh2v9qw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx0e4q6j2qrq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth289cb99dd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp68xfckbfqkg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FPRV_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16tn9xjlbbez9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zysrtcfn265e6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkxcz9q4w0nyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge65To74Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf50000To74999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_Black_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejm6g255wvte3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htb6wyxv74l27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdeb78d09xt0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kn18tfs8pcr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0h92s624xqxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys9llvks8h5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnllqeq9c0p68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rm5vv6wjfz59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg53ng97r163d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6klhyd8yfmwmg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AIDS_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19rw8zf9xyh8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto6Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq04wv1ywy812\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1wjwnvtq0971\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvvxex0gsqv28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plelbrdf023r2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BituminousCoal_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f7tqrvq80k9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1fj3tg5qmr5d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2024\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sddp4sss61tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvrzyq4gdbnv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v80klfl3e9m7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/919166ltkg5hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgz5910c273n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3e85sm5qpt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_IncomeOf25000OrLessUSDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/822rnfswf1eyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh109dq3d2fv4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eee4hy8ggx1r7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56192z0sddj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/see08dl3v5gl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MovingStorageFreightExpense\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l6rew0bj7qc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfbq4fb5qpx0g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q559e1j2l88rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zht9themqwh51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63pyp1pgc1yc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk7kf31wd3vt2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xsqgbqrnh355\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0sd0s0n9rg02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5elwcgnt28hh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17eg6cs447044\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mws44jswvl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9f6n3ss6fw1g\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqbxc8gc6tge4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorOilCoolantAndFluids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv2fx787kbh92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8w7pf73ekn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8e9n9mwxjqe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55cs80tc3ryvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdst1msh18wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfk26gb6kgh42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmmrfr9gmnnlb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedPremium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/387k2f3pex4s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xzm2ep62brg8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bcg9cjzc1rpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh5442jwz06dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky5fnsfy5y8dh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RUUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j04w1efdblx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71p7kdtggel6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76r1ttx3lwqc4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp043x1yvq182\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ktk5w76z8yy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khpn5xe3qx03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1lcrr04zpxcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1kr8qnnbgqx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xq96fy21n63g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcte4krdb6g3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_FallingWater_HydraulicResources\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h39wsxqzsvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k81fwhsd70s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqhlxjcw3zw3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6wdtr7hlrgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp5h6b6v2ys18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjbkheq6738y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkhf89v013rjf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_75UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesExceptFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1f51ssrr92d8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wsj3tcbp0y13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlsywsl3lvmdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4qkcx9ph00wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m69qrzht8tq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RenalFailure_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s05p7331dysq7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnj8x8h0z4jl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdv30sm9sxdq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8mec44dpc192\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ex5mj9pm03y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de4mlfpqbfq6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8sxh2mtd56w4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_SIDSG\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcvsw7mksyycb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xzbs6m305m9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9qwz87ljpwxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhys7cllywg8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znggzz1l2qwe9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv8wg9qs4w01f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqfy6fn7gebz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bv65qzbxbt09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s49y536kq6ykb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/g3w34ryn5kj88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykbqz9q1mvft1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z18xx8bksjj3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqtf7qv7j95x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnczlrrhm0gx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchInclPatoisCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/491hlj6tzs4gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5br285q68be6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b58wbdrcvr26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5j3nh61kenc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhc06b82fd1pb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1r7zc5se0m33\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nzt0wl82s9e5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R37A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3expr5hrlvg72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g84lr8xb4m4qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq729dpc09r22\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srf17z0jpcpz6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_ACS_ELEC.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAfrica_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz6x6g4nnvyyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0s9jf1pzw9tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzwcf13fylxe1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61z2h93nh6zhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6dmb1xdc8rsh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_Q\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l168zchgvx51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hswxc818nkyq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehez2n99yn8df\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VUA_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfq150vnxmk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ld5fscg5ynlf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_BBND\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownWeather\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ckclk8zld9g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2qrp9b7ptesb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfs9f8wvlvk54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m46zyv8731293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc71x2ygzytz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqewfvf2z9yc5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_OtherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tlxgbbcbt85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr7m3xn03h7v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dgnq9xm8lft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lhcv31dtwbs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmdcw96z6132g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcpzeyjr5362g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hbnd8l8cz9kh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryekbq3kvjel5\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6f0db5cbp3pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m753dmm2ck7t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzrhzpylrlnt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5560_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_NonFerrousMetalsIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stsdjc23cl1f4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hhr4qp4b4r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg35rpz733qg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qw49hk7xp2t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e7t400v1pj89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggnnrkehs7nsb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Pneumonia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rspssxplrg3q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mph2vzg6f70v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcb7bcmsdgjn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwbseemmjm0f8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_StormSurgeTideEvent\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw7xb3c960fnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bymrq91yscjj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8lj49h64zll8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS81_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zn6kk8jh0b99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1pv809yn7zd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52zqvqhymjh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgpb74yrq7s77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudioProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e04pwqnkg8ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvn9lev8wrndg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P5RFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcys60kxp7fg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Broilers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlvvqdss0pcgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj4yw774wwb3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heh4hrddh44d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf43q99epnjw7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv8x1pyh2q5n2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_70To74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xjp381j135q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efg2r5lbj2rs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmevsj61vyk7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15g0fde6tkfzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbqc9qnfn0801\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgxhnhbzrmetg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lyle02n69jt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge85jwq8xdsd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsmd7myhz6tg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2ctxebb42mv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4427x1b6tycg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8cfmjzh5wp1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ets5evke9mw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd415tthvsrlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zet9qsjk3zem7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvk26625fr7t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn4efvtk0ybs3\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Thermoelectric_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3w0lj3jpqh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41wexnnh4pev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/512q8zf55vk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde0y38le962b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sck2lrgklrtn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g1rekg315tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dc7r3krb2vx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71fz6dc4blvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx70r360v9mdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxmwv4m03kf9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjnbmc4tk28d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eprjqqvmt4gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ethxxxl8ld8xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc5sq25l29v6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w3qykq6mtq0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f3yc37hhcl6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvcdn0kgm5zy2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8cgysf8hhsfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt999yl8gg496\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfzh7wjg4jgh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/348lk65dgt5j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l2frty8q44rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br32nkv8e41rb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS_ILF.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyn85lj8c5724\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj6kkxdwgdpe\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.COICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btt4s5wdw3rm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftmpdf7fqv8n2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8l8xm1dhvb08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcz0qfb0ge7xb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HR_GEQU\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wyergq7bh937\":{\"byEntity\":{\"country/USA\":{}}},\"dc/370ck7eg5kp4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yxpwfz8v6p8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wezglf24fecz8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2877e9jjm25q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqcp8jd7ffew9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lmytqy0z91q5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_RespiratoryTuberculosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drefq23sldyjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_XSUBDY\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k8j31z48lqw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xdg1wrwe88m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgt6m6kee546d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_4Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hvyr1y8zbs2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yc8bfetcz1d92\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG03_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04b8ps0qsw088\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bljtmn0hvvmx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msfet5jmnbyn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/805952hrj6wf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b093vhp57mbe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpg32b1lfhb3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_NaturalGasLiquids_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d55w07y474s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4vz9qewyr9hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhenxgzlhwf69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1k2sf5ltse7f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9kzckfecyfmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r747bhbymrm0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p9h62y63f34f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jzh6lbv0r9v\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GeneralMerchandiseStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18vld48qzm183\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_25UP_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrwh6fvyw23gb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb4kv27r2n9ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkwhjynzxfp\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3nfjp5jp2kg3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5309_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjdyrgkblsw1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1539_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationalBooks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6477bd73wlv8b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv98vjlgpmy8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgnrjrvrt4405\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_White_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4hw0teqwggl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_CellularDataOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TuitionOtherSchoolFeesAndChildcare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10tqj7myyz0yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0e76tt3ylxz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn2yx4t8bhb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7st63yed0l4x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6ctllycrc9m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfnn22y8ln1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxp20ln6byw2c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_ChemicalPetrochemicalIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqgcncw5pks1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0rllekq937kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx73e9lntcv41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxcgpfn8k41f6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkhnq0wtf9tn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9lpknrleymp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz9b0bmpfzyxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z83qgnyphd6dh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_INCINRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6ktqlc2gxrk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8701nv7ytqw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2d4fqdcmstn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlnf3d7ejff2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ebfvfhsry8e5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzqpcz975vty6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws71zgkl0n3w3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TE_100000_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndj67y24e9md2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sj59z7jc6pe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hypjfednp0d15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0z15wbfe24l4\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b3gpw1zyr7bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vlrrdkkj13zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr85pjeke7fe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf4tkbrh07ykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqsglpsqsb6x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Forage\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG65_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btpy3mnhq76x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnkbvzh4wtvef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/898kk1gmc34b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgv51zw1detf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb4nhv0h2rsrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx6yym605wfkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzq9sq2822b58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx1r4sm7lrmnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv5n655hcyht5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9yg630hl5s95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7ce9rqnnxx2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwkbx8hdvk4h5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xc7yr8ry0wjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69q5yezk8b3qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w037ss2gc4dh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7r72bbg6vyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5c1003fhdcmc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dyec7zwyljk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5w0fnwr9sqz9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxx4lbwndrdpd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy6hedsvlpcd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkt81bxt84x3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zey6t1ynz3rqh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr77l27gg9239\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyyrqpsdbb485\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eqwj4r6sxgl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs3g9k60mtjw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6ezg1gqttg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9qjyl726f365\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_LongActingReversibleContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoAndAudio\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmbghrtn12hy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Margarine\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bqrbynhnp8h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex593wnp8sxm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xek1ggr543xlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5ldp730k8q4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlxcw41s7j25c\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/HF_UHC_NOP1_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_TransportAccidents_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66rfkh74mf4f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kysxqwh81lzr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le1xvf8sl3pr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys0lfeffpmhn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggn9e2xhjnj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cycxlrdmf922\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhv7808jdh64b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkx8jnvb8gnjc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_DOD_TOTL_CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bdsj9lf1jm35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnx48x0brj9n7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n864xx4rdbw31\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/294p3l4x6wc96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxsqyrch0py7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prr5bmvphm1v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8qw07g3yzk03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FNICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gs69nszpsq4g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6rjrpz57g505\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_2.0To2.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkfgt12nf9gt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85hcezfbvkpk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jncv7txv0g0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvmhyx0lpvdd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_RES_TOTL_MO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cm9npey6pbjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gs0t914z9bp6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7ts3pzz7r211\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsp8q0jfkr72c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHDD_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4vp3j86zy1cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cze9pymwz8fr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftz9cg1rth937\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5nmrrszzs9wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpdz19m6c3bbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0qjhwhtfmjv5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb5356y6dth4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjvp3pe01m0nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3dgzvp3ym9s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqz7j0fq5cj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge3gq8t5gzn6f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fpm91gpyrzfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tcm7vbtyy5yf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NI\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_ADVN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bpvfbnc7xrf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbt9bebwxble7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F800\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xq47sq9bw3s1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ze0b65khtxm1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k33yrl7wtrxd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmd6y8z4beewb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAOtherIntersectionType\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade11\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3v1cd7c28ve1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_AgeAdjusted_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_50To179Acre\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prds6hc2p7mdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sr37j2zncwyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wed8xb0clcmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxtkd8xcm7sp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf78wrcytx1h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tde9lk4b7ydpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ymye7x4tvbjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9drlr9lrcky9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg7zgdnfpdq23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/043glle326xd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hld2hhcft2zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kf1hlhkj38lb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj4dqy6pw6ndg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryyh9dzj0yxx\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf6kc63rvm96f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb06zz2f2vr07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wy7930n9zez5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we66ss8712ct3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MSICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yk93j9qlcsq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8659syg2v0hj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5w2l74nbvb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnh9ldw5ph618\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9bc8j6jlj7tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk49pdk9lf02h\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/przbte0g0g0y7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qk5qkd6m45q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3658xxhn9n5y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z04znqwbjqjcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fdvh1l3sn6vc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc4m3d36gym27\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8be02kvksq\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tne4tprl237x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyy9lk3mjnefg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2txpt6qq6jyk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be9xnw9zp8l4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yly9g259j2hzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kgxnd4f07tr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6kbwggdbksjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8z9bcz3vmqe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n96eht160kz2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rkzp5qxjxpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcx14hywth46\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ex7dq4rkwg74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd0tbtefhb835\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_STLB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v7527hwsqqph\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnv5h9g11np8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55pveg08xxlm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dws1gk80xe3p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n0yzqzmzesl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/598c0zbl9rl61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xek0y5n0eks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq4r8skcl42c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy3xj0zkhx0mb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g2dl1l42pfmf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhezbs54gn8f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bksjwlqd9et19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxmbyqx8ejfqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ktsf95qnhe3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fj8fpyb8vf0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmwv1b4bg5xg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkf0jt08h39vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlxc569e91bng\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C01\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6rj15d1vrr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwhnec0zkqk6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz92th85t91lc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/888cqqxbpcfcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cez5brv97kfbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne1z3hxw3rq12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment10ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym9kc2ryjeg31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9f506f92js\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/432bpjze12t99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvcyn0153910f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5b7ll9mefrsjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chwt8ebnkvslf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmbqxxvlbz8e\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31qvbbxj747t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mlnt4glfs06g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twhhknhcdttf7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq2st6d0tr0nb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwgm87d3qenlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5dnk0rpgpg7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p60nh22mjlpeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To18Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etdb4j7cjnl73\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc58d4cvfjpe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11hcvgdjerp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc4ed3bnpm3p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssh8pk9b7w4c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xx0nl0lb8s69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh37bnjhg2zp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtfqkseqydzw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2017OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cywptbctlx7b6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqd3nfdy3s1q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdb3bnpby4f28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlhylt0fmh7t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t7lxhccptl2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fcg697js5ve4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Solar_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5vfxxjvznz65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjedt6b2w76f5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17hwd6ww93rh1\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_SorghumForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4knt9107zq7y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjls8g1mt0228\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Imports_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n1cjn56cdyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcv4wlkpvyl57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfl2v8y8reexb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqcewzf4p1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8dr1g4htkyg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qctjbjfspgds\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzrzrxsjl8f59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n441bry7t2wf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvmns3lb85h0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxfqe825bclz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd3kwemeg30cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68cmbjxbc4706\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8574b3d4np0r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9gvlvz9v4pd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sntwcb1leljrc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_PC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ybph4sl8m695\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6p1rdscn6262\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91rn80lww755g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cqv67nn7pn1b\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t7p7djhvfkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGPFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftk90excm8dhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j6y9lcvknfhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d6cw104d20zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efg7l0t6w2ft2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmgxl9nqc0yf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v160xnej7nfzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn0e0me72f2g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_Bagasse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb3j7lg0cv7lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw6x4r2pkyn5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f8ebncewqe77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx63fx4l3dkw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcfzv663g81sb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IBRD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FloorCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/178lfhq5n1r8g\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_WinterWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jcszxnxdkysf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efgfv1pbpkf9b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9teksgh61bme9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr8j87bf245vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl7c6hvq7jv4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x12b22y4kvnyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSRetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr99d9gv353ch\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0bsw3bh0m2ff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar75000To99999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9t9ce9y5ms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtrqv5ryr4kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rcn077hv93nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentGraduateOrProfessionalDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7nbj63kcd41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tqllddbkj9rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc15kcfm9wdg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrf2t37v94d26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvcwhns4b6rng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80gw68vkl0gh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4v6l65qxxl55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmh4ezn764tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qdm0cesmsmt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re3gyv9zvqst9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkc2vnv05m9q5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lvzhnmj49h6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h88yy65fcqj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9z4p9q149cp3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yb2z2666xkw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1y0vqxgkvz06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h6bp16x7ckd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cc72rjv0lpx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6e34r3v2dfl1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5nm5ftdfyp16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1n0jbbczpnw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7kyljmrr0e2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky2j1q18zmhr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wysxzgsghr6d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainConditionsOriginatingInThePerinatalPeriod_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfxbw2y9x4z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4n0yjnj9v8v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/account_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec05t8pte6chd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke8j0hmdq7cp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx5sjtyeje887\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqeh1p8wxtpt7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF41\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R27A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--MX\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25dxrvjx906y1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_HeatCombustibleFuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f8ll6h51kl3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf775bdjvgb5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzbd618p9bfk2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_AnthraciteCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jllgpzendgrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdc4kxkpcrz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gpekknsrdj6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwl5rewn6fhjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj1e4q2rb6we3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfKidney_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49er28tx3dnq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgbm3eg34jjw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90jtbc9cyczz1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OutpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxe261egymwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx35tdx6clg3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5whtwz9rnel6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z068cx3s16gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmcc5eqdjml82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37f8kg6wfsfh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNOP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w37335lttrw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps284z4809cx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlkqxf10dk9e4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxpdb7e5vp4rf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dt9zc2h8ggcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5bk8gl347ft3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqp1js8wqf7yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rl0cq7fdehlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5w9m02359vlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherWestGermanicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbk6n8c9p2phg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t7fc8nkf964g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnvsbn235vxd9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h7qhjv4bj4n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edm4y2gsgqn35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycxsbe7thjhq6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2000OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrite_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmh931e8wjky\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg4tlxe1ts3j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kg76lne45k87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wjdbtdh5l0d1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_2T3_TRAINED\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentBachelorsDegreeOrHigher_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7947yx14hz1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjbsyynjzferg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxpy100yv0h27\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.82-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C03\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/617y6lz05lg31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VOE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5nd0exnxcfd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp3qze85lxech\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9100_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqw2q0vcylgtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlcnz0dsvlsw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygs2nn9bz1614\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_80To84Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrj07lylp5m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl9g65msprzy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myky8dm69kkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycqwbt36wz3t5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSInformation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mn5yd7h64hpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8ymx1c4ek347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxp2vzgjn4y36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb8pfvm38hc0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs3elc6er82w5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_RoadTransport_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/espye40zdmhgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCPhysicalScientistsOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbby8clczgf78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjrph3t7g88d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqs4kgbjs7lf3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92h6sysg2y9nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpxm6qebvwe05\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_4549_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxle0hqvxpe96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sx3k2t92wzyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IschemicHeartDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4btyzrg44decc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zntbzxs86t46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tcm053jg8cv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72dtcz5dgb2x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tle58xqkrevb6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F600_M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx72cp4hyc9t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9krkn6jnbs8d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6thhebzktnxq\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq8vlq7tldjc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sdhff33szef1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2018To2020_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vd80q80spp4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2temcr30378h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85tlmqhtq4ng3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0vwgb9ph0s48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj16j1z5mpjt5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp28p3kghqqbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8wz0lzl5j0l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFLR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t6g8zxxqy681\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c94rgggsqrend\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_dea/9809\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re4vmrxl416kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlqekhgv97b41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6lhwe16w8pvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4xsey7k7n824\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88svnyvfqmsrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msbfcyqqefm49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleMaintenanceAndServicing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bp9rg0h77jn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vd8l7bf65lgb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27x7s7efrqqx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r6g3h22lsfbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twsg85x2c6835\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9smkx4bwryxnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb1gq063j9zb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw76zesqb6s0c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GSR_NFCY_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19j8cgge12ypg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m0lc985qql33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j71wht8vhxrh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teskke0bc306\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vyb28wz7d07b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_TENR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_LiquifiedPetroleumGas_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93cny2nw57s66\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_TRF_KOGT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frbw5fdhtqxn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvqpk3mz1nvt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyqpy9qgh0w31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfd0wj9vqfwtg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72sk19zp8z2g4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_DST_FISP.FISCAL_INTERVENTION_STAGE--FIS_POSTFIS_CON_INC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fb25pesj741qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdj1rrn98h4f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yt2m2yd6kne8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9xfr0melsq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrw5nzdlpy35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81w57esrh1vqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rrfp2v8ph4b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myjg9wmln35gb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44g2q4kk66neb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bze093wep7w3c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_RIMP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elr7kf0k7v1ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9jrssxmc2893\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0belx04ccrv1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ev4140qbwdc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2tx8bvws9mw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9jh12f1fg05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm699kbtr4e03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyeljgmemlp68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh6mh05dwf5vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkzpd2dk9t491\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5str9b4m9hjg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kz8v7clejd86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wmx6trzwqmx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2dv7wnvcq616\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sczdg2pt6lb1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_VEUH_BTUCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kt0sc1sf9y64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fzptf14scf58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5060_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp52wcfc7lsy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs899x8sq9688\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zspe6e0b6k2p7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpzds1ndkgh09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z98ww35y50szd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spymgtqe2dc7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5s2q0kjrx7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z43rqrtw23r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfqqn7hgvgg1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CoalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5e1ngz7y887\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz6drg887lp56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbfchwnl3veh7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sel42948pz53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry8qtefqrx6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YRY_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rjew1m7wvzfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cwcl3x27r1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherAgriculturalSoilEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm4ycdz1w6j98\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q61wp8cqbheg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Male_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv3jttvwn4hd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c82sqhwb2z2p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvyfn4jdhe14\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TextileAndLeatherIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19kst4zwzxnc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0rj1qkhgph4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddnbbsdl9lr66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2vr1t7fke9vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpcj1382gj9l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15sl4wdtsbpcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p2j0beb2039d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5zyq87de0tp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h104wrsjf6r25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0ylq6e5pg045\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylhk4wlfm37lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lrx8qggs1bf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fhz77sbstzq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mrhnznbh50nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sklgmmmpdd12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r1l0z1p5cmpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbnvt9ksnr76h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxtvy4cmmwt1b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t4eql88x5mm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btvmjxge5mx3h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q0rt5kfptr49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r9vvrvpjybq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2k4swhcsxrd2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_CoalMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r9mmeb1cpc78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y4m34tv90q21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8g1z1ds4z36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FilmAndPhotographicSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrkzgccsklrfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbbbzq215r9j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6dk9gl3nv7b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wd4zw8c835n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt9cq96phw6nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2sybg6dfd08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1xv6kjbrc9p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8epx269gw0fv8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13mr72y2gsf74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlkdfrkzsgb2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ygdlkschpyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhvg7hs7813c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b8bbwvgyx7f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny5h1vs6rj451\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bbsvexlyelwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j5fv0gt2ekb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtdzl9cnlx0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e522jx54lp0j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbd4vcc7ex616\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LORCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0C_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk909y66kqqy7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10pt8e4epzzj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jb4cxyxmdwqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy0rmkbdfzrj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzzevhb9y72qh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CNCR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To17Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vd9mwmcvef95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zr5vmjr1rh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx42srvwnpzpc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cse0jp2pqd8x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnbeyk94ehbg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/148s7h7mzqxvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_18OrMoreYears_WithMobilityDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gss66h3s6k1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m55nx25peyghb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz9bmt5f7v8ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3p1eppv04zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07dglxwfgrqs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stb1v1ngt3fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j436e062qlvy9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SolarPhotovoltaic_AutoProducer\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjct6j0cgc4h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5h09qeytsstd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdd4wn07hplkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1gfw4jel63s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wexqtevp8et8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9dn307c3bx4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1nh1mrqncrh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/splerbdeqwwpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mqxktvgwj2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrdnrf53h2x27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq7r5ng9qrsc4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xcjxjxg0m0j9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F400_M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/126jk0zf08919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72d0t5mghlgv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrzdk6nds2n0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81e2zgkemzpe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw4538qmz1gx4\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87044hr149g7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5x7qcjjh08c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5x42vd5pmwbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sphnwp10jyggg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvs987b2brcf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf1y5ht98grpd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_SLE_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm4p2ket59vl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7zr0fbz016fb\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j0y05l71dxc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ewvdezbrgxe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzq5kcxgn5xj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydhtsjqe88qy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz2bxxzcsr3g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmp6yqjq4qf8b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t42gc21n20yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qcrpp7k3hr11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hcnz2w3ebz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zmpek5bgkf58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5lhgks2852rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qs8ctdsg8rj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etqxvj9x2xved\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjljg85ejtzzc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8pj8gspbf4g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2pyn1sg6nxe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq56q5369d67b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr35v58j8p7xc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bk5ww629g08f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twtljw75w6pz\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NIRA_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkxvv6ghzc4p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v33dvt1qh0l8h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7lwkepg7g48g\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kkgwj6tqxcx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8d6fmjvvllw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgpjn3v6mgw38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tghkse0blb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_LarcenyTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y90pppc3gde0b\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lb64hwrxesd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_0014_TO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2rqsrqknlp72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VOC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS51_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gs96kn18k5zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kxtlhwrg51b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy2ybm79fnpdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h32rnx8j63fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw50wzs2v5prb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm0vzne4pwl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql4nxxs70jjwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytjkg094yth2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw9ppy38z6z5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4xq50pgsg4s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q74zzp81p13h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8mfxs8zzv229\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9e2c76jxf4p1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01chwdvf743c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsjzxmmrz3x36\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPPK_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p585ms8bfdy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t34d32mwr7e9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0004_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0wzhc23qme\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jtw43tb27nm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsr75sf6c05hd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plv4beb9mhf58\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tcv4js34dft8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4z4t83fwl5q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djq1lx56l46c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqwtz6w1v3gk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0m3e2r3pxb21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq9m9787qgwed\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FC_ACC_SSID.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rdg336xtt6mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjqm7vm1k7eb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzb64xknj90x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm676wtvvb7z4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4erw9nl126jk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cz4e8n7jw6ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0dps3czgfy13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbeg81bs8q5ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TESSB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fze46j75fhff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV24_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SI_POV_DAY1.AGE--Y_GE65\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15lzzsrzmdmv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je5fzz1ddd977\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x99c861dwvl1f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Loss_Fuel_NaturalGas_FuelLossDuringExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1z5x6pk980hg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVMI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8l4qdmg0n0n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt5xvq4zlsj32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmfk8q5devxp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnMedian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm9dk3mxc9xyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxlelrw1mft58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7ywxmbw7elq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9lzw3md31pc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5be92q62tncd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzn59sm2qrg8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnx4lhmt2r2q3\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew37qh0g26d9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3bw6ftm8884g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zswhgzk0r05h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF122\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sd3wz42sngs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq66zq76gez2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6rs8z8lxx83\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_3\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF121\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frm3znzgjpmbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2wmeengmwz7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j9fq06p16sp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6w0nqw5qjjd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0j5mmjymq5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqb9j2sj55f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2014Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wbg9j4n5vsdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyw9sylpz0vvb\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16n9t2qdw9ez5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ftjrgpdbz17d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63s2s27fe294\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh4n8zqh13253\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8qdtw22xjyc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_HAZ_CMRMNMT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhccgjs7k9vec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6ktbpm9zsgz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34z908zvs6cec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mn0d2myt2bv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj65l3jgepyc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxeg647ygtpn3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdhs1fgbv9t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b41h3c8jdfz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dktyfn07d64cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzx2qhk19p3kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbyyfd0sc7ydc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/016kk8l57wwyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12c50np3p1618\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcmg0q97r0h13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnpc3phnpbrv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne7hm0db9dgq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvx3800hhjy7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_RaceUnknown_NotStated_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zc69ms0n3pjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsn3qjp1hhp2b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5mt8eqb2jnx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdzjfbykydzed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90vz1sy7e3sp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_DPND\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkqsbje41zqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skcxy4z9wj81f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgb6mefff5jsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjk5jr6mdy72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1502_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/TOTAL.RFEKP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE.SEX--M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01tdcqd45jj4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1n9bm902w3kd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819NG0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnnbd5kzf9k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthOceania_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzjvdpldq2nt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhy1zjjs4jtnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfszm9mwfbt81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95lf6ww1vvnrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqgst1yks65s9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7m9yj46849yf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingInvoluntaryServitude_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xnl7q7glq2w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/geg9mpwn8ygcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgp72f2ec7m61\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msm6f29j61z79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StandardizedCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_XOF\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06mjbnvtzvbg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ydjm423pw3fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmy7kgh7w5tsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt18glw7b172d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60vqsbbhznmy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6jdy44b7n6r1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSDurableGoodsManufacturing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf35000To49999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqpgsfff1z324\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj7yd7v3pk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4pvvej7qckmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLURX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lckx48mc3ye6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm9swmr1lgg53\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_65UP_TO_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_MSEP_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfx567ykme1m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5d40xwfm9zb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8qhjfn4v44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nps6y6kg14e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftgdl2bsefdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cw977x6rq8fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rk9h9zvbyz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csgxfgmvp73z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc51jvbvp0jdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/657ryrbq6nsb2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dymzzm7gz4scb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n639llx28t3t7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1egf470pncn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjrlvqgnr7ce8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HeatTemperatureEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fvp35twqsnyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ertkghq7hkfy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjr0q7c4crve7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gr15j87zhp8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3d6mqxvhtxj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4qk0k99lhfn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hvfc16vk5613\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx6yebfn8xmc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcdf21ymrq3k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw8qmxzyxcyz1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q09hfz93tfjsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezfxrgg69kkr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmb63307gbw37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxbdzc9bdnjf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22vkxdh9rryt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvz6llbf7rvt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpxlh0jd6pql5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwh06b0752b87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwq9mhvw4xsy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l5l1jcljnk95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f311r6jyg0grh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js77y6jg91pff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flczkllpxgm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmxwygrwkjgs1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3x52q27qwfr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc79xj1xskvbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6z9hmkhdh88g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR21_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1shnxgffgssyd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k99qckp1rqv01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml4yz99zq67c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmhs8sgwcft0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx1812ydxps2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n0j80nz8fy26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mc9x65emhr98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1me8gkbykc0b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9c08e30rzf07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm8sff5bdfl61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h0cxl96dzwxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6klf39f393w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxxfpbhfd4hj\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hdkptqbl6lh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7lkzk7le51d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmeews7fw8v92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbgfep1zdxfjd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nfympkhb85n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gccet33kb6f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6xtv075tsvr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spp9yctn9ec0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8xzzkvhswnc8\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gc3q2zpm4db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l79jjz22sgm4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewAndUsedMotorVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhyysqm0153xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp9yjzd26rzeh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gts9el7ws44kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6w32dk37ljy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvgg7jdyhtjw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l701sccwhlfc2\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er4w0dghdhzeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AirlineFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytgpsff0tkp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e783knv4pn079\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjdh2fxcd6bgh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fd88f7v4gcwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdve2f9mc14q2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_41Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvyfcl6lc1zth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jdpph6h8bq42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5stny1q5vhf9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xcqpvpkj3de9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77w71n7trrxyf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1zn1wszmqp0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkswbj1j4744\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2v1rb538pjb6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdj26sxmhk6gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zgetv6535tkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk5py24r8f5yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcckd4sk2e4jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MotorVehicleAccidents_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm18d8j5gje4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgrtrx1cx14j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dh7m11e6d5cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syhx4c86ylvn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Temperature_RCP45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxks73m7brtk\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15svj45vkm31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/853zfsp7n5yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819BG0_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bfbecymd7kbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6lb10rn9m01f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_PLN_MSTKSDG_R\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherLandTransportAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0rl6fzwd9gkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_DronabinolGelCapsule\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5xwvbx6vqsbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddq2d72k7dym8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1p8p4b027zt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vbe63whhxd9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq0dx0k9en5k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgdkm5x0vnhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlsbv15jvy59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wm9kzm75lbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4fm0vg7cbznc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlw9hnrk5f9z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z70pr1rgb1bn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19hp2rwl1mvtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v83fl1p3b8sn2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esthy8dbcylsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Lorazepam\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkxcexh323fk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6gmy442qlh14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbn3vc1xffng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p76sr5mcwcb28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_SELF_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pyct0w5xxw72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c56fbjzz981x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6emp4b3fkdn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r73j46qexx9eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hl2vf1y0bpr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qprlq1xkpfnkc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40qyw0dwt3xx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51h3g4mcgj3w4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvs6szy8dbfv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h95zxeg5r7xfb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlg1lzppk5206\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn11s2kpm4krh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_HYDROPOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f6nzkl7twjr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2br4lkdee8bm2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w018jjjxj58c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntjn9fdvh7m49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycn2xlkzgp5f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpk39dll0fh76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyecr9z126pm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_COVID19_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3j5x9yb5zw77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktjrhfsnlbyy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t4b58m7y2v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvve2gqlgjjk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxsxkf6gskl63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pprrjpjtj4gb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0t1xwmfy9l8h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7436g180ymwm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c93c1qcgch4rc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_OL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/86je2nnh58c1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn40x20edl3g6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfx15t81grh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqszfv5v32471\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr7rvvb4wz5l6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q77bj2z916rf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_LANDFIL\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevhdydk7m6m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhmtxkz0g0c69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_POA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Black_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkxqlxdh7dch1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8mdr130ppb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1d032b9ql7kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wskxz4z46nke5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d05gpej2pgb19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytctex9jj4l29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65wt7m27b3lgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkdrcfenq69b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phs4bsbjtceng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d58g05mscq4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94gzg3pel05z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsxpkhkydct54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5k4bm6vszr34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l993qn4wtcqh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESMS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NY_GSR_NFCY_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d1g0els5yv99\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnr7yt1m3c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mljwzv8xg71x9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61hqyrz7msb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fml7xmbmq0zxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfrjvqtf6zx26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klsld62fgjspc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc1ccmv7h94g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmmzdn1n3vksd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxzwpndvjqptb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6en0fwn3gj716\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y52k1dlbhxfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msvj99sd1s3n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v7g7s2jdw865\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sf4hs3rx9zq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46mfmrl6tbmf5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores_ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgw4qzjw3npv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9cpkc8hym3g8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcjg8vrp32yx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdfrz3jt1rj33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlqbqqwezct1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn2jvzlx9fkn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k0vhwhh4q5fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fft9pm236zw75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1m3v02llbyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k9zs4z1bpye1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ches3f9bhwpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbgj8c6t2mgl8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csetsttmk6007\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02bwe6c8mq6f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvymklg84q1pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl3tnrqm14je1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj41yxqk5w4x2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDXL0_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lcdcy82sm7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8788ncns7nt8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_TER_CUAT_ST_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gd21yx87zzv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RTD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1x5xqhyx2wk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnscc2dg4k47g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rvveg7ych8r1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n3p45n5djen8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrintingAndRelatedSupportActivities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cx35v3c90h24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59hzhzr0w83v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnfllm0502wg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9ngglfmxv5rh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV15_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_GHGO_KT_CE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_MarriedCoupleFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g53tdzyjdn393\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkvsybj16slf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hecd4l77q9s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks9y0vhmzxlh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgvh72yqppjv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2hb4kyt85mf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58wcf0j2p8pvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9segc6xtfft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4xxch4mwk37f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3kq16jyeex75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx3t5cv409m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jge9plkpg6fw2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5471ghl26c0xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls84177wxrzfh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819NGHF_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq977e2fxcv5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clg7xcsxhj2mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lygznlxpkj318\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbfbfnc38mmp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvwjjrm3ypes7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_Charcoal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm209xf6bgyd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52yqk9ypwym45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mex7t93q3er79\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n3p57mxmnln\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st6sylqz0kbz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrmlj07deeh94\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother21Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm30wnk4q81rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd8z8mmqhbmp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1mkhce447evf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz2kkg9hsl9tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06xzdxllfc833\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpsf3ghrcmpk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7n03de04rtdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzv96s903gj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOORB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l08qqc3zggjhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhvlzqez27gm3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdz80cly4dsj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlz488mwqtzp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bfky84np81b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qsq54pg8dzcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp3ysjhbxbgpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shprz69rjf5xb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6y4v17dkxt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h6e0c8j098p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5h8celspnr2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8239zbpb5zw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9pzb3khc9fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3p7ecryqyfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LocalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7lgs09qrcvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9rbq9r4rezs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzyt6bvc2lxr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkne0lq1d0nw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8fd8kc57cfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc0k2lfhgnyvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue500000To999999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlcsb6fgfy5ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wrcc1x6rjy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cszjme76r6bec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef8qzb9rvrlg2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_PRFT_CP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/624qxq7mhgcr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehg7dtdt2ejj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8pej8bnvy8hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_DialUpInternetOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w0dw96dqfz86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxfkt1e41bj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq6l9rmwbrv71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2141dlw2bjm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75ntsq5zgncb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893vkwcth00w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0y9cc9jfk25h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y07qktgkpg0p5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rqdn2wv9dh2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyrlg85h5b594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0t0z110f2yq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3f91lsmppmr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw47ymx8nd03\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkc1zfp39yz8c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hs0bm0z61nxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfed9kp5y713\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1w9tlbtlv8e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcqmbssj13q74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/243gwlfcfder2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fbg0507qz2z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gvkwbfyxpgl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czpmfwl4wxek7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhd2hh8qdvmmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq8v8gn52n0xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqcgebs3d39hb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CO_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxvrkmfkd59j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpfct8bpln8t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8771jq0dlqzb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cmysbp3cg1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm90yrlhy76r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd3wjx02bm8n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxdsjqnqs3j7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpsbgejlmjqf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78rjcetpgvgn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc5f1vlx8pkkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zr0jb03we0wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwh4e36lt7xp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8403ly8gqzwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtElementaryAndSecondarySchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m53fcfpwl1y4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wenc16xl7sfvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w11zr863w5x\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7bm2x6zmlzvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss4lkc1ymrpl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mddvqlgby73c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xh6rhx1fe38g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s6dh64l5pj84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx8lqrc787p6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1324lsylrf17\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Consumption_Energy_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdh37f01jzvqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0c2trrrthv8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0e8sens0klq6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zz50dr4gwz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yygdendwknwn3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brpj4m8ndsv05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgvp3wg3qzvh3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d805r5r300wc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr3gsmyg13vsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4ww7cyt72e9h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_12_01_01_unesco\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv8v8w789ncdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yts2mkl1crj01\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdqesby8ygp45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ycf1d1m28heh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs55r0p88e1jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2lbyxsqqlxy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sexz1kqw9nd8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rryn575hdsn8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xye20vs2t74w2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_WinterWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg87ym5l8lf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejsd2j44plw6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52rhfwdg88rnc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w478p7tnh3h9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40b08dr9wt5r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41hpps0es9e76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6npgwxnflybb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Incest_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h7cpxfq5yryf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_HFCG_KT_CE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cvw8b62dss1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl8my13zzsefb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqr76qywkg0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kyeqglmnsvq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzcf9r6p30e67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dmntpt554m9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxk1cl14yvzb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqy2f5hbd5mq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg1c04hnhfkpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc68243pt14lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18srwnxhv2wp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rzlyhe8rr5vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx8nhk4cc3cp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n89y4mh30v9d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t229g3p4q7hc3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nz83b6w3nc82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hb81p9bb9mfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jr4yqy3lw1b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz3pqnz5m95th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxehhe3p62yb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JKWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hl0c6sp9xrld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq2qetq418rcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8222j9sgh4n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfe90cdjhkc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfy6flzksdxj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l781me2d4917\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by8fg2d87j1yd\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2sdkp4r1s1vb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f2bpymx6n12f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue50000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp4vxdr5qdb55\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fhccpwwr039c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz1h5zpvyzjq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggqw8q1h5bcs9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNoninstitutionalizedGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qw5crmyy9hfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfm8qxdllt5tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV0CN.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fts2evcye3fh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.53-1-TBPD.M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d1gnqhvrzlz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z2qwbq9zv709\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j2548x3n0j58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewcdx3d9hl4y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5vfdctvyfgbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gwmgprdqql2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DistilledSpiritsAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hxqzqdev7g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp16bgeww84p3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/646tthbncyx24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv9s7be47s8p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nym7cnegrljhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcedyh7vv1ny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcj421m935ppd\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz76lvt0nc6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flbfpstvmz01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4e9jk6m67725\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1917z1dseq934\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbnlh0874ky74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq4zsrrmz20x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phlen3xcs30n9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgmwls6epe7nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yscc2z5sq9nb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kejc6qdr0jt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq1dk0rfchz1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DSTC_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_Postpartum\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdv677x8m8e64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db6ehm629v19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my880805p2ns6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nt9jd0k8w3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdew3c1vf096h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsx7r7yyfftvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdy676kwtk9bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wms12xhh1ml86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptyxj5b7mps7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz8zd2scxctgf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8hnx87sjgvhf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_300To349USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40fglslb9nw7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkms8y37t2b23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svjxjmj38lwy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z88semfcpdb85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcebwqm9w9rv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx3e12gk3ml42\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAtEmployeeSitesAndSchools\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xw7qs40v8wpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m82b2r866nqd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej09rnr7c4fl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nevrjj6t52fb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrhrqrlnw003f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb9zkl6y8spm6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbz9kfb14cx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhsyqd00etlnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hsbkjer9x9jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck6f46ke1y2xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4hr7vzwc9eqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3etzx3emyt0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6rqjc6hq34h1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw22n8yxsyp92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvymd1ydchwz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trjg8ktcr6wfd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vg1j3h59hfh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c58n4vzzgxp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4wb02jtlz21c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw56cvml9rjsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swg618r7js523\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydkrwn5fq3qbh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_SMAM_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_3Month\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxb2lp9hf9rjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjfxcmfexwhf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.65-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/361v1m98wybrh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seyrkhsny90gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjk6zp2w9ws3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/v2xysdghshes6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj462tsd57gyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v16l4y13lny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myzbymxs5kfkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz7brr9w0y9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeb6rdpdkjtv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48zq7f9r1emc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj4zl1k02qlcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqm8eg63llpj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrjkfx277c4n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zg16kpv5pv7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3bcvxz3b2cn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7hnr0gxh95d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l84l9cefmk322\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOFSTP_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdkrfdxbrd019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6qrppfegw84b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgs4661nm2zkf\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_47Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv3vhy1trypr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhcdg9tmddkt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9f2bf9fb5y1g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2T6_AG25T99_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsmvg81dwg996\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbjmvkyqf6dm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1326h0sxkdxf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26To34Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqk1sleykd8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EV1CN.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr4m0k9dpf4s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8ft58kep04y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy1nzlnl4z522\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt1x70gbrcjg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4419-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0000To0459_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcczqpmpld2n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehkggt6p9bhy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe58hp09by0s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59cbvcpyzxl45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yemeqy161m6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eclm099sz6ch9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fjkszyt564z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lz8x9bczg2eb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zk7zv7lgrfg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbwt7wdq3bdg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3t7lgghez408\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceTwoOrMoreRaces_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1njkw9e9mn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp3ethlntldyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_3_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h558100pzhe85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lez1pt26b154\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjsn0yd6vz868\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_96Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8pfb70993zl7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin26_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp0534tdfs484\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvj36hgqj89dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbxh7n7prbbl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf1gdvdtbj009\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6f9m0k0x0h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3w078jetr2yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsbzvl08qd6x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nge5rjtnp9wk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtkmx8ebd7bdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf8hfd3jc5f3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_CAPA_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2b9yvldhl7n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1xdt9xhxblyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4x2b6e5vtzs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt86py8184vg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg1rg01mhnnc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__INCOME_WEALTH_QUANTILE--R60\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9chfk7ngtep79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0q5xt2sfdknh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d2zb99q86nw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0yyy3g1qdmr7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csrqlym9xn2w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhwvtrtxbx1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z00r6r95rb066\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l0vb0tj3fcpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9hsjzlxfqvp7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jzlk5t6600v3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonDioxide_PerGrossDomesticProduct\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvjey9smyljp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdc4zqj1c6wfh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8s7fn4zlcsv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj6k6vxh32tvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectronicsAndApplianceRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lyv4vx461cv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whde225w324y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vney0fhsz6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4vqrj1hzw2bd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F200_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_FamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jhmvrvynnvsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f2ed8jw8wwyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqctmdp5sdxvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkxr8n6kzs4jg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h3mt1pzjbnn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wfgy39efsx72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_SugarbeetsForSugar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FederalGovernmentOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkvt68b4v0349\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx4ztz6cpje02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9njn45z81weg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryxg9zg8m4d2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d39w4fs8x993\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emcz2t9clxz14\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swe6kh8lrvzd4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TECH_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peglfj6n765h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ClothingClothingAccessoriesShoeAndJewelryRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wzh3qb0p8hth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1kldhbe2sh7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll0p8vrjc3fef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77j3l6yrslx5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm8gtrj00tcbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0wh9yz77bzb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bblj39w1grqwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1pnew6j8yb9c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_NaturalGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_5054\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxbyf470smckf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsfj6pxcb2qxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7rln8w9m0n02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppwffkffbx7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ffttk2ds6c52\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrjzc2z7l9bp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLPA_PWR_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwgv6l964dedh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_Hire_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8jy6d860vdx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qgn9ccf7mxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7nk2p77d9elb\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6h59cezcnqeg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m7nm88j5mn07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcgkn9dewepqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xszx1mvzvh861\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehd8xj63zzhhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx0ndmjeb8rn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8457kk6wx3d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l168by5ksq936\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb3jwx7xvq8z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z1cdn6jqe5kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gxqt4rbt0zxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4hq9qmymxbm1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3htpesje0tf56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctev7958mx74f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcz3sdsv6xybb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42b493xyb2vkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w19v3wtxj8928\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlrvjlq03y79h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/804fb0x9q6bsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhn3mxyzxthn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76t19jx6r2wyc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/herjtmh08w498\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v13ptbfslq232\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev4plr181z8b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPorkIncludingRoastAndPicnic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc6ze75jq821h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/946mhvpsgctc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ldq8bwrknwl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr9dmej5hx5v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk60kf741qdf4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_LDCG\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5es8rk2j2wzn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj1e2b9h5s7tc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_POIS_P5_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1swh5k02ehtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99ld486kl9bsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb447bt0yqkk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10wrtnx7s2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpkykqe2cjn4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqdhejqe8sd81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hptc41x9d4y8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz61q35b6wbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njvdq9g6w368d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9zygynz36xc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7jes5tj87v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7p0grx0rv89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SORCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khkcnsx346xn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnejmkfrs7w3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97zmskbg1e48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4fgqhvrjp6s7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PunjabiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t141xq3x2yv53\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal9OrMoreRooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swlpjzgcl87d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrxq1b3b06vw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_CellularDataPlan_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jg1h12zk29r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzx8bgkp4q044\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5lj49nfxsseh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92f2g6r0mq2z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flg847vthpwm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p2tcwe01c6bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw110qsnbqylb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dczyvtmpvtwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5ml146zmtf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-3-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22To24Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwtyq2kmrj5ef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3034_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FullTimeYearRoundWorker_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94ne7dhxt0j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3m2g2m2bnv58\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w5l8c0mzc6lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5wb2101yl0q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3t87kk33j8jg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhsj9yw21wvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6q9k722zk4s7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1IMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71sr3s5e3rds1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cjtjzkqyche7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79czkx8fmfxlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSOtherServices_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithAnyDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm4jb6vs7lmw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymqv74leppelf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25kk2v6b72g24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7r0m6m6f4764\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_75UP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9f4w99n5gee5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n81dmchf4r7mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nekdh0tdq2jjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjktllyrev976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp13pfdgf1peh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrtq30q0r7led\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tlcvs0479k83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed4vj3t10nv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpylqhzrvth6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_Black_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qkp6sgyezcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/296j7xdfqe293\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4xs1mhbv8m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz8g0dnmqzce1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzy3kwlejxfg6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0wx6sez6wtdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3xcl34kbl5kc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountOutstanding_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1djhsmycwle6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxqptrs2xfts7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7cmnelqmtlqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv0g2b777glm9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pne85xdd84t07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy9wh7jetfgq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwq66qsz8dv41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyv3yf338jcn4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_PR_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hehgh64gpqnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e55jk3yxr7611\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_XDC_COUNT.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvhff2gzghmk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlt2feqk9ktd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p10m98ytjkkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/759ym2begwst2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_STKB_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDM10_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh01nbq7539l8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hv6dge11c2r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s923nr78cnsd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_RCOV_RT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b07ztg0rdwcf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwjd1ngd3cvhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9hqg8c3jt185\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kse57hz2f5tz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpekdmwjm3qp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99ly3j9es0kjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2emkzz1f30p27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr5yzqfdvnjt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zb1kbe456fw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52jyrrlhhs1z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srfk7z4ppnch5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lhzhcrwsqg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Emphysema_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jetgy3zpkt7f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mje4bxvnrbgp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh1mbfrb1sv22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf9xjhqnj33x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t7r9hr61pb2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tfp4w12ejexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81k9hk2x0443f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdrfdc164y3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp9lgvfs6vm81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mdjj56lzyh53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg9j3yfm6gvt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d8fs6sddg9l1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzlq7dj007zy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6cb0ss8kyfk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr3ymdmh8evk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e8vvxyevchyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ketxvnxtjxyq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nme452y05wqy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl31cmg54ncx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw5xl4knjcw73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlhxq8z9969nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StatutoryRape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz4h2e914q7qb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjbgnz22qlyh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fw33p2dzht5c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hgpnwjlggfxf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/save_any\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9whdcgvw7ew9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgkzht0t7eyeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1rjhr3nkeme8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/610j5ef55jlz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etmftvbmydh06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hffltqw04w83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16ql3mmg0fpcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/894pmvtl8hf31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jew94cehy5th6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xjcx3wefybb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl9xb5drcl654\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfze5gd6rdkpf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3e0cj9rrf7bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e52qzmy0glsn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Wasting_AsFractionOf_Count_Person_Upto4Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tvgtf6cexwpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd5qrbn61m35\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv8v37pcd4jn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_UkrainianOrOtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9xqe14brph9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr57706h1pvs2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djvz69p25yj98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn1qgf4609hhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5bnggeqdrlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInJuvenileFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqnylgbvmtp85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vj17tmk6s44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxp0yz8vf9rh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhfgq8yywd133\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrcbjkcke5f97\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BirthInThePast12Months_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqzpvh82h3gf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CandyAndChewingGum\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km33y1839fr77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhjn2s2w24f1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS61-62_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmvwnbxvm7sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpj6wz91dp7c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlg1slctdfg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmqc4xsn9glvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jx3rhw8kv02c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherGuamanianOrChamorro\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mwzv8wngzbqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91l34q7kt6h7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmmrrsng6qdqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf33w79wpgbth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk0gp5l0c29c7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPC0_SKA_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cnf5q2fz1l03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njmegn9v7b7l7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nrxz465jd9lf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SH_DTH_NCD.SEX--M__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_DIABTS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_78Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGC0_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ToolsHardwareOutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11368rk4epfp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmfb92xq8tjk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dltx451lmvgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFSPPT_1_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h9fr6kd8kwsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3l4dnfdtf241\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0xg0se9rrv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j7fvg6mlm5r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k3f27kyzf24g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e5cbblz5h5m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx4rkby0jmep3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2ch6j51vhbxd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h0mhxywq83s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52x0615t2x9j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xlmmyd22jk66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de96pqmfh7919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsefsggkd5dfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RADMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c9cwe4tt6gj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjk9vyy7j6hj1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Commodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_StateGovernmentOwnedEstablishment_EducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2178jvwhgzdt9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11pvh2p9k5r4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jqkyf7213j17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n52mkm2n84lv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z21ekq0dpcp66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4154rvngz6267\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g866v028h728g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8kj1mn3sc7k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgrfnkfnswr5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_CAB_XOKA_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/kz0sj04wejzhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw1zkq0l3hz44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc9zh6tsz1kdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngr0pc8d4c01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxdrxvl4mh9j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytgj2gn70sxp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9f6yt9hbnevf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1sngp90tfrx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gls384n9krgyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_60Day_NonfinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2rbg1dxd46e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyb3ndgv0dhvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VEU_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xn6yqemk3cv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj1s0bdhgp2h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2rykqqpbz1nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrdtttgj76mcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjf0pe2lk6jwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tm6f8sl5734d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gmbt9c4y4088\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfm9w9rbe8mvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njg8nr5w1ge94\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3s1vxnd2z63f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c939scx7l6f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf59969gdpsn2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_POP_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es308tlz211f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg0488b5lsbxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptzp4x6bvjbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgvfj3zv1xlf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzrj93dwz5e66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gb0s681bkpzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66m8k84kzhcl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m56l1bnhx65c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj0z1epsn1fv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmq0t6fwvteh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.55-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlsm3z32mbjy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/855lsdtck98h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_USResident_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctrrmt5fts4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0eqbqgjgw722\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z76nk40e6qtn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6fkk0brgy7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7g9clwlj8b63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldpfbcc4y5kw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2skdqjb6lz7c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43ntfehddw7h5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1fg0wbnrwjc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3knmgg1s0lzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithInternetSubscription_SatelliteInternetServiceWithNoOtherTypeOfInternetSubscription\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwh0pnlce6b4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdqxk4388ly4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6gzk5k616t99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drzfhjjh6qgvc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92bjh3q13sylg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_LOW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y69v5cg492nb2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTLGE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk3s1vj5qym6f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_TRDDBMDL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00vrngqxvxgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cchrg91pmr3qg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hd2dwwtfd448\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg43h12vmjze1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbybg2jqn37x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks5bzf8ss2996\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9xxkt5x6pw47\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WaterAndSewerAndTrashCollectionServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sd8kpy334k1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pzbnlpv9xe1h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eesgm985jk29b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk6d6y4denbyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy9lw38q3x34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zt58r65dggmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/122yspk50pclc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjvc4s6bgwbr3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_8Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23v8xg0s9ydk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxy0ek3spmbl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbzg23f5nmpc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_CON_AIDS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98pb77rvgqks2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/317qch98frdx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q53b365w74fp\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crkpszptw6y39\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr12ttmw18w4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGHRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-4-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c332frjd1y7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g239mtbyq6g38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pre1z29wk2w77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkwzhyfntsj23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2ejn62vnz4nh\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lb2vtthhn34c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4str8h0egwz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PL_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twj90hq5bfxs6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q1hw2d3gv4x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67rh13pxk0nq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww6wqtwe214z1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx5c29yrlxw4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2zkgv3k1l1d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkkgwqrevc1y2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/690xfpneckhbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq2vevb238d1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7s1x22lfz78d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj4j5nwf8ttq7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bvggx5c6ep49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqcp95ksek1mc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvqlxpvb6lkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2693wfkykmlc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_WithRent_550To599USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_BlowingSnow\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_ConstructionIndustry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"LifeExpectancy_Person_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Education\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndk6le54vryd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwqrd6nf5zqz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ve1np9lsnx1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey04vc1t5ndy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxtzkwwre5324\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkklngcz4my33\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR32_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6565ysxyb2jec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qflz5sz4l1hn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0n3r3kkpsgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llf4enpk456g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f58z72c9nvx2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhdp4mtcrtqrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4fyr2w01rdeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6tsfshth8c72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhvxgfskt7hv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l94d3es89r653\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dr9xcy9x5s7c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9nhjlntm6nk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w156g0zdyh88f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz1961t4mql0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t88rcnfjd80p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Meningitis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_PatientDeceased\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ysthgrswr566\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxw0hh4hxp133\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg5920lcdsny4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fhbqmtfccv59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmmw7klt43my7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CDTPR.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvx37n2s90479\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emx62wy2pytdc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4fh7l4nbvxz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0cw8y8m7hjmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_900To999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Nuclear_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/064vqc3lshtyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPDM10_VUA_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lmtcv4vswp12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd6np9d7rszjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25b35s8szxj14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfncw8bx200ec\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Apples\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cb0mc7d8bfdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gltc8vqqhcj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_CON_FERT_PT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/account_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1093h86snygqh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js7dy98sbmktb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/werhbkb4491t5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SHL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch4sff57vxf7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmj9st8cfwwvd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Female_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42r3rreqkfvsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdl20kpwqn7x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b6m0mdfrlw1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx371ctvyd9l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0rez216ev002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcyrqd0xcx6h7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcm4s482ldg1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/799cpptpx9vw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv49j8my7fg14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw5htl0fcx5vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgv1gbbrmf6y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3py2w2vblybw\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29fwcsq1hevr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjj6e34mwh3vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z34tqzgpgqn1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_INDX_ZG\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ngw66tbfdez7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqg83tg2srhph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CerebrovascularDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2ddqdxk0p8r3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_UB_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfdftm716x588\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8nls4nrr6k4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqp5ykqgtldd7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_GasolineJetFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbh0w2s3d0er3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CCF_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2zkefgxmpsm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekytyk3fhe4nf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4e9f5l9wz2j3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_ABSCLRHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthAsia_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x6f36cht6gvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phjs1pextkqh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdntbebekkck8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_VUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nppncn0dv0es8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hyqc5v0gfnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwxv4fn2kzvg3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_TMK_RSCT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6byxdhcw1yn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrte6hfq8hp08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9vxpppjwydg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfm4b98evejgc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdrj9kwh4q04d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1m60sdevyrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClubDuesAndFeesForParticipantSportsAndGroupExercises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmd8m2hghs2sd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ejnm1bp50j44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szvel8fejwvdd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7xly7066mvm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr1jwke4gr4e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fedxx7xwtk8x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90g3bvryb6ngb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w814sg48b83j3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BioGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j1swqg2sdz8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnhnmkm2nhqy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8ex1f3g5qnn4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ygq8f0d2t6v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3e155pt5zsgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq42p8cxq2d5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ee37dmy0vy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/580y4vgdn4x6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf56rje48n17c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_RiceCultivation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7xjf3wrc0cl7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_DISAB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_SRV_EMPL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_LBL_BMNY_IR_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/8qnt6k036k8xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x248xlxpjn35g\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h51f379yvr7d1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6scccj9kptx7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzvte632yk3j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MortalityRate_Person_Upto4Years_AsFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pm1fpj1nmwp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkd32en9ng3y2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz40lcr0676gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rwnm30rywk0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0700To0729_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjy2nmgpnl56\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkdx27pvlhj6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rce1f1dx8qnk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp6pe7335r7d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t3sywckq8y68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v5rgnn1e1mwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf1ts360ksd07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz7mt7jh71pdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx2vcfrt5wv8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/4_1_SHARE_RE_IN_ELECTRICITY\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nls0lhp6ex215\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eed0hek2tlj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l74r34g0wnbt9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyttgc4g7ts9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmbd8kygcjmnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm10e9dyxys58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwy9cjy269yx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffc2cgktcsyk4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_6064_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38nmj1q0v96l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m3kt36rdfs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g10kcwzkyb983\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg72rktf3enx3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d194rejyx4m62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4hslch8bhcz5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb4mgsq1me0hg\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw37rcfl0nfrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbpf93hxpcqyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1vsx115nhcz2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FoodServicesAndDrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr3zem8shyhbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw9j5lnmyfh02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb1lq8qns3sc9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c25c2g2jf0w5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njjecmbj25bg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0mj33mvzzt85\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyw3lv3e6rf01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwhsxk45lz955\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnyv8edhmflg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MIBR_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqy2127d13dz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpwh82t5f7615\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj4d5f7x1y3fh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_80UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1phxkqh2fxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59qsrs0lmcfk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy171n572c7zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpgkk5271jze3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/671mg7tvj7ln\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NoInternetAccess\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv8myhnhc2vg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbe6tld9sy2bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j5rtz8lcvtxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcgrd43vvgd44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzq4ynenhkceb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bshstd55b7gp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdnqn4q3c35f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md6hrqy679jk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kq9ynz8tx2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrtxeww0w68c5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xbz8tzx9lhmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/377n1kmtrblg7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G3_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qscwzd2fm0xz1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw6nlx046pmmg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn4gw8fj41rg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1fzjwwrmqkzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w37s8yzglwrt5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c27ytfnq43jz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvp8jltzmhrrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p947xbx8ztmpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmje5z9ck1c67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_ShortCycleTertiaryEducation_Female_AsAFractionOf_Count_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97hmzbbe69vpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkz0pwpr46rvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3sn1721n229\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqg7tj8261fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byrwq360xfllg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gcv1s76zytn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/804mjdcpb4fl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbr08q3zvsfcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wpvlzt6vf581\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv6h91xtzt6hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8yyczlv7lq0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWF0_MF.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_HLTH\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5mm22hknpkp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/729zd88bc8j6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s020lyk6xy2g4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm8bnekyyhdq8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F400\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xfkxy3decthc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84g2pw2261eff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll93zt8tptckd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9ec7tep5t21b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_STA_OVWGT.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30To34Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmmqkql8d88r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcv2y8b3jjyx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r57p1yph9etdf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_AGRI_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mx4t9cyq5ly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7t7rnnqj7wf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdxmpgmplws99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40lv5fttn8m05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwprnlvpq1ep2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87017f6lgpsz8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaladDressing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztjlcrhxet5q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zje4byt8z9qv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q9e2wy37t8r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p6svv3dg8m28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6xx6t8f3jbz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyhw87395q226\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzbdhpqj3dx83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dscx99mg549fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19ld799pemgf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfdrhfl94mh9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssnbfmcvqkdzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv0s92f6gwhh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23sw3jgcp7m91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86p5h4sy1mmpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3gqv6dlh5et5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6k2f41zyxzqf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6syys474d9np5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr731t1hy3306\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3yy2twql7mn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw914gnh5wj9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3jldq6rxchs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t0mn094gtc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbryfs2q87y95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc0dpth28f747\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx79xpqkcyfm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trs36107rtrn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NursingHomesAndAdultDayServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_BuildingMaterialAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8btmfj2h3l3z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f754e8x7eqmb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qjryzk5z888\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_SANIT.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wf35ep9cbdt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2nb1p8nv20zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y3e9cqn6ylmh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqhbfp2l75mn7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_3_M_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fww8vmqh0eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5624886vcb76g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yjxbjzn6rswg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjd2j86p6cb69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ecf40xx3snf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x48nzrne2f88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvj50xw4mql0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly882pndpcxnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyx3mz42c1j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fb4c7tdqvdhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vbn3py229pr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rlhsdfvxh0c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqqk06r1zx862\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherDairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cyg1dvg6zjv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F140_M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z43ekhs2wdl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrkp0kx262x3b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotInLaborForce_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcb0sxr58pxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_WFPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/853wkkj25f2lc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew2262jm58g96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l62s7mgmkx6j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8xqvzl32bvn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkh5ydbhp2r18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j9xs4p2e4ye6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REPFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf6zbg0jwew15\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pt05wzcfrm10d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm1c2gg4w2wj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ehjrncdtwk6\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OLL1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OAPP_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt2gh9f4v94hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ekmg7h0t9bf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_PatentFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21wv0sv3dejn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p6ms6w8qdzn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4z6x7dy3etbg\":{\"byEntity\":{\"country/USA\":{}}},\"LifeExpectancy_Person_Female\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6geqldfbypkq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x9xgvc30cn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wnfvxt43lj2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8glyd6grhwc99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2zph0ry7ls85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxhg3d4yef302\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jb66xytehq3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7yx5ww7d4x36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42qxn77q6l0m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h2kxs7bzfrlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7w23zs7zc4vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63jxqm1hdgvmf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Hernia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp6gzl4y6vz31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DoctorateDegree_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs533nzebnhjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y5ftmq52m586\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zxnrt9lq35q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51z7mmted9664\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d59vpy5xvb04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjlshrs1fl60h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5d0pwmtce4gf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2pswgkq5nnld\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vprmvgy8hx339\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6nlv7zpnn56b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tzfjlpfntmrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2m23ps8h5mb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxgl6mf3p9vh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4fkvgwt1j824\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sg056bhz9mrnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmv471e0sn1qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twn1jr3scyrhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonmetallicMineralProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16nn37wdqt2s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqykz21tdkjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7xcyjpcbx2c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wmk7ydzz3k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l62rey06tqk9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skxrkz2vn86p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/300xtjm8pepkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfyx5wy0nv2c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3757ptw9vxk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5gt5y764ge25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k17xrkk3185e2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lrzpcvn70d23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthWesternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b86lbcg72vfk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dc6421ym9cnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ef3smdfrk04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdxq79l2mdfmf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ded12lxgtqsl8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PumpedHydro_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7ff5w1pjsp81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ted9wg56fjs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9fj5r9yczfr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgn4gy81dxbwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_3Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3908m40nh8pb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_PRE_PARTN.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w30rsctch0rk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnsxcjkz71k9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p8fzx2hg6p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhp2y0g9n87mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtdjgfsekx4qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/demybjlpx0jhh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5540_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3zfjp242w1k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyvmpd1zfhy26\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kx7dctwsc9k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5r4fdmmkkz7sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61h7cq97blz3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05ehged8t8ymh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hejnenzqlbwv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zglj4wzm4n6l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emnpqmdvjr1l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6x8q97brchp7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_Power\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w4sn7g5xkp53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q96bb95bdknzg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-5-MBBL.Q\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdxp525z3n1e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_50To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yse2l56197wf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k80yzspelk3p3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f27m3d60jp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckqg184vke8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg9pcnm2secq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtyrhwdsylzpg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehzs62n25l019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vbs0cj5qjfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLine1.38To4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xx1e6gcx2yjh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70eym940pky96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqzfpesyrkmh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys4xp8vt94yl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9r4gegmvcmnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwemedtc2fxb9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zmxzj4tpy8eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw9jv80vpp717\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztd2x8x2h24b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71c57kkpvpyx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb94gn85e8mn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2l22b4rk4tf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6t5fhhm9dnyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h8c50z1h0lp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5l5qjd40jd91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn22zf92qr31f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmgww22459c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9pr5lech2trb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_0_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_OtherFamilyHousehold_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww4gdlj0zjmf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywrz4fb2t14g7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ebkl4yfrlf42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh3ye4snmvnd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5ek0p8vce204\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whhjxtvc4xc45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4e1t76d5n4f1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5epv47zk2m37g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jgtxprx9kyw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed6rsfdhck6vb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_LCAP_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnjrfvdgvtjb9\":{\"byEntity\":{\"country/USA\":{}}},\"Max_WindSpeed_UComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nmm0y73vppq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkc1f77z4dq6h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jvy9ktd6wf5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scs5tk4d61lp2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjwtmzs7zscc3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_OtherLiquidBiofuels_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdsfqlh4cht9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c5wdtw1wpxb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xfdggdsbry42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myc9hs75rhrl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k13jv4f2m3c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ViralHepatitis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j57zhhqftf8c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7m2vb44hlz2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpv4ll5s6wdc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vglp36kd64yq3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wb34m6097xq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfb9j0wpme3v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/812mnjmtmdl73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txy6s96btgb79\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ForestFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgev7pz79tp94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxl2jjc37wph6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yq2j1b0erksmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k5sgnfyzy1j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn6e58dm260m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To24Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v29e83mg4347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/120hhtb54qyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsjt901hmmb4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj5ledjlq6jx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srk0hxjdq8vfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yymgf2vmqym88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zle32c5grk542\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8m7n4ehyecsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhnvj47ye5ych\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yngqg3t9fk06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65pnmfqs5f71\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f87c15s0hp79f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nget4v4vbee1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf8kyelg0k7s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2efp0b4569g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37n8x41cbkb61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n9pswrj3p8k3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvth58nf0tcf4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xs6kqgl64bpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_NHTSANotReportedOrientation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l34xgl4w0c198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjp42c9rj92b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89cej80lylb4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r00kmdmmllvx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9zcfx1qe2p3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx935yt41st9f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t211350hm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4pkrmbtkh1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqfwd5h4ezz35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.28-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_ILLPOP_AG25T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m73pzswy78rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq7ttpd7tdcnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n97vn2p45rbrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxenp385gjj3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f1hdtwxzkqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w301rcynzqq74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhcvjkfm9w9h7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Hernia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1jxtlc8nkg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llrmjh9dmx4q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydgpqk1w835tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusDisease_NonCongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b87tdjczsc4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l062e2vst6lb8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xe299q6htfq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnfxsp7egq7zc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFMRH.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy214yz8lbk2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fny1zemxc4lpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6syfwwpny8k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/173smewzddlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hf7ykm2dnfg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6117ex96sl7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp4emz7bnyrl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq0mee346twrf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtdre647bs2k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seebdnjweykw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ft6b2mq3bft3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ql7n4tr995l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNNP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwft5yd1zt5e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kz033kgqztcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwcvy3wmd3e09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bbbq5whex1sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsk588e0c6n71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3lq6nfbelk5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7yhz4r8fzdv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf09yv1pwc072\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh527t346ssl1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_SolarThermal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68fw8lqtjg1yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnnt0xwmw407f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_TransportEquipmentIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AtheroscleroticCardiovascularDiseaseSoDescribed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7drcpycdm23p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy73glvx5njg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfk83tvjnn418\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwbfdnxdcl3t\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h56sfsvwjzyw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hey5g2epzcj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e839lxjqr8cjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2rm0b5gzwjk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEX_ASLT.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zkjxbtx8vd9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tvdw1xbl6fm5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlzkefkk0mm95\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AdmissionToMoviesTheatersAndConcerts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ckrc2dtcm27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvzx1nbkws2yf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5054\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_5559_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/447vzc82eh7x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyp8h09nnnwkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g853mz3g6scj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0mexfq8wm747\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_79Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_5MethoxyNNDimethyltryptamine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jjg8wcp7w02d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1p07v6egsqe2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q06v9jnw9gfz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherSlavicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tzx163vcvz7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el019qrq7cm5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx3v7dmqp95h3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yv00mnbrhpkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl7pe9hbvrszb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnf3plbp9exp7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdhxkcwzqmwp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhxdy653qexl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819CL0_MST.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/P00-P96_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hld8rjybhsyc3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkw5k4bxnykn6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1504_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9gcjhztlrxw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2nkq86mby535\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f449n7sc7kgg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfqzl3z6hz154\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4002-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pln0psqbdt946\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t7hyepxg4x7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hm27ec7vq4z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et8znz2z6npe2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jv7d71bep8w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7xfyb3kesm64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrczt3gg9jhm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g611g722xhdtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ShortCycleTertiaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qj0k2xvl0sdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jj7vl12y03f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5j9h8qpfbz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xexm1x5vmmrl9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n689x6fdcd211\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0cxt0v4rgxx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfb1slyp7wn46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veps4jm7by2j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zj1jd26hdve69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_PEF_TOTL_CD_WD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2w9j165sdhz3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FatsAndOils\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84rw22l78vt5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8w0gb8mdfmx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nktt1y7b2bf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g0mn3r3de09f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzmxpyjlxp6v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0gdp5wjhq8m3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/090347n048t11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wzd8mhhzbdtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdkvl4ek89782\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqshft3rq05e6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_1564_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjb6dmv95fph4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Dawn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsbvl9m8ykhm4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_0004_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59k1slzcftch6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90h14el8vefhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPGC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw9zj9xk6rye2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx6sqnv4b2755\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54f3vls2rqjbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le82n9q60rqcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_InvasiveDisease_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl6mj2wnsgjn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8k7lhgl7exc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0lchct6y6w4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5v8k5wy8n4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm4xvjp8p4494\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrey1v93weg02\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Naphtha_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mrbv307cr6mf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9m0pdty5h4g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h855bx1e3r57f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rhq13f5xw981\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm8k5qk172k98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpmkrsw5qjz17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scy8lcd46elrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsyssswq5c5qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3z74v727txqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSMiningQuarryingOilGasExtraction_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bm1gdx89w2kc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ftf4f5yyve9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n7lk29vcsty3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csfp8hc00lxkf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--AGG_2_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67tp5rssbpws5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93v1whnrme4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgbpsvn4jndt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72bd3r0b7lqf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zvv7behsy1f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0r2yx6rt1epb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkrndhr2x2vk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5v33fp4eb1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd3wh6qs8420b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qebmsjh3plv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7syb0rc36yh0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9bdr63jeyztb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydnhv1m4vl6p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Male_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cqwlld6gw822\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnfy0s5v971h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym6h1szkb912\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z5g6qcymhdgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv6knm17s3e4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxg04567n9yvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87ns5xc224579\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb887lt0w3g02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlkjy9l38kn5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxpex9zlh60yf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jk7q86z8e0t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fet9pcryweg0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12p3y49bv1373\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l15w6pv9st26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FreeInternet_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fevgs2f4lt6s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20v586lqjkwld\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmr8kt8v0vkt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51mzkg87ge3l9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stwz36h4e9593\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s8l6z3ydwxg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zn6hyl3xzn99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationalBooksAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1de3z5kl8nc5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p88sxdc5m5v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ygqfwvcw5s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz0q4rm38pm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3lerfn0qhqb5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swlw0vpe3n366\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdd4e4mz18cv1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28dww6pdgcd06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcb8sl311dbv7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8gwr8872dl36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wfysnc0wdp5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn88p5r70c4nh\":{\"byEntity\":{\"country/USA\":{}}},\"Expenses_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g6lhbcd2j0ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dpj1hqlb3s34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p1qylxr7s4c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r805xw6vs0hw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stf63gnrhkhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotWorkedFullTime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59mcep0j9k9n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56xf6jdefv34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlydrm9pwvsj4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/716zthgpe2xjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bst08pp461x7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c0tfhwf9chlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jhp23rtwex17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4044_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z9nkdsn21lp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlzb364pkzj32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79xkh3tg8vc94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck2lf5fp0w7j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ZWHDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HailEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b3rpz8f7pc39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc551vly0ryv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05tsdcrh69br\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f9zt3k1zbp51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtyexyq0scmm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpzzbg4dpt3zb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ptn6s8bfek62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0rdyb3f4t1eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9zz2e81ewm0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3p1877m726n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggjyryntjrvw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9xmbnrvyj9l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m70gjby2vjn1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Stock_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzr3ej9k9zt12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qhzrgj0qh4k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr561cp9t78hc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tweqhg3yshlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln18y9g9dt4wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9t0sl77cmll4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zry1v4jhj93ng\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8p067v9nem0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWO_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w35clqtjnfh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0se7q8p3c6s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6exxc1ef79x8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvp2px9276r8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxmy39kedzgy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjz8dctk297kb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_RDE_OSEX\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drz8tkysv18ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkgplpkzmgzs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qrywtdvnx9j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6lnj85k45ghb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbtn4q5crtlq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep3pyyjtvbzvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j542x018c49l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swvjelv2pw6b5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rhsk4z9fkg5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvdnp8dn9s8gb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_BingeDrinking\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85hcn1k7cc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vcv9t0rn62s7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tecrxntq6dq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherIndicLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxpgdxh359q4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment10ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp8ntkfrhlz9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4g19c9henl2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/Q00-Q99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzvnrp2t416tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9kd8n6fl94bf\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frvfgmpw6vcz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v688dm0mqlz07\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin15_t_d_2017_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06knzccy5dw1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exxkq1l403th9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ZWHDP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjq8s3yre8k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdhysd35er3yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx9vzh5lbmc43\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9wnecf69slt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v2swdyeekbzd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw9w20b50nc73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_PARLN.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evkewpnlt7836\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv7k4fpjg2t06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yks68mg543s73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jpklpzq4h2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4b26cm83zr23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe915c3lqsm04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss9y7y25g0ry\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1twxb7g2x40p4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_TransportAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkws0k4eey8t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md2cy00361h06\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9rjhbvkp17b1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52pkf22z0vpn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ldyhwcngxtb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xksd2f68bzwfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrd2lq7h4fbed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3t1gjqf0scx6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084s9xcr8f662\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yg41pdrsfzt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z80nc958cwg52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_IND_EMPL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_67Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655v65jz1em4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cskv07w82zqg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633xp8j2wmkyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v2zh29qtx4g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5cf3ke12jj1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9de19m9e7f8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HodgkinsDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6g37hc4lh8lf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlmh3skc09rc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqgvvjm43hh9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t32kvxd8qzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lhe0mh5jdtwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_PC_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj23j29dvz9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj2gt9ymlq8jf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2sz4bwxdrxbxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dflld7temh0td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8608jhrnv5ld\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1swen2p9xs2q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6705d83hn9e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0djbddedddgv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2zd64wvw9wh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbrthb4ywbyk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj1d269blygk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z2lf52y5l5y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j0r6cmljecyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcdletnhynw37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed1re1fzy931g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kydy7bmxvgh4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gprt9l4vkr901\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--NP\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_TRAN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n28h4jhw1dns7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kssfh6lkr9nl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Leukemia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkb6chk80dy23\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mj20kl65fp29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwhw12nvcdplh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhhcns0c23eeb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8ffyj5m1hj3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9lqwejypj0s4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ex076cv2dwx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F500\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit_1Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lk2exgrywcx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvpkg8xd66q1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.METRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_4_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x4sp2p0xf263\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2vqcp1zvw4p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8y9ymn1emvjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5qetk2vfw1n8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76rl3q8mtx2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fez685e9sb0s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3w2c3qvqt1md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43lkqn4m5fe33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8276gss3d3q82\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother22Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4yyn7sge5b23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l3v1f2ffwc0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h7jc0czrzzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmg47l95432m\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enllq2smqzg16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6dqh0rej8n5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb6g5kwtcfwg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ej5zz12mdvwd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6qjm2j8305q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l37slv28407pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nlhd3rq8fpvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/412gc8sxhp3y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mq86sr8jpgr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rysxpx4gbjt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w03sd462gj2p7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6f0sk392egyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs12mnpshmlv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggx918j9p5tnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klxndj882vdn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjbzxd60kn228\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx8wmx7m4w1hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlvn624934g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjm2pjs0j289\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tl84ecbltqm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wzjmnr96j41h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr0rdv0b6bs0c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e17pvlychq0rf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9hj8zjgwz4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk52j76yqyyyb\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55d4gv2zn5be9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6cmmhsqgnry9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7qv63hkdc4d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gr8qm2hbcwj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q4nd68jff5wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2szvml8jkld8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r2q3wzhc2dx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvtf1c9v6bx38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6xl3fx5t6wdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnp6rs29wt789\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqhxk95lv99n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lny4f0yy3mng7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8211b9cctv6z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs1b67r651l51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr927mgc7dbff\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1349hqe455hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x0nwrrk14tk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7eq9mjfn4zh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f70r9l2446s31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx7k3xpmmepe1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b0lyl0vvzxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z6lv97tt1nv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h255gx042f7y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhyw61f1b865\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w80cxjvp45ce2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgktpwmj840g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjwwrd2yt29k1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1270_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1pvn6pvblpb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS11_21_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6775fk03tsh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1z870edy2qs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3559reg7xy27\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_HDDY_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_13Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dg4xzbyg923h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64szz4v6q70q2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nygy8j2b3fl0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5yy6vt0npy98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvxe8ptztd63\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_KeroseneJetFuel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpp8xj7qkleyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7tsym00cfzz8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8rkhsg939r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineTropicalDepressionEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_1Year_FederalFund\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypx81pw8j1wb8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n28xxe2lfsz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkmte1bdkp3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd4hnzw7s0x55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1beqvrv3hcnjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63t3kwje7lrvd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jpp0hc5h7xm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdy9zs9sqfbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc7j2xvcxzyv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ShipFare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5dk786m81bdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y0dnpj6flbeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t02zt74402x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwlev5pzvgg06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnsshxr1dw0l3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7plf30e591xk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcq80h7x0yqq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_PrivatelyOwnedForProfitEstablishment_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lpzm27qpvtx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k7bdf6eq6774\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqlqp87mf6j65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_RU_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gs8dqw52dl67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tt0nfzgbtbml9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s02mzs7typs13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qfmc10g1lpsf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scyc24bm442v5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVTE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2d4mwnp8hsl9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR04_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkq7twss9k25g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4b60ynv971h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8znpjbty57r3d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teg2ddk7jv165\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEVAB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjjxwcj9c512g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF_AGG3A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_SVR_WAST_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAH_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5nsf69rzd9g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e90ervg70kfp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd42sxkhnjl4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sngbr2b9sz64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zdq2gjcppk4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btk6w13tz1j6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VTE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g15mcxt2b434\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4jth8tbykv86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPPRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fjvjz9j9l44h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jj5921znqzr3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsp3n7rwx3679\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r602fphsfz21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83h0m3zg0teq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmy5z0gbtdppg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzwnhmrjd3enh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q4f0nj6tj694\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwfl1nkvxg1h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzz19q2mkl1q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhgzjfbgms7hf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0863wh2t63f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd3fd2slpv08h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgnw7vv0te7b4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3xrhbsklezy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/A00-B99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm93c4z3zstn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn0phd0cl0zy1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhd63sw7pd3c9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pbqlry91eck6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dyzywwf8vr7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherAgriculturalSoilEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1nw05mq56d92\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2vyt0jky31bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjx7syvjbjrf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m0yeq6w1tjhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsn7df0drcrec\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m22c9wdfqfr31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/722x7px4ngnt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbnes11dgvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z2xdlgrc1mrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73f3n5nqtxldg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k930d4tfpfng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f39q721ry22b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8g32x24rrls5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.12-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgwje9vx3nytb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm0tpmv5qxhz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxyhv4y0q5nw9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEV--AGG_0_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3619qm0nzf8rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x62mggzfc86jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ltffswex5c83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws45vtxytxvg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_OilAndMeal\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteTelevisionAndRadioService\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm9s1m3hbhn7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/132bbnwxkcejc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sclej41r8ec3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0hm51rn976gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj5fxldygwhx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1mptgm6wb3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0zj5pfe780h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzm90hfdns1j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lch4l5kzpywk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin42_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq1dtp7kq1tv2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l6q6ecd53l7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p59589151kp67\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27v5g7ve28wq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92rveb1jrm2vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.8499-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cf68pbr3w3lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0epmewm5fp5yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7djlke40704f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpq652wyr5642\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3v4nj6qtndqc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_BELL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhrs19eysvqq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7nlpy85hdly7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01w3x6f1wdc4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69hzmdfg4cl8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymeltte52tjz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e930hsgqsmz2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2gr9vyqrtwdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7r2y8ewffrj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfqjkdr46pyjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z36zx39h84p61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_Female_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejgyz9vtgkk3b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eckwk3fphvbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n7e9hjd65j1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97fwzxcy0f517\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2v8sqlwyvehf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb5ls19x61xtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe8ewsccd1809\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NotInLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kyemlvfgycx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6q34th84kkw7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSGP_56_F400_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djmqpey7fpq26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg2sfc6wvfyd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessUSDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_100000OrMoreUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xdzfhdfs6v06\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3txfzt6k52jrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0f10439ms753\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithoutMortgage_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cbx77wg5gx2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bngelwt7ft916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhqj4qx5vzzhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68blnw4q6gbc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzr17h42c74r2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.AGE--Y15T64\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfflh1z38deb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3fbe69gwjwbp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cssekvykhys5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8eksbsd7f2n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdn52h90b9dxh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ADT_1524_LT_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82lp68flnw5vf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GC_TAX_OTHR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MembershipAssociationsAndOrganizations\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvkddh119923c\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjp8md18cg8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb517nt2ltxl5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_TOTLN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05jf0ww7jzgxb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpxf9509wkmk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vq7gxhhtrms8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js87eryfz5rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgb0jv8zcll34\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jkck4zhbchh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crj1nf4jdtxg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v85qsfrmh3jt4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr2q336pllwjc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzvvcv6rlfn8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DXL0_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz2592kexkzqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t65jl5nx1cnhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinResistantStaphylococcusAureus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gchqtbr6mxnhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqynqw9wcb386\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bycv6mng3nnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypw716l40tgx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_15To19Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gxhh8gvq8dq\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_TOTL_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Malnutrition_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq0qrxrs0mz18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvgbbt2dm53e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71p63scs3g4qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg425ktsqnjj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt1my8wwgq3d6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1j1sn4pnyxc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97yjf51tbh2z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny8brj0zf7sw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te399fg6je5gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bxsqqcv7nvhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btrr9nmvpb5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkx1q4lf0er32\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e7g8l6vxpf41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c883ntqt2mb31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RAIMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjl2e7b9njph4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTPUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_0_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kw9k3yr7ehj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2ef4rjrp2kxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm3sq0rk9cx32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7ljdwmfzw3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkebnlxscy2t6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0840m79thert4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewrs6pqc9rg99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w12sq2j5n6l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yse0vzt2p90d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84fw4weskezeh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/q6p2wv2czgc87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/246xjrn94yqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfchfjjr2f7c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shp401d7c31q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfl7scv7cdc99\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALITSQ\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rgnysln9r25f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztq8wfj602rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwn2x24rbwbsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FamilyClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3cdr2ss594k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HousekeepingSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7fpbgpw2xp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zktbh3g9bldch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8692snt6s5cl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAGVB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvehwy72xlsl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnby22p01n0bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw3t3r74kv7mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewkbcedfcedfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd2wl715dg9f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08lb6wnlrl31f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3019gy5m3b3g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfj9kpv3slprf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlsdq4w77vf07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvhbdgz0d50ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0dp80blqfeh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymtckm2ccpv14\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_25UP_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsjkmv944tne7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49dkj7fcv0dlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87t9m8ggp2zf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljs4xyqxkecx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx5k7f6kf7l9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq77hmr4kpzmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ety9y1vw8q2x5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz629lfw51v8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Food\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01swnz71g340h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weqgvwd0vdb37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhl8krzkyj79c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200023\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27q3gd00qws5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gv2fjyxh7pld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2dymxlse7mx4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ffq41ns3kzs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjnh4gc6vpcz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2q2c8lsbf32c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgpehps4ckv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4tn16k4ksk7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v73y1s2d35ypd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c748ste22kcx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjt3ts6637qv1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_FRM_BRIB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_LessThan1Year_AsAFractionOf_Count_BirthEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA29_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jprd3rscnx571\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0evnp36ms6nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb5lbtqlrsh46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbwe0bsqkfbec\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbyd0kskqbwp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbkzh498n63s1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efq25hedh2jkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzy07hvn94yzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe1hfg4k61q94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bml4qxsvlbqs3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cvcy03vfw082\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wevdt8srrbdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Falls_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_ConfirmedOrProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3th7d19menh34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m1036n5tqwfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrtzn5qx1nkn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj539jnj3gyq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fgp483vtd9n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emek6jqg6b406\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qznp10580j9fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00t37zq8dbwn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frs3c1v8zb0b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqvrvx8cr63m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qwbycyqt9d1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbgzbev45dc48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr0jbfllk97hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4v5dffp2mexb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPUP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j234md1rdbd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf1cdjm4g2gv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blklem4dgesr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsgqhem359r62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbkjdg3hmdbf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyhl7t3yhzng9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13tcetzcscs1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4vtwbpsfp79\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpw9qf5bkxej4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7gt79qpd8eh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkc85qpm0jz14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtbs986le279\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekylj2n86gvth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm08sly0984c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_POLINS.POLICY_INSTRUMENTS--POL_REGLEG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmtq59qgdrtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b794hg97rt7x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zez33nfgnlzv3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvfj3pz8wcfy5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64tf9wysyewf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g22hyk2nh0q28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksnxd6r3g8wbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5ggz9tdycwn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5pcz8e2dhb2d\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_InLaborForce_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xm8l9j5tvt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycv4tg3n2fre5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nqy1wmvzsm27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxmcj6xyk2we7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz84zsd6ljf66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_IntentionalSelfHarm_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n47c5blxxzfj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhs1wejegehk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RenalFailure_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4fkrp03drw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6wpflkbhrmx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r1et2n7mx9g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srhc6sl548xcd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cznlg2e5v9mbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffwk7rn460rn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvftyfmvlkre7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ArabicSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd4r3623clz84\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc675yb8k8w9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9wsp4rce84j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtvfg89rxym93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_06\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/bxqyl6fmq6k13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzm3j1689x12b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj51dc4lgecl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3yxxpfrb56s4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk18yfnj5zt21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppfew24syql51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TMIMV.M\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22wqlgenzmqx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gge6jv2kk8p7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzvy0rxmx4qp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e6gyfg3jqkr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgfg9rnlpnnw3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddnejgwj10gqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y63gg02m2pwt4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yyzf1ebmt4zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s31l9njr6byt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_UAPP_23\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentSomeCollegeNoDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvtm51g56527f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpd0xcn647xm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrnzgryjb2gq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z83wezw648db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhflrp7gm2j4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lr57b7391w12\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvjfm2fhtfev8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kdm30dh43td9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ezxkw29bf7k\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithIndependentLivingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Testosterone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg8mcw4l79h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0v3x3zm6fq52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7qr9y5gb61gd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c11j0rs6p7je\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80tq9st88dlw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ezsvqpdc2zd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb21ftkqn7rk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x94vk36tntl7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_StateGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt8eb9pewemh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwtmef9psjp21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb05gqhq9pkk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r63phbmyg24f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdz6shlj4f97\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bswh15nzbp9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyxpv090s2wn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f459zlqdewgs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6e3n3lw5d7w6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lrcldkpr0ezh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsskpz57pgtq9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04qqf9ylwdwr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xx3m21sy2wl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg5kr5hxqshf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyys9v7e8m3rc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vhqy70z3hrg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpx513jvf4xed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dcv4knypmcf6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInKindergarten\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggqt3dys6c326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdvdn9m9w5rxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp0b8bvkblj5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfjchdbtt8779\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AnimalCruelty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06b4b7g67ry8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kxzncnzl2ys3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eez78y45v1913\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To29Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7j8c2rbjk94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l14pw94vtyqh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxrr0rfh98lj7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9mvt377fmgn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvpwqkx3deszf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_OtherHydrocarbons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pls7xw20hs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffmkh73r2hrcb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm64e25yfgwqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Unemployed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCE_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9pkmpneh1fl\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_PDAN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"eia/PET.EMA_EPPRL_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfzxpk89d5vfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8v3t1gs22d8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceBlackOrAfricanAmericanAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs12hbnfv9pt2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68lh8hlbllfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en1dv0qfxq6d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1krgb359der0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg1rl115ce7kc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5vn9lkxcrp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72tjcl6zf6pc9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y_GE50__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_98Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lgq2dz00by0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gcrn657e7vj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppmj83cyfx2x4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmltp02ekfmh9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FTP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stxh74myxvgt2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fvmljsg54bqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g702gc1dd2fs4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Energy_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4eys7s4pyjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Falls_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd3t6yctwvr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8f1f3hxr94g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87bybjkrz1x86\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y70sj75ecflyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4x1kp11mkhv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l77hynqb67jqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ld35q7r1n347\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nwdv5hr0rweh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2gjbyhl43164\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k8scvfttvrdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg1jpyvqkkczb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8wylwhgrgzyh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nspyxnye08p1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed5f7bg7rz8l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvmq7j27b1cv\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex01pnzxvp6tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fs3sjtbn518\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqh2gbdtm7kzf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp5tk68d00tf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1170_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1kwknrfby93f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7v121l9ff0qb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq5s10m0697lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y09encpscbe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx7nx378q8hm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1eyel5ps1vw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1243fj077bwt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e41bgyyw386h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y70ppl4rxjhjh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkwt79c2e49hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txkf8vd5h90kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycb5cvyd52ph4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wbpr8ztfm3n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szp1zq3fvwyb6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04vb7259fs3n6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4kk7d4t81qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2zeq33ew2p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb1x2mnqylh93\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kw7znc4e27md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbppd9zcjnk9h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf30by1q0mny8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_TransportAccidents_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl9vt8hr76eeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf88wpdpw6w48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyg22emkdr9e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bj5vmtc5fdz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_2_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3blw3hwcvbc18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6led5xv7lx0l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2ymk00x0rhmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryDEU_AsAFractionOf_Amount_Debt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s03f5mvdm5tr2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9e7m384n02l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqlex1ell86yf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_4OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8btkvt1qz79v9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4xk5z5jpvxr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqkpe7v1jqds5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl50r2y91m0y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtjb1rjy2pmsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0fhkxznvn3d8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fykbp1d63jzs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1l929wxsjz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8lpwgegj37x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmm9vd0krjcs3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrqjj761bvbq3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACC_HNDWSH.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5leg0wtech9s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q5pspg5771p6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwf1s6fsj3vp8\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td8qxlnlcngj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/747lhnpzn7p0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewkdlb6qkmmq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc09nwk8lyns6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7y5n6w88c86\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95ckshyxxfe07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq0mghp5j8642\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdylrrvzsef8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45zlsgxy7gc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5met642dnn4e6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9kcw37fhl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqr51w83zyq2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nrgpbys1ecyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghm18wl3bd47h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqy9hdj4exwb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twx0qtzqc4xs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fb0r7xg7fqn6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f4b076pe0dgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe8vd0ejk0h4g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/171fnfpl8dvbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q352ppmge6m7f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ezpbjn03jh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lzxghv27eyh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghe7xcp3210vc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-4-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjhge7ccr7xn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ls7fr9c9fhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlxsc08t3t2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ndw9b158ded9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxdwqkzcbz1mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szl79fgr6p776\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zw1trgx4k9c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2vff3qb1efs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gthmpzrd5jgfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mppex5f3wmv05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dj6qlemmk3hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fq092vqysbx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hzmxh0kh9kd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r99s8hvqcyhv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ys4tntg2ppwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8v4v4sd6zwtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcc6k44ghflkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36svp9tx0cmk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/keewgnwze85l7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v00t9gcgdl0qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v145qj5kjd251\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2dkm54lwxxx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpcp7kdbpy47c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdem3mbp8jd3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh94wbrlv78ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0sn619rqkejg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqtrlp57cech\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfjjjn02je33b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherOnsiteFuelUsage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYR_LC.AGE--Y0T45\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_TamilSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxln33x9020h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeNotStated_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwkqmq0m47r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s025d8fx97gf2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_03\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qwlldndf4g1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mffdlrrpwk672\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vy54b6qtbr68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgmv1jvme7nd6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_CLC_HEAT_XD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4tdl0fp83s6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_WelfareFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd7pwd8e80937\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyffxxlg9212d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp2e0nwtx0t98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/R00-R99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d90je8nlzjh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd9nqcggfhg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crql4rnqz5ctb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krccd5zg6dm79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithMedicaid\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s00wyp6rn6xb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAE_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wnhh8y9kyjjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1wlmcvs3qv0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTCDV\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/TX_VAL_MRCH_WL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XGDP_0_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bb6wb41l1x1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_POP_DNST\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37tpwc9d802w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWC0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgccpptbr9hbf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ryhyg6q0d8hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nr1ktv2e9bz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e5hg2hlhle8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36ver9tnyhv52\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_Nominal_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_Count_Establishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgpn040fzpq41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egrprsfp2ldb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8m4kp2vs9mdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgjv9t64kwwzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgkrvybg3eslg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xevernc6s1esb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_ReceivedAnnualCheckup\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4p0s6t3hh13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl1jyzn8xtb5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv8x145hejv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy51jgje6kcmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA30_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03r045ht0t5g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ee30vcx0759\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cql1z5x02s3qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xrzje10dswn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cp97v5yj3rsg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_03_mortal\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To64Years_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7snzb4vyjv3e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wejbgr06e15w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y99tdhjfmrrwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r1k4qsntnp6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23gst7l363rd8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Hernia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptf4g66sr1gdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9s8sx1kzqyxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg8cr936pwjf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fl27gm3mrjn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zmxmpw2z3xj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c98mm49wx85v1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv0lhzh7vyveg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf336xsqj3bth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BedroomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl2zl8mwphzkh\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97t8yynpmfy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPrivateHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_GF_KT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tfmtzgevcjh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnhelcv33yk9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithPublicHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r2dy5mlyymw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gqdqek14dxs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrj83zz7z5h92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/SP_POP_1564_TO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzmdgw6klbw6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8D0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc548hsp1cl0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhwj3qx90h4pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NontransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMultipleCrimeLocations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60mq1lysnc39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l50gb4jz2xrb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww1estl3syqyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50dxp6tpvhtyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dll8n8mkyedrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl2kz7sb1dydh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypbwyz52xs2dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brvyr1940q0y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fghzsvpb7gl8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fw0t5m6459gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z4pd95mv3hyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fflxl1j34ycb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z9eskv92cwx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hlhvqnps3tg4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bppqxnbrf32t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywzr8pbxs9p5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dbsw1df2wrg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q13zhbkb7959\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2brtbsbjgww5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4grzkjq201xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzhpp2yv2xmsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_RainOrMist\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_0004_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtw3nrkgfkleb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swgfvk2jj67fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hkej38ffh6k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fslfnj48hx8rg\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbg5sp6kt26q9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGC_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3j2qdbynf5c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr5fdr2y46rh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfy4mw9vefe7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1wtbgd0dghed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1etvj9z5xh146\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b80x6tm0hyt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfvrlp1kfypsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdmds33n46rk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6cqqlbxx8zc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6ygtny8g3kvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtl50htn3wze\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bslx5cbwhk0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/342rtg5gldm7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc2kdcy24f1qf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g51srjshrcvgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgp5kqdrn0jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0d4xxdrbpn07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf1rm5zx34dtg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3qdzwwljkhjd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vtt31fmzdkvc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7emd72x6njec7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqgtw95h3pl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82t6l5tpqsbl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwzxnpgmlz77d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ngh602hxb2rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kdrvj91srbw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wedhn8weq3md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95mzl8q82gr9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tekn1bx8d13c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27w6htb6jqx0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxsvef3ecekq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrt1rp22bgj1d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx0b2dr550y3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SNNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ble866h5hdqz5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q0klypw9fp51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wljn16f7vcjw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1sq20c27zq61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1nfhr8rkk0h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy5gw5zmq9nt\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp7ymlwlvfbkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebyfp88d12yh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1c05v1bxj0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/C00-D48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlykw8p3qdgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57g9y91nc5zjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s49qlcxn5nyk\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf84nkerps463\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_UnknownEthnicity_VisaHolder_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qfnrysesvj9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q05p54c8zyk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ye7e0g071x484\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ek2l780184\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3djf17z29mw92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57g78qf1p4z58\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eyf09cc0t8g6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_NotLivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67sqlf0760h14\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fzcjknrhqvd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3rj83lmwsvzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl7p4e0jt3js2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzs39b96pgsk6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxesd808kwsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytssmfcwxg5jg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e46ntwrw7dxyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/748qxnwtbrg74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgntsmvvxvg92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ww8mgcqyw5e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsyzqkhk8wjmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lper3mw4f70yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk4ybq2zcn1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twdr4c500yev5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/816ek4khyb838\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8vzpqwkhej94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyn219842w2t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z17r3vmylvnph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnq7nl29heb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t803em41hqdwf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq9szlr0xfvnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fmf8j966le97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwj2n75whxvec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njlhcjsw86hd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcdkbm5l1c5s3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWIN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yygy29mj0zn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh6y3p7665t17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6js577c0db79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hycewjthgy8w\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sfq3gqxf6fb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFROP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensSuitsSportCoatsAndOuterwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ds188k1my5zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqgftpnmb6kgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k87z14l2ryc03\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14cr8lhh67kmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs7jd1vfswf96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_HarvestedCropland\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CareOfInvalidsAndElderlyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PCBO_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Imports_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qpf6lvj9p1e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbdy4fsnz2qzf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2DXL0_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kxecm5ll0kp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmm2f51y7mmyd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgw5tdvjgg743\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkf92y3kftw76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CrackersBreadAndCrackerProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lv3w9n3nz86d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjr1g6010zns3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42dlbm4qfj937\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_IMM_IDPT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs26tvwndp2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvhd2ctz02hq2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs4lx148h6p55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkv5wp93teq4h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf85zc6wypd2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTyphoidFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nq7ncsvhr60c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c9dfwdqjgdyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3kx6791h6e83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50000To64999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sth7le9lpf0r1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPU_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34rtyh0j7v0lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx117lbrn9dwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csgsrc5ly35y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9xj9jy37f6df\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3dkmm6mkdnw\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForDomesticAviation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg9c35j8e4d3d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_MA_VO_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyp0fl9y5k3j3\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_ElectricityConsumer_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ygt2pvs5by3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4p7gmdc30nj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8fm1r0n6cvgh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d9ekjlbew739\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4n0nl8le6c67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybksbzmvf2htc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGARX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjbkekd4xtjh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2dep8w15455\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nep04gts64hhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1455fllmh3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qd46xzjyv4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jyb3k8nrrxt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TextileMills\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2brxj4pykgch9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwpt2fl8dekdg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n8eb60wyh3c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hylkq6qsk4qt7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56b4xhm8xmech\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em06p1ltp38f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9e8whfnxm6n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yj6nnjv0ntcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yzk8t4e9t6v6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother37Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ResidentialTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ds1x7bpxpx22\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_2_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7srzyvn51n\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Accommodation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qppvlnble6hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mbscwv96e60d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsbd06yv845pg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzb2kg7ee7ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w824q873pmw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7tmejdb0jl75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds2vpzd21gr8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2nly5l73cgk6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r8tgqzebr2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4nys3zqnt9f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwxs7e6070h3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkm3fkhc4en6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb9snwn78ydv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWGH_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With2Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n4bjfjpmh3x7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2w4ewwwt6725\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w2315krt5b7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99zgg4r5wl2xb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndndcjfgzj3r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs9wdjpz4hg4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jeh63sn69cq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1qkt9c5n6wwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxgnhpccl1lkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qqwg8yt4jddd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ff8rbc51828\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_24Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64881dpdff85b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elsdb6wrpxfn4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ff70lcr13dx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v626v3zglqhhd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5bf6l22ktwdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pykt9q0jw2gw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pn1bp5web8q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcf8zces7wnmf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbglsgjn50ry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld84qrnz01mm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8ze6r4sh0xdb\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Last3MonthsOfPregnancy_ECigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Anileridine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psd38t2dvn5t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn66hbyhs17q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekw963ky6bt3d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MaleOrFemaleSterilization\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/086prnfkkn6q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSDP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcffkklpperwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmtkyrw3betv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wew620kvd8275\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bb41m4vv1f98\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fswy7gg71xkq5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGPFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRERX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ybq6eqe6bfz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf4q4kkh29g85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkzplbn3y51lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pj9256xq04c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nkp00yw2zzq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh1y5dtt5bdd9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhsxkn35gzjt8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/779ejpzcxs7gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wsbmegcyns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yddtwtkmh4r49\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3hjrf4fc3k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0btr2669gm53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pzstwhzmhh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d5f6xzmmtesh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qthmg4l52h4dh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svpr91ydxgeqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh608ehll1vv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhwdggwypqr6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cvde5wh91beg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lxn28lyjtx64\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKRV_SWAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e3gzzwhvymn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nttlwynk5qxvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/req3re7gx786g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/XGDP_56_FSGOV_FDINSTADM_FFD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To19Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e29xs0gz036c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s676zre1xymgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qvzrkg9mbb13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfenv6bzm5bc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_POR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhgwl0e1nbmr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhm6gsc1dxb0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcc4xq5090pbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tklj5b89zqzkc\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3j84dlypxh3\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38zpns4hrw9n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPPC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pd5r65c31t44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szywv0lfrn1p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2ngwjeds02kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2e8k875bznsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1ddys8kjcp65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spfqtg21055fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkysfh4l2rkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkz4fl2c91h86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blewhze2khq69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pndhs5exsmkh5\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_RefineryGas_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5qtchbrfgnb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p1mgsgtm3rd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccyrzg3z1f8sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f159lj4g9gq62\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years5To14_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0399zpxnb8ttb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RCD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_UnspecifiedAcuteLowerRespiratoryInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfSulfur\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn6lw5jkhdlx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRBB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p1j1tv1k2jm\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9zlw784z2jf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hh7cp878qgjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78t4yc8j21m34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7396jtpewrv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwzrm2pn2l378\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvps9hdmyxtdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lh6gh7zykkcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To59Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g15v6gg3ww37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwl1f1rlne84\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvv6924k5h4r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy4znqqd5gc8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdPaperProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr72k1grcgew1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y7jr9k0513m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl5yp3f2e3pf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5106_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_FourWayIntersection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpnhkq7yr5r06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlcoholicLiverDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPU_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k50gtsw6flst2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3kxdwww0c8b6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p3ce8m8wvym2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12kdl9fwg2gw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21513nhydkhv4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalActivities_CombinedCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AIDS_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04lhf02p4w91c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw4g4grh9ncyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pg5ecny73vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx9jpt51gyt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gvfm6b5nwe42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewfdlwpppwrf3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_20Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment_9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gbtgkcyw0j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km8en9ep7bwh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzfz92vrv98c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3x9gternew72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyeh0vhmhlzp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4es8dj0mb02d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvgwf80yl0gr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hg1p6sfs11fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1hfn1kc2rqhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCountry/MEX\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xccwpbvv78cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/799nz6bfjmxt8\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA01_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x04mwrte79d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2255dgjwj8j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b7bcypqhm8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlj7nrvsb85h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5qjl4bd6jqj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3ed88m0syh73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gwwn4b44kx94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e70ebmqkej1kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3g9dqsqd3z89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2016Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fth9zfln2jjb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j47ncjf3m641\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6fvlslennxp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkzx1d4jr9c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klwqrs30wj3pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnecwy4tfcr17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fek6yw5sjn3f7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_66Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c4y3mssfwrh\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr3680tywd1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--TC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hf12tcbtdzk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grh9qmbgbwyq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7slyjztfmfy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdr5ww69t0hff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ID\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p6kjbh4vh878\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbc274zfl36lc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg5s7zfdr0g65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5j79gkhcs0z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nck3bnlfs6cx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1lcjmzqf73gd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_BDVL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj58z8gqlypb3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5054_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb6qzh6bfjbxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1xf2yfvehkbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yp3vegtsz7t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq3gj3wgsb8j\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ODA_TOTG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwqc4j65hjcxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6gw62j098phc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/711rp33b3t648\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_CLTH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f49tn9w47h6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0lfp4pj351n1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_CFT_ACCS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv2nzzbyqm8tf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2529_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xbypbk37kcd7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_3_ACCESS_ELECTRICITY_URBAN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9zzw6tg68n9z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.7-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kns4tew3ndhj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl0jnnlp84wlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm29j63v08n14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/578et2pv5k5bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm00v9xm0m401\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7fgdp6xb018g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57jn40k4kvrr8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LPP_AG15T24\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FullTimeYearRoundWorker_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssgscmlpdgj8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f53yzcds7mcq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm23grc1r0326\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1szl9e1nqnwp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrj2k4w4gttrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbrz5qszq1pv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzfe5z4ts8eb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonMetallicMineralsIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep61hkxb7w9zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5x2lvt9x9d59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v74485k020x2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0lhmbm8ydr69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_KeroseneJetFuel\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecw0mmq76njw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwqvefrqe2eq\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78gynt9xc5crc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe9d2qpremth2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2w7mm2xhxek8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fb92let21fr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0z18mssyep31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgfytv9gmpkzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mv0qswltq5fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp28p7f6dsev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdjljr20dk0k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7n24fc32r9rg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94fxn0rfnyw47\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tcnjn16cdzj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jd81pem9kkk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0v8bbj0ds4th\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUseElsewhere_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Ham\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0bgp9hqnf1f6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m88m811e2ny3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8fstbz1fpkz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rb83jewreqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9m53y39hhghb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zze4nd8d8p4yh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfkxn6jr5p4q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d766t65kjs1s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmcxebkswcnr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scfpsfhkl3051\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_94Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52fxvlyl8t4wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxs1qg0dee925\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal7Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSTransportationWarehousingUtilities_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fyly2lmyfgk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64wdvejym1s9h\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5f83b9hncp4t7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec1l401w6cr08\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2tclbe1fynv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gknpxnxxhl0n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4jl62rhktj51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez6sc867bzlp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z43ssb8llhqt5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbnwjmvnze1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurseSnatching_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftq2esyy8083c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plyw52pdn2pcb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jc94m9nwtnv9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41x7p20t0gvm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1q1x3fn55fqd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5q5hfcqhqny7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stz77vg2qgjm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BONIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV10_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_HispanicOrLatino_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x1vth6m5qfh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77fyy1dcd1bt5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6drsx1xzd4ls4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77470mpvj203h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gejktyfl1efk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptmscqzbbjp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j12z94tfpt7j3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47glp0wpv3fwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rkcz82dk5h71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvysq52ndzpx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsshd4ghmwjkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_REG_COST_PC_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InpatientHospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8vhz22xls5s\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l131jwsnwb3f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0e480czp8kpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4x469gqsnvv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkerrgj9ck911\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgrn7hbwer02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0q5xvfncbyeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyhrx9cxbhz68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gn2c08kc93gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtecthfq7p0h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nvqg6ew5wp7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm7jrmqg2r0l9\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With3To4Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz9qxp07tqjl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8etqyv362r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rhm4kx7mdrbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yt94zvd5fgpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrbyntbgbp8y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mym7dezync15g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcq5lqjtd6sd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6bzfj2vsh3g9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5410_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hh1n5tgbeq71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw7ykgtfne8q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6pk1jwtrm6q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7h36sey7bk92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kxmxlgydwg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_PR_F\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10lsjs15b65tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hpl1fv2q3w98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w83kr7x1mw7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzd86yy7x932b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r11ecyez8tx1d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey476jckp36rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsky9xd4gbw89\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhlg6bmb2qs63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5rgpb0zggm7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjygt1fppr3z\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erj2m9pwyh9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpbyg3c349cm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13vhpl5pd55lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h71pszng3x1b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb56k74klj5lh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xh3qxpvyrd57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ls2hfcj4ycr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3qbvpxcqftt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv4vtgvfr8n41\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gkdezk2yvq77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2mjl7qsw27z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vv0hh4nyj81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y36ztllhp9xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w34x7kjkzww7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4vqr56bhj709\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDisordersOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99bv9yxkk0gs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbd3ktwgwx2hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8mh3dt7nd573\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fr7pq0nyypch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21kqe7mj2cx86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmc7tkprp9h68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwhl4wjpek0yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/431e947psxetc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7trw46dq9yc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd1th6cntjkk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxfghfz9v32x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3108b30s6d8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrzmephddzs68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CHD_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kxyx5fxsww63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frq927cx17978\":{\"byEntity\":{\"country/USA\":{}}},\"dc/letksmpq66tgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhde8610t67h6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dppnlz81z7x11\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp6ktv1vzep89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn4wt9rdf4pkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnfssx81m2v88\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23y2bgkjk0cp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjvw3mb5jq328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z14whnjyddv7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkffrrkxgyl2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hgc08qbgg553\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2dz39rsdher\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsc8gk87gcxfg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv0r14hrpp64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l79l9hpppsty8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gb0mcmcb3ff15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flnrnnfqgyv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20zhcf732j6xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/257xlrsdb01c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epqef64sejc1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lfgpfvbe253g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_XPD_EARN10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p106f0fwvs808\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysmsjs76v7xw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cjrzzc3pc61f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7mlpcsjp7zx\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6rks7klqlxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykxl63tz1mgh1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv0q8gkhznjg4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gsl1fnscp0w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psfdc0c0p0s58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_ENVTECH_IMP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99k1mfcfq1k0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpegrtv6pz2r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynm11qvs7w25d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG200010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yd10yn71fhsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng7c4he3xms19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfsbx214pr6wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xphs2j3583qsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t0s4wjybr7x2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R08_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgq6b7tnm5wd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyxltjz073zc5\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qs6fzcwcbedb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0749cs14k9jr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvbwgkshjm1hd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BX_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdxgg8mx68gt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x88v7ntj9mmf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqyzlnpflt79h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Female_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge88tmpvgdmhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9hbc2g0q5eg\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory_WorkedOvertime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4klgbe5fssl1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj4k67w5xlrlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qjhd52k46q7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OperationsOfWarAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pcj981jkzrs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_NO_SRC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbfy808fjn848\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhpqjmctf38yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6hetgbfj0vf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf5xgmkcjdccc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjjmthdb01633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx02r53ckzgjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvp1qpr9xmhlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wyher77gehsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbdsns4eqx9xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d5kzt3hr8nkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts46tm05gczwh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxrcrhd11mvl2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnd03cpb2mmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9v4hxydn9tqx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj3z7kw5h2hmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sknv7fffrz2s2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snv4lgnv3bwf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfkblgt1w54qb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s2kvv2gmsns6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tn71hcp2hpgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h2jfr5rb0dn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf9km2ws7rnh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcmbbdzm10vsc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9jr6z94dbp82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPM0_PTE_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IP_TMK_NRCT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVH2O\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_23_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Nuclear_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyzbxh09mmzh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzxm0c1nt0ndh\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqzd7ygsb6n29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTC0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dls8b4tz6g9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3l7yt1xht9qc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMNIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InformationTechnologyHardwareAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20y6l98qrq8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwldnjhfnrc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.48-1-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_RailTransport_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7c3z3ffv7bdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_7074\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x8kb6bh81hjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wc4v0xe7dcbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r818l02sxs1yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53g142ylp3586\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfsvmlkc00wkg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w4mtt7y199f1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1g453fdg4l69\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_CREL_HA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherJapanese\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvbp09w6flzw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdrpgr3zby8k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy0v0vbmfkt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9t75hqng6gw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf150000To199999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc0pcw9p6p5fc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex2kkj2bx2x3h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0n4j3vb81h1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr7wlnzke52kc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdj7mcq5kzq56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtxgkl40c0gtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q07n4t7zndsh8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fc9t2nngwxmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSTransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wkzsq23w6reb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kbydveefkhgg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcd2xtzmrevm9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwnt0t745bhb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22mky0c96b6zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4fpej5b2mcq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MerchantWholesalersNondurableGoods\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpgpv00rxx6mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdgfrbywhlr45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy1rr49q0be4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpkwg044cj5g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fwjz8dqnybc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7zwnb6mnjd8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr9q4g0d2fnsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_PersianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnmqgs98tkl84\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_PR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbtbpl0tbfyyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk35xf80n6hw6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNFP_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NutritionalDeficiencies_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efmy5qydlvycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8ydwnw8nlc36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5lw28dz1gvg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrrkd65m6cfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btnfs1r0yefe5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frt9f9cecwtt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91mgs22ffxtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt7jrx13ydc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et18tzrcd70zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz873wty09py8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1w69mqkj6z1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_7074_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573bhjsytgev5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z239zx8dgc13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmyw0v8t5t9l4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_EA_4T6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9w98kznhj4r6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLHCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2529_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WirelessTelephoneServices\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/PD_AGR_SSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9clkjhky5tvk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77ns63r7k9gy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkg9x80pmcxzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q7nhs34ggje2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6br9mzlkyvw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s46yqff3h96gh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1qebdgz8gjnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxx83js4gvnlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t34xmgklwy7zh\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_3Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dnc1nnnhlvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e7egr2866eh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f9fsvw45z8w3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tbw65brtcztg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkxm6m5zncy91\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz48bvz348dc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkpmmm7bsz4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59khz8wq6me1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkzjppbj1brdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf1bycx6v9zv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me2csegnnhq7b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRH_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--61%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9dk0weqbeslb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3p3l6gejs8s\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbjcqd6xzbcr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/envdqqyhljep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spgd68snw3135\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evysets3w0mm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vexn7ybfe49kg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84qec4bezq6y3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_PatentFuel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29e5cpgke1dtd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_WUEYST.ACTIVITY--ISIC4_GTT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_DrugResistantDisease_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chfd4m3hqrn53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83ltxrxthtyc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh86bnzkjcsd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xxg7jdjgtcc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rb5xd6v6yh38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh8yhpszen896\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4d52r8284n59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq7tnk2ddnde2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ODFC_UR_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blwle8kxyqh99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0z9vtkdy2208\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh7sq016y0sv9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24hewmy4xxxg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bjke09b9d6bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdt7dk6822yef\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smkg5vkd2vl6c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Footwear\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmmmtd1rzq6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Psilocybin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7krgw04xv1h23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6k5ze5zd3mhc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsql3hy02p818\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1vre4lpbzqdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mvrw6e1zbv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nch29mfcl8rs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9zgt8yq3s2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zf9y0hdgft73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rqtpbmh50b52\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ltv0hmwjg4z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb2txql70y2w3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17kze196e082f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjvg63c4qke94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrmxkdvkm6z09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcjj69ysljyzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvd46vr4rb8h4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw7y1nspm7dqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgzg76kvsp88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wyvwgwxvl275\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8l58qz1qd2cf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FS0_B.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_PaidEmployee_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthLatinAmerica_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wy93bs47g9v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsgd44xr264h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph3t120t7rez5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4418-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b4338824mlw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qmnydehl8ld8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3fc2twfk7m2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyqrmr8qqh5q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kf0q51mgyenpd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_PRVT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjm1gg9zferch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytvnvn52092r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jm1055k9pq1z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvcy0kxytltzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scpyh35fr0rn2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pnxvhnl36sc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ewhd4mqhjn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/907pbhy3r7ew4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84czmnc1b6sp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother47Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/363ze7nx8r8s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv386w5mvz34c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p69tpsldf99h7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProcessedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/122nvkdxg9nt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESOTU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l221724nfes99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdgmxy8v02ye\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thdhn2mbc7dt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ec5kvhmd9lr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk70b4034f6mc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_ODFC_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d9zdy17w1ey4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbbbx90ewxk14\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_Male_AsFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bv1q7yz1xl4d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/533l49m30dv52\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPK_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8zql1skxbh14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxz49krpqbs4b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSHealthCareSocialAssistance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5nc2qkrwly5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35OrLessYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g45vzjr0fcgbc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-TST.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_65OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwpl5mgvrzw3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5g56r95nc6zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/382kknm8yfeph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp44g8pr4j3s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyfjreyre8r26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_40To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2lvb0p9sx23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdrtk26g8esg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xs8dr3q61pch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77z2vpr2xzbw9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_IBRD_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qcrgnl4vd8rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7k5mz93ntld7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wmenf78b4ej\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75g7h9ks9p25b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kryqrr14jzzx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssnm0y3vy18g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Female_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j78yx9ht2wd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hdxqr49vlj7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGAJP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kr6b62vwk7bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv50bpmfsjteh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97316wdtwe4s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbw1yhccnrs01\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990To1999\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4jbqx5jteneg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgt005bf4p1x1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_SEXV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tg4hsd7nmch2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp72bswf9rw94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmxzpwe5crqnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7923vkhdk9cw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjebky1c54rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1194746zkmkx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjt0qp7zyjsyc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c95v5wyyjth96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6lg2vc0kjs22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9kbx8fv14j78\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_HispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9hen8vef8jn5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x4f951y67eq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b4hyvsp210sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veq4k8rnf37d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/076y6kw3kg7w6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhmc24pedhnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn8hjpg2pc2c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1dvqswe59en7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7mtf4wxv408\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvm1m4dkp56rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lcn2r12thj1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f276v12ktjqg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyr009wv5rm98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg54tg4qgejrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqbflqmrrkby3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWWR_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fhp4pv8thcp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxwtt9q4l6ehb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_SomeOtherRaceAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInNoninstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_JewelryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wxs0rl876ql4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6834kbm0lq32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfTracheaBronchusAndLung\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3hehk50ch012\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w154f2ycylrnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbm12c38dl3s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b67snnfsyzg98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn6t9wck11ft4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0b52gxx34hc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwj5x6c741mv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdbvzthdylv0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnkcnk26vqw68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8cbvmkmjkf62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdgb6dfhhmt84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_ACS_ELEC.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years_Male_InLaborForce_AsFractionOf_Count_Person_15To64Years_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kk2vz7wdbjx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ppbxh8xelbl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/114fyzj6gf622\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_DiseasesOfHeart_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchInclCajunSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr7p6xtqlknjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrjt85rpfjc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qg3yxtqfmfb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/559fwrqnce4r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc4e1p9dgwjn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9n104v58n13\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqc6rm8356w84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4whz5bdffx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbcd5z1chp8xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jqge73pfzky\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4yfl8nrj7tb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKN_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d854de1nz519c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfv8eq8bvg3x5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw1z4cgvjjyzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbqg3xs98548b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qmjmh1q9dfr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkm33mwzm2187\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5119hjd2zf3lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NondurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5c36r6x1m8fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5dsxhzs2zn19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r52ygn6e3zvp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2s06rxjklew9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_MALR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p0fxgwhs5pd1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_CD_DT\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnpwzc722phl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0kdcd2chy0lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryp7s82bc0dbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs9n5z10ep7hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp82fzk3b93qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wbcd4fcsyv43\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlgn2j33t1yqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1hh48ew3d7s1\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Nabilone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43h79nwdp3qf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j88b1fy7045j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql6vg75f2p2cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwhj5qlvstwm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_4044_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wwe52kxn87th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr1lq3x5zytc7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnpjpp8r5q814\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqj5qh095rkx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp096kgzl7es5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSFinanceInsurance_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0ykg1rvhpfwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7dvj2frev168\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0d1v4ylf3n0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npsv2kp8tj2rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tds0m0phhrhj4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqt3xq4zqe574\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yezg9xe6x8eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5vtwbd1539s1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lptxk4xph08b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOAUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dnj0hhhkg3x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp3gymzfrpd93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvt8mcegzcqb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1q1dvnht0de3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hym52bnf334f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psk5gm653kb35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtx0vx4fezl73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdnpvwwqbexv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94bj06kqfk3kg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zryvbtmpx6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yzznkk1vrm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj2ngg6jxwty6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqphn83t0fzz1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_ICTS.TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrj4565kv638b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nbz7955z6fj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtgh0neh9jqy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingFeesAndTolls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5evl7srn08wf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66n1fkz6nzc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80lvx9bc1npeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk8gkwcyjx9xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q58zfhheryl9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bwtr7jmln6dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn0wdyt6mhlwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvw7xkee9176d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv6pqf7kpeswf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01tvclk7c4c8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3exev6688pb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s51nrssvkg7x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewtm85c0k7k27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzps0l9x5y999\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1979OrEarlier_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7bhlqc1lfxlg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6hchewcxbg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk7pejt77b8d1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8b1te6gm9vp5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ys77t546mg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1bqv6f83v02f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ggsp74f5hqlg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr62zgm5ts45g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93vc1mzwsz3x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esb77dlnm91j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh1dn9dqvt4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skwe6n5q014z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6b45v6bsdf1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAfrica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qffmsnp0p4m81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65To74Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtc0wlbhrtv1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvn0v4cnpb383\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz9xkh1zz1ze4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c32hj7wrjkq53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t128q29s8qpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51h270kwck3r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq1kw8mybj5kd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rwjttf1e8js6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z4p1greggc52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_COAL_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvgeqbxjrsv35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fterg90ld1j44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Construction_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se8tt61k5g625\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vf04828ms1ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TornadoEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_2.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rlf9hd7swys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ejygkbqnwn7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1jkhehc8mf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjpnrhgsg6vgc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gflbtcq97d46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgz76bfr2qgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpwx47emtgjtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/verp01jfse6ec\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bxe0e6e6yc34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzn031xs0s019\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndtdb6hcdjs11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thw2yqrf2xwf5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lh82tcerh4n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z3cp2nvrx0t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ge5yx46qwqvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znmrx6zv2b615\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_56_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/696xx9t793khd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwyre451027td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbg55605h2r4h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sepgyk617r8g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ShoeStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhr4n19j12086\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs1d5983g6lj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5391bhjzzdtjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv2jqs7sxwzyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x2b9mh9r00pg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b738yehw228d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j156sqzr0sbh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r26ffl8dvcfc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rqpsdk3s792g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ym2j33py4105\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nykkrqrf2bv18\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2cw9cjbpekgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qmgbv1ftlzn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzv196n5g3s6f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleFatherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mz7fy8127mv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ye960d7jzxmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/799cn3b7md0n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5bz8vg29c51d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sljpsc4q1cv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99163wqrsh9pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txr50g2ekcdrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt2sh69jtcjhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3prys3cwpc8dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hmbsk19v7je7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/6xngtqzefmqcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g61lscsrwhx6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssrjt0mz99pv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwdk2rlj0es7c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_GasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skbyd42jcy6db\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tjsjnez3yd97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rrfv2x8shl84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h80ymqblvkl69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0denptcrp7g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z580fgfexmlcb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_KeroseneJetFuel_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh0kvzq31rk28\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzfczglddhnr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/295crfzn3l3yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ht342pllk023\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xvmp3n6rqpsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9cphv2bv6e21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwtnl5fw07qnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_DiseasesOfPericardiumAndAcuteMyocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y445r8l921w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlwte3jkcxw9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ln9l5vb5mn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frn7zjf4897g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7txypdrtw2tgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f08e2xv47zpmf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ct180bv6vg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92qp270fq7yl7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200060\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwlk59jpdns8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2jbxslg0pfh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg6cc4zpwx0w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el6dllbrxxms4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6y6jd1l9dzpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4znplktskkge6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NavigationalMeasuringElectromedicalAndControlInstrumentsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_ACS_BSRVSAN.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_UnspecifiedAcuteLowerRespiratoryInfection_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_KhmerSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lndy4c477e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCars\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6mqpv3b9xnw6\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98mvdyzyjj4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgblf2c5s0kp5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhwbn2gwh60kb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fmnekmk0z9y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkb1fynnhlddb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv3es1y77rxc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsfnkbyssd2q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwwbnycy9dk4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m40qh23w6zhw4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_MotherNativityUnknownOrNotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfb841kb3ht4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5gcmxjw8gmfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl33dqbd1ftxd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_ElectricityGeneration\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h2g85gzh1012\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crlk32f5e9eg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3gcs69e95p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vclnkvyx85g8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgf5n49kp8d91\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS23_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4rzmr7m3j29g\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_Naphtha\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjg7rp75jc238\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SS0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGAJP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV17_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpy5eeze9b92d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrqjv86vq4gw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm9z8py6lqy82\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v978vqqetz32d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29g89xsm9rn6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7pm3tmqhyrh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1140_9.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89n4ld0vn9ks8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm8sdr5jcwkzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlbzhe9ds3qt5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRS_UNSNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdy53chtb4fg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrswx441e2zy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtsjmewy8dh3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0R_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr5lefjh9b003\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzgw68l5jefy1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With1Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kbb1mt42l0gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jeq82czlm8gx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlwshd0qf3x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9tgbcqd1fne3\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r7mc2z60pyz2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3efjq3rg15df8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqtyq0jkfk3mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112v7fggz4mv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qkh1hdwgnp2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lrjsmnn1pyq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCUP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckv8eryf7try6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/589p0gc36qem5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_CK_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf75000To99999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzxc9pte8dm36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4gl1qmsq3w1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhngctk09wgzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/760xhjwtbhcw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylj424exymm1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXWSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Average_SulfurContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b49f84lkssl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8fgrfq03nrhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsvxh8h0m28v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfme8ftkfrz8c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_73Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhj9dvl6x2yz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvknftvw0hrb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x693c7p3y3hz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216dryl7x53h7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_LiquifiedPetroleumGas_PetroleumPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8j8ltpdn99m4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGLPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_AmericanIndianAndAlaskaNativeAlone_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p2zqm8xm2y0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2dgpsr757j3f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_BlastFurnaceGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hehgews4w7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmnqnln1xcx5d\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l112y7qsjz0tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd1770vkxg7k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt4638z81pggc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wn1bczlx6y56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey43h9ecmyts5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrbl5hd2vtnx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7rsmelylcdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RADMU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WeaponLawViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l0116wk7r2k2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22hv6wdy40jj3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqdqf5gy16m24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfectionsOfKidney_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06n86vwchm1xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm43ljc9tepf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgdpekhh9xg14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw7bz3s8qp40c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk0zr3jvpy94b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br9kb67h2sedb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_LimitedServiceEatingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv55yhljz7864\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjr7zy1jtwew8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ee9k79878r1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s4gjqbvx1431\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjx6qpgh5sr31\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_5054_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8p5s6wbwdnbqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherParasite_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmkpnx7c411g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72dpxpv9hcbxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8bg2gbc4cwxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svz3d4drgbesb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TERCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin21_t_d_2017_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqq3z2vv2e5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9h3sbjzt6v48\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthOceania_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithDiabetes\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lydxcwvbr9bkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsf39v47jtjc9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WPRUP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNowMarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ldq93z693w01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cyvp4sddpcc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_DEV_ONTRK.AGE--M36T59__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41nf0mdmb3015\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_AluminumProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf25000To34999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecr4mxc943xw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd3kenn0kd7h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qkwyp1fh6tsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kpz424s115p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9989m395ep1s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryzs3sgvsby29\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwcmh8cxdydz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EntamoebaHistolyticaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yyg8zh43ey63\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dklclerfdcve7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqqn2cr43wrhb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnd71sns3fnp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd8e8vlqeey5h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA30_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_BachelorsDegreeOrHigher_AsFractionOf_Count_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/AG_LND_FRST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fs0plr67785\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gcdqvdyqwgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eewjbh0xn3hr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyvxny7g0648h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfbrde3r4q0h4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0npjd1vylbb1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br6elkd593zs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cxq92z2m2n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x3ygy4wscrfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkvfj9e1e7hef\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_5T8_AG25T99_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnskjqcp2r65d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g083yjgzntlq4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VRS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzmmbm1ttky55\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sc69dmygcbrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34nfbxndfxm6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fwwwh6wbkxy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gecksj7zdnjc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9qclwgl5sct2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4bek737g61nhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8e2b0m921k68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjeeflybx50y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrs9k12zxv6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkr6vc7ken9hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p91fjyybprd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltcxnj9fv1t5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NLRIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dthp0vnb0ys7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70ljs2pqwh469\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnbbgwv6jhqc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5blmhm94zm81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlc9rfv6b19f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_MeanValue_UsualHoursWorked_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hp6zy32wyn7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yccx1d6sqvq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1z88dhfhxlk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdnxwg5gz4tpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzetrwkvwnvm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryng334zvmq3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdcjwckbhzbx3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c51pvfcf906z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddmnpwbvy7mwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbsj4ek02n1tg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SAXL_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/TOTAL.NYC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bhm8ky74tlff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw684twrtc8f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lhc205w5dl56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxnjd566thxdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mtk9nvb1wc4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c21vjpy0l7bk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80xrljjdlblw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr15yjg3ftmgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d3t27hmyj2w3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_DivorcedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tnmbcjywk96h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztewh6pbgcb2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOR7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnpkdtnf054h6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_MARINE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MeningococcalInfection_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me0m9dyxmh83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h0stbcncfyh3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehxdyjqt1wgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8mg3ymdh5mc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherNutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sctskrr06rx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egjd3kpejxmk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpby86drmbxl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqxgxqs521vk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmsdpnlgh7ejb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg8g1smxk0mw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e50vknnjrekf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnmqmv7yn790f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wrccys95tkh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d3grlvdble9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71prsz7hdbf32\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_13Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhdh5gdpcphzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq31efbhjb04g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xczf7t3kxn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9q7m1bgvtx9c\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmzrj4x0kyn9c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MobileUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnn36pr69td58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8s42dqyx8qdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3syplfy8j4ebb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8slqj77g1tlc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekw4rz732rjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzt13r10zn6t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh59jx71cgxk5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8D0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000OrLater_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Admissions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f2v2bvg8by7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2g0dyw5j9yx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_InfectionsOfKidney_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleMaintenanceAndServicing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41p699cgbzyk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ex02spcqsfq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br8mltkq362zh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDM10_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/Q00-Q99_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx2q0zp1k40n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l047pqsvesr62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8yb66c5wy3sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqt6v8pmp0yy5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy2pn7z2h9zyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s6t900xmp1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxhmqglc1vxv9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zslybepc80c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f3xftxct62s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y1bp0gqe7vm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es39zpq7k7yfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA12_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl1trwf677mjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tthlypv4kjjdg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge75To84Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d69bfvkm0p67\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f3th0wjg8z87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl3wpryzn8klf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmj0hp2hq1b29\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R06_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryCAN_AsAFractionOf_Amount_Debt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9p7n7nzr1dlg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HeavyMetal_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Meningitis_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rywjrelxrcfk2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6beeh1gcfvczd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kmf6p7lhwjt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdtd3tztbjjzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z3f2x5yj15f4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq19zcdpseq5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsy3d03rdwbrf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_SUIC_P5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipts_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherAmbulatoryHealthCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk93t5tbwpvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqxdr821c7kw3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSEC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcdzd3eq5lj71\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02pfn9hd1y5r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk438gex4vdw\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v1lp7756zy15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtSchool_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxqldfy08xr5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m24f357vjn3eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1d3mmw00gkqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbmbpx7y5tl8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9g5bjw5z9ngg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysnxzpy2xypw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10gpr7wyn9hz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh3xd43jmr9s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsthncxhb3ngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyzcy3e77smgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgp4mf3hsv365\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kln6zz6hy2l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzckhek7wpwq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtgdfs3r6zdv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk1f0shr3hbg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3psjq1w183vb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkbwrq0mvtm5c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mnxwc06sl8jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy67xn8lrzxf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5flt2hw053jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd0qd2tr9e8q6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin20_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Emissions_CarbonDioxide_PerCapita\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynv2rqy798lv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb6lse895m7hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk0e2qnfjfwy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/COAL.PRICE_BY_RANK.SUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AcuteCondition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hztjfbd8nnzx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kk3vkzn5v0fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnjlc2rj56bl5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36s9p8hchzs32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d_11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d2fpqt54hm09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq9y0n5vzmqf9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wp11h2q3w823\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs2c7md55st8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvfvmhzlgmkld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbxcb2gy5e1hg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_FluShot_12MonthsBeforeBirth_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh0xv3qneczg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kskw8t38tzdjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxpqgjyk6qjx2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9pggv1r32p2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjsq9bbjjcelb\":{\"byEntity\":{\"country/USA\":{}}},\"UnemploymentRate_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553cptttcse4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h31ggyy2vbdd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RNGR9908_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfm4tvbpsbjf7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0qfcgybecbwc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lldnk6hn5vg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npgpgdv5req45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl17l7ke9562d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfnhbw811s2c8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j73zlbdjmlqdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx610b1nwvs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/617cfbglxtsp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vlwpcrr33hn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr7s28b5zv8sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MiningExceptOilAndGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsAndGroupExerciseClubFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56hcbmlwxtp41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rzmvxpgqlww6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherNativeHawaiian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jptkwgnm9p0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt1vttj83ph2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7k6x642p2qx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f4d05lxsn9x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h88wklpd4j0ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pl82y8ssp1tnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y28r7blkf09sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_UnknownOffender_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnjewvfq4vv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7pfpw726esnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n4w3nwspw9d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btxrdygd3l736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rylv0zt47vr43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq0gxvcbhye06\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_BiologicalTreatmentOfSolidWasteAndBiogenic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpepnwkhmp0s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7s6vgwtnx849\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDFDB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z1p506zjdkv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggz3scqfy1yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myejrd3ly5pb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxecf9jnxxvt7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_MA_IN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Embezzlement_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v55bqy884nvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8n9hcky7ebe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8x5bd0xpqtv7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l687nq6pc6mbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xjbtft7sxh57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el32ry258sg8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpqpjjgjm4zxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75yehj9s97k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d92rlv9t0cx2b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1ABP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ng9lp3k7dg8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7chr172vxgsvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TECCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dykp659gv36x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv2fek2e7hbjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxf3vxykb0r8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt2v0cqq6ztf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19lw428yty2c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n2lnr4tgere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bwqw6sfvksh7\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetFood\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vrlcnq4ncm41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peqy96mjz9ezh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwwkr32m0cnnf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww104r85hh2bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yjhfgpmth3j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40gtbn51g8sb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthylAcrylate_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sdlt5k6fz2s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkkqt6ztx8d64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Industrial_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql8rny74szfld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g305wxlxlyrq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AIDS_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hs7rh42kv31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3tlm67llbfw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jjt2qy3lwe76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhs53ymskwr4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x52hrl5w11r5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-6-MST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_52Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bfwferlpq9g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ev0v8p6gjzf85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrehvfhy98s6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7hkkw2dmgcdd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/439jhep3rce92\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EYICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn06kfj48gc1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ene1gb1bz7zl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgb5y7yht35q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j78ng1qfyl76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9n1cyrbe7gx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdphhn1hngkv3\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k1h9899bc2kc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/814h3kldbecq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvx1f8rm7ex04\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq4e04ds872c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh36nvvkwxz5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTRR0_XR0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8k4ss7t88ejb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG700030\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btent7zc103v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykh807rbd342\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92mghdnx836sf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother15OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w75gtb2jjv618\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb46gbeenetbb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp56h4ej8w7z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8tpqlwlt4g15\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h002cs5gyy22b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.66-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h61chj7xp0tc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9170_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10fr73yysnk72\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccb4x51s4r2h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9cnrtz65c993\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h66ehgjf9g6ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klx1vy724g9jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7x4rrwh1grmf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_GPV_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8flsgqjfjtywc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qf1s03szvzm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q19pjtv3b6hfb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57v56f47791k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxdp0jmmr4zs\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz3rnpqcfprk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9s2lxqk3ejg3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21v0ge517sbvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jy9g3exbypg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumBotulinumEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqqn7d3gqyd7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7py4cfkmjtex5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbd6b2wrsyf9d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jj1b8hl0xsfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5486rsn6rgzcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45s7grvzdby54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1es5x6t0mbj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/necy2f23hecv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4jlgj0r91bmf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dw9jj27l2xq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NonFacultyResearcherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkhs1e5rz6t03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjm4zmhkqf9sh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdv6gmp2zsdp\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_IronMining\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41bpz627lk15c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2jvhzrwj6k9h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_ElectricityGeneration_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qn048bhcb2m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8betxphjs15e9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqz7ry1z4vr4h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq87chbl1x5qg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1RIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_CompletePlumbingFacilities_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_TOTL_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23dyj00m7wfy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_AfricanAmericanAlone_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32jkpbx3hx624\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9d043pymbsc8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pv137fs9ypg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex5gvbzxb1jp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2zg4ptmscjp1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_TRP_INTVN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qt2nevy5v1v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nt6bymgfcr72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4xzyswlsh4b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnje7pwxxye97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ph919yvlzgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p604yqd9ekjx5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With5To6Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrry2hqz7fpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f6w7t6tgkhe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qd0lnc86ev5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0n993ddpgxr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etverxtr1mzpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h2p36j9vlqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q67cf34en37sf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzdkq74bsmbl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84ydqrlgnqsg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw34ld2jf4m71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srpqel9gkrhsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrzs1w3gkyd0c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_SO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5wms6g0qrsm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzw4fhnrtmw51\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qepn5hke8p585\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HF_UHC_NOP3_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/crccg5fl96vt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewf1pqvqbnfk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0mbgf6njrz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10ctdy8p12p26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpn9ncxevqxrf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qgqt60xhbycf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwlb8ptyzfe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtv2x5sjr8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1yck0mlwewm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfr3vesvp65e7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p4dzz5xd75h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj39vjgdmps1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95n71zrn3ggf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OHICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSPublicAdministration_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb036zl11gd7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm4len27stfvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjw8cregnf4s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps3wsmrgp6h3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tm87s6tfek8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4pyxrwphrjt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beec9es3zyhh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqrgfs4k8p04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzsf5rftnt9f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsk1kv8syr7yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf6w1z7459sef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf7m51v0hp913\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RealEstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p4g33dqbx236\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeeylj3kh12b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkwjc8hb2xjzb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cftwk7fhk43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y83xng0bqq615\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e961l2v0s596\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To17Years_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvf6nsmdwt645\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t9myclfg2bv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb9k24nk1p9hf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SS_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_ENR_SECO_FM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_84Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/447evzezbyc0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd05tvzghbxx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp6sk8c1sh299\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvkm079vz22e\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FI_FSI_FSERA\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/SEDS.ENTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/185dmfhghbmsc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_MarketValue_Farm_AgriculturalProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TRF_NCTR_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpe8kndv7zw41\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MINR_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97dy09es5q375\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf05ly5jfjb8c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06wnx345nndyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DenseSmokeEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh6lf1v0g60rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/057mcvqexjwwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwp9vz6v6n4v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwx6b2pnt9m5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftpxv88b6v0f7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_84Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fd4k04mq9vw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd0wpnp5pex23\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother18Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d1ffyt4knmy9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_3000To3499USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktptqwt23dn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w41ch7cbkwlv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekn2j5zv4c8gh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdlfjvf7xfjm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s91ysjv23587\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52egw3p925kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9726cf327j8fc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6n6qs7e6vr6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfqp4spbpwjgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCNIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFPRB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_PTD_MTN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x7x8rejtbx3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsz9qesfkwzt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f3zhg3f5sdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98q9t3n3er4h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9xw3tp5csjp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hep54bd4vbysh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc7hs9tvw5svf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Black_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityUnknownEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l3pvf2nhylrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8zvw66c41lx\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9esq6cqg9rc18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yckrntktfmfc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k740yld5br9w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e3y8cc1slsw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbgefqppyke7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSTotalAllIndustries_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t449djg9tg4zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tes41zd8d8e29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82slxzkz9jpg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lceny650n9c57\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5j3ldw1z8cy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkg7mp9dcec13\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G5_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cf4dhywh1j13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhkf3fe61t9e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_LegalIntervention_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx8hdwlf53ghf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zd2eh0b02v25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k0xf4rw57r01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfnc5cd0c7k4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r66kdd4bzrfb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7m45qxcyz06f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_PP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pdbr2qxncdt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95wnllzlpvv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp7vvdn2db41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBill_1Year_SecondaryMarket\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp6chptewk2p1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ClimateTrace_OtherManufacturing\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cezgf3201bzj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvd9w9pxpwkhh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kr8spfcky3kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngjmve15mffr7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yegyyrssghkf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3w86n47krhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nemg2pnwkq8vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RLUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/697nhjz98kgm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edsfwcy6b9nc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkxkr4pq9lm9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zctpjdnsrryc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1989OrEarlier_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj3rx8ct32xr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wf1h5esex2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20nvjvpjwygf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy10hezdvgckg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0grwsvk5svd7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv1881br0dk75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn8cyh06r1q4b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv3nhslnw45gb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hfxmqkektw65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9831fxqp4fb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb6thrhcqlkm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfpfecqnsxdv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzhj1mqmp2nlh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45647febbq6ng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylx975d2ln9nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjpgl907fhx43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CCNIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykxj2glb5gj98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14fl45j7yz3v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npj7s47gwygf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89xy9sfvs64w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30bewyhymsycc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypf3rew7r7q03\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cws3gq1zymtn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8vyzgx42qvpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szsj3mlyp9d79\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm68h2j1kp2v8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg3se2fmtffbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c5emvkek2519\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk6t9blj98sm9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_TropicalDepressionEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0s8g44snnjj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zte0w72b5sqx9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_81Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlfglp2l54eh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvedwdq0rsfpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh5j28kpsx277\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg4sv90m8lcgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmtx733sxhqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nktx7kbcb1vwg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Lubricants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30To34Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ev42895vncrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7qtsgsndxj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg0scy98w20y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentalOfVideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m20fwnx3jjtyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npvsjx2s8lgdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlettk97bwm9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw7v18ys7ycv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw7w8kbfzw1z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gckggrepcf1q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdsfk6nwyedw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytjshyklc0ge6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15m77ysexzqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nhcxvngcdlzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfwv5tq2bf1bg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cbmfn33br5gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydlehy8qgt1m2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9xhfv44pr6b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpd8hygck4m68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81nl678tnh8j4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xvxe8gqhyqg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q7kn254xrveh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxcez1xgt241c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtyryn4hs1tld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf732zv3fpzsf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqdw6x7z56bhb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6clkcsqx7t70h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08xwgw8258gm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khjpepzwfx9qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6ktwmb2l3wxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdpv5mr2253md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9170_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnchc1nllh7hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qjff5t2zk7bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psv3v0wx10sn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG5TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherLandTransportAccidents_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/754mk7qslyvyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tqk7ndhc9kz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk90ch493h4g2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd57bgvbg8rf1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmlxc65ezx1mb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DACCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue40000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfChronicIschemicHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcge6381gs4s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th5cpl9mpfq6b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SKN_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeShoppingCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_G_8_F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwwgc5s9nj4b2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp80862b5dcf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4yv8y633z0k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b6fbvy98sj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqd1rg1jhw467\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_DIABTS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w7nt6djyq45g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydp4e4n8fxt7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_NonRenewableWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_UnknownPlaceOfResidence_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0f7vyeqfgshf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56b5ndbdm37b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_SleepLessThan7Hours\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0237ljg399tw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n85vb8yfd41j8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6znrjxs24fg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pn139r9kknwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cm4v8y3hc5h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgq2p0x7ky9m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycds8sp4w9v32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjz02fh2j7et7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7r85dcdctx4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_YNPB_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n00mlny9lvctf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnln83j1yfkhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y86m94tv4y2s8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G3_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Years16Onwards_Employed_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf3299fhnyppf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsk2q90knkqq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_4_V\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/800fpm2tq5cw4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38eptf1r4nrsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/627h0bd79530f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s96l7vjh2vl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhedym9m753c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg0k9phnez41c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nvyq0rf8z3b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c06h8ptty8lk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tb1qgcme172h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcgjjhtxew6p9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k6jbgtpyz7ld\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORT.AGE--Y0T4__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/404vnyfljfw23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjythbfh4dt3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr1rtt3r4pssg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8b4v58qdvfw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vb8s4zn08x49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5tpb2nj29q0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_UplandCotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmgw82clh4j4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k4s4t9246stf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1rn6pmnqlhw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63rplx7g6vd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRM.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3qnr9md74p37\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f1l2esqnb5qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28mb9kt90d8kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7rw2zym573s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1z1d95w860h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9he41rqsej8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwl4wtg43pqgc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20c1p4qsckwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wxj2tvdjyhbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt0bv9wpflmb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_TabletUserOrEbookReaderUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7cz6ev9fv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2ng4zt0dvbs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xskp6wen8gmg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7c4k3h7x9zb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhjqrmmgg3czg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd1zcyt8d57e5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf4mf9csthtf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChikungunya_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew354cgmx3vzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz397z0g5ny3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtse8536dg63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z888lnmwnsr9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_HardCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1989OrEarlierDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7fs03rmr51x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swk8811b9vjkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kwev00ywfhj7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_ATFE_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkkey93bhbwhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfmk7z9b027dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09xle1mh06qp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/453dnn0vm2w31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--SO\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90w9y5ldvlkg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherHouseholdEquipmentAndFurnishings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vlltwv90n1y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthyleneGlycol_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brgxg67nrpbnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n05cbxwr4s3gb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_20Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Sales_Establishment_NAICSAccommodationFoodServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6snc6ml299vz5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.38To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1fvqcdcc8fqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfgd2kclqq2hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97k9zshd8m91h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezbqrbv0tt4tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8jkre95r1k06\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrc592vc14yj\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMedicalBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc5mhkkgl5h88\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_FDPUB_FNCAP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43thkn477bmrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nnqmlcx9zz3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52p8k9p6q508b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0khptyc3vtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNoSchoolingCompleted_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5fknzhw22xn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv7jkzm1j0jdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngn49sb3ssfdd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/3_01_04_01_agcen\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WelfareFraud_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0qfql6l21477\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nsnevwqy021h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc3b4nees0cw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blwsmjb9jqz42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1jee103e99x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mht90lt5ec2vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q44sy490bvbm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1svwkphy6thh7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RMRTU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srv2d2xtjxme5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xtyntmv3f5s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlyks72z63kf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA25_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewjqr7fb66sgf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khtx9cmvkld1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr7me69dj8ke8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvwlwyxpgcfe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lbqywrntbcv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7wndzyg38gf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dedyz1etfy9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp0qcd11pepjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6bfsj9vgzg18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmdpl2rnpq65f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58q4xp0nbpy49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfv4ek1fbj132\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7sx8ksnshr3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbdgfdmn453hh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R03_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gbwgd1zqplvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9k53mnz4b0p6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_Transportation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbfpszp5rg4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8emz113x3d3z8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxfgyw5eyc9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmp2mhqxs7tt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynqn3pcr509rh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_PRV_SMOK.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/820ngv4t4jvcf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77elyx1tk8s5h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FP_CPI_TOTL_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qmmzl93etgp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvqhrr0get2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9splxpdf1b7c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_3_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographerAndFilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec0nzr58dr5hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv40llg0belh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq8bm914nq2x1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grlp776tjp052\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey3zmy3wf20z1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgy0b5c6t1hj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwkbl6ez5w856\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59z9e1mphg09f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lz5x7zpg4by9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj4dbcnrklej2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rn87r6hn21dx8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxelftembbe31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4zw5cbyhcyyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs04tbztm2751\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years65To74_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmxrc08ggtg0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecdcxjmpgyfh2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vll9r8z7jfnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg2lbq833qr14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfw43m7rdekeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Jobs_EconomicDevelopmentAdministration_JobsSaved\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg7m2yngl6qcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqtvesqgv8nbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1gpy07mty255\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr8msg0h6zzh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grj8xq0mmr602\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5x06v69n6t77\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTMGT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrzd92qzpveqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w3f6bx7w32w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgl7zell144xf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dws1kh3l9mnr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4s02t9jy8n17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_EmploymentServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp7mk3zze5x33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d5eh9qz0gssb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dljd17whsjhxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/537nzcdss0qx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm8xf2h6klee3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtr25xn75ykm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcw09mzlxl6jd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9nnyfd0n9xk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glkt4w4l2cyt6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3plh8wyzfd75\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_LKW_QLTRST.DEVIATION_LEVEL--DL_HIGH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_MaleOrFemaleSterilization_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36m404h4dnx65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ergme380t259\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h2kgzl9spt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfjs0qs15jwlc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egt08t83qh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfpdc62rt0kq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v69h1m0qnm2d9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdzsfdyk13wx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq2w0yp2sq8s8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jez5l1vbh621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7w0cfm8xxw4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG1TP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx5dgm6w3344g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhz52yhndmrk1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_LC.AGE--Y_GE46__SEX--F__PARLIAMENTARY_COMMITTEES--PC_FOR_AFF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_SAN_HNDWSH.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_47Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/653k5vqczsh16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg9f1xp8s2xz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbqbqr7hsrkwg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pem8pbswdb03c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonfrozenNoncarbonatedJuicesAndDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IE_PPI_TELE_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q95qgjp3zyw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n11mn1fj5pmzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1yrh54sfkhyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5604_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l5dv34de4nv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6pb6e7wfs88g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bvv9q9xy01c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rffm3m8zx56h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tsekfw938n9c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PRP_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5k503yvxm7tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tds5nvw2tvlb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8xczjwtx30m9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4bkhbsw5hc71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnzzqwnnvj6dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9ps5vkgepxec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r287v3rvvxrl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp0qm0x9s0ck6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHOO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVAA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_51_01_01_poverty\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_ADJ_DMIN_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h98kqpq335d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgyc7mjbb5trf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn1xhejsvmyrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97jt0re50p158\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv8n616whxjm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8rj1fwp38h37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7nzs79ctm9v5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtSchool_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cntd5scmp99d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3blnkplly9vhh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtx5b1e2ysmn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf9wetcbn401d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n0l8cxsbm609\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e5j1hwzr0jdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8sf4pn08y0v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhgqfgsy7q35f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts8rkp7yqyktb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w2hp89vbbmfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db2vy9pwps92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcmmxxc47nk5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5s8nkshz1b4d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMNIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zjv06f2h3eph\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcgktexg96tl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me7wshtp695h2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7txse6l7v5d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lx1kv3p7bjmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzn5x5rh2c2e5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnzm70dqz722d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m492en6325g75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2e8negmcs0sc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_VULN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxj5kzt7sj3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9040_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwyfkv3hmvpgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_MilkCows\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0yjsetysz6e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsxsbxj6x69ff\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_FRSTPRCT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29zncvhd0y1s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhgq7700wb6k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86tfmmgpnpl3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgd9k1bzwcrw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Female_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xqb6mc19rgp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ehp1feg150c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d4bjls1d4gn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ICD10/D50-D89_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpd058tlhdkx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l023mlshcw56d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v495zc52jdzg2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_IncomeOf50000To74999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x97pl5zcs0e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8th6fs958yv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpdsds5m1j5g2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9gzq8xmddc9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw2bwxnxb0c0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trcd4n214vgb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts0fpwv5j005g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin21_t_d_2017\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f8jpt9vxyp39\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_MORT_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dcmmw733s4j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3bbtmtwb3n03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qeqgynqbl2lh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb1rrm9f6kj1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6798-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxezqbfpp6521\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02c0kvz1ev8w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg8z4254nqhgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkbq8kzlm6tw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr78xrnhjmpsb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44s8pwx8585mb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpfms9sb22nq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mr3y7nxfqj8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jtlmrz746j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmtvdth2swm8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlg932bqhvby3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4s04st7qs86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1124mhzq0kc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgbd4pyhv5h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzbrfhrlw9qrb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Septicemia_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f16jrd8lmseq6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pje7g3460yn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejw0qder6pzp6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrx5ewq3l4p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LivingRoomKitchenAndDiningRoomFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhtwrn2gyjd41\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--LB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxg1c509bqmxg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_DiseasesOfAppendix_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jmwbsphccsf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd0rqw8wdx5j3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Households_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnegbgsp3wvld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2sdkdc1wemr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6118qnnp00w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nhm6t4qgxc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9kjzvm809h7f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To18Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrs6zcnwe0fz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp2yy6ndnzddf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c779vw20xvprc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8e1pl3hkw2t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy9dq9gs5hdwh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nqe8n8jgbhx3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y25T34__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cy8xcmekkn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsk56hwp0ytz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t30wzz6x2ynl4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_RenewableEnergy_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yggjg4pr5y781\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn3yfvxt7dh34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f07sn8lmeppw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj0hy9zlcymjd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwykb70yy50n\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0w2n72n37fh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Nuclear_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9hv8lb0nkemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gczhhnqyst9m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njp8y559jz0p4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wlqfr4mykdq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf75000OrMoreUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fszcshth96j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58nx3zx4gzpe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cge1q0dwzwrv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0dst883s9bh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_FactorForHomeInternetCustomerService_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ers1nbd862c32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djqm6er7xkr3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g29ys54f0hx7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpc0xeffqd3ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxb3tbqkpbqb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf759dz6fqb09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k52fvg3hj5cyh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kn1w040vex97\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12mfze7r8n9z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z323zrhfgcy7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gpw4q620ctl9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c246lqdbf3wec\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y_GE18\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/6_1_PRIMARY_ENERGY_INTENSITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_1519_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/608mps4nt7hqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssjb8cs91t3w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evhnh8xrvz6ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evjmxjfmsj6ld\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianOrPacificIslander_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_65OrMoreYears_WithAllTeethLoss\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40q9bkzw1v6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pqb4j20ck5g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1qfsprwswcq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z0jdxjvf0j93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpvk1bcq92th1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8lft12474sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ynwfvjhb0g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjddze029nbtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bb14btm908h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk1xqlhtqj46b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqh1g48whxc88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57f4cr9je3xl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysrqdpmqv31y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h75t4rrk3t4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l573gs4wr1ew\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Catholicism_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff57tvrpnzrk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzewynffjqhmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mt9d7z2qn796\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c21wdl8zx4qqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgz5dvjgdtjq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qck7nn9kye5f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tckkkh397df87\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_WASTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_XPN_GSRV_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalDisease_Rubella_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgt4stfd5c253\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vxg01318kq7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr1sbze1m6tk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcvlvptry3d93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty7zd0v2vm5l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlprzfjt3x26f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4d81x6cjs02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exzfeyz2bn10f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqgf8zv96r5t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06cd9z86sg0e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f35ngrmvz3zlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7m7g28tj0zpd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzdxdynzqtef7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhhstetzwh7j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1r4gscnp2qq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm805dyj8wg76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s3nnm56pqc25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz87mwdtpyw85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzgre1yj58dw6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXWSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkzv14yr2qms8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smttvlwvs3dc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kj4hm36fv68b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hgssj0x1lfw5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OilRefineries_Heat_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf2rfx7477ddc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybyw1g4yzyw2f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly0fvmlf4mtf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrnhrcep24p6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs6tk6q8jgw89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8fwvxep46mn2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_H2O_RVAMBQ\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lc18l9xsg4m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d74yfmb06szq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb58g6nkpw2tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SewingMachinesFabricAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ElementaryAndHighSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.130-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2p4enkzjb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js1jhpwfg7m01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xys7ygtljv8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2y11jc3nlq4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21d7xg96mx188\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy31e8f3p58vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el9kb6c0s8xd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1sv66khn3s5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wptfjqmtpnxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekgdrd95jn6y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m21ejksn697g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnbcr233bq8ec\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS11_21_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crp819vwdwk57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h18wrq92kmm11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m291fhy5y5266\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3rbc8xk9nmk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86y56mslf6s09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5g3tp9xndhx2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_EMPL_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76hxvyhny5ng6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fp3dptnz1s6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7zhljk4h0xn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1q0ljf86ml8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn7kh4skryhq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Civilian_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OJL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Soap_Detergent_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skyhpv2lk15r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8jhtsbmt8nx5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CV0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Prostitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ns565xmkwysh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4jllrgfnmn61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhcgpjq8gq85d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s5bc89mzyxp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ldnv0e4ztjh\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d069xmlybjzeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3e14x1r4nhtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqc0g1gs3m1x4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h121whlpnmrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyr9b62rdvkkb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecordedMusicAndMusicSubscriptions\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmc1998c9qgb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywdwm10hycy1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_PTRHC_02_TRAINED\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin9N_10N_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/084p52w4bl97b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnmg4l2rfb51h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbyrrfbwwwpm9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p0ef1eqvlmrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhxs339r11m71\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ztvd6dp618xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8pgb9nrqb2yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxcl01vrxze8b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hlk74f42ce61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghe0p1kw8z7k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3l3gfpzs7g7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdec0xc29697\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p043fmf97fp5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_White_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyj476nttkrg6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndsf0t3zqtt1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf9wldd2m1wy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4b3jphwj6zt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrygmft2whvj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1hvgvqhwlkp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77ywt93ljnc8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gehx823syvclb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkstfzyjpw4q7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_USCONST_2_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSHealthCareSocialAssistance_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs8fvwkmpmlpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0xtctx9pkq3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zhegnsxphs5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/770br347hg9l7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsrpdftjnxdcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s11tttbvg3dzh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithTotal1Rooms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyj7xjrvv5z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74gwlwece762d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk29y4sjd75vg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/499jhcrn5crj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hh9j8m83e913\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4wvg07t3bxx7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_LegalIntervention_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3k855p4537\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpe03y1pcxf17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x53pt6ejeejsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57j5xs7msy9j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8cxptekk0e9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Civilian_Employed_InLaborForce_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxbtn5zyhesjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g1pp0e0q6n49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57twczkpn0s72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrh3yfz13lg6b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_H2O_SAFE.URBANISATION--U\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6gs0kn1bpvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS44-45_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr5wr5d2vssrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_UnwantedPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghtgyzv757914\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvc2jtx0yepzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SORCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrmj8l3c8kc9h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qer4zgqzyeec8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73q5ytlzyymkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdp9y3ewlr4x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xq4h3q4hnx33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99w3x6bgezcmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9mmrr3zjht87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkmqbwjkw6tcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bqmsjmk8sb05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2gmq9ygs08zf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me6wd7mrg1j2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_RSRV_MNWAC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxwpyd59b2hdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfydywxwqkn2f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--R__SEX--F__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Receipts_Establishment_NAICSAdministrativeSupportWasteManagementRemediationServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6plcly1eggkb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12pswhgrkm24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfby7fd64sglg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6gltjst7nycf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtwq5bhbt5924\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50xgcn5l3s2w8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/930c180vkd3rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwwmwcq3zlq2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--61%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epv7s4v9qhlx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl2600kc7p6c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6sdvxzzdej43\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionHaemophilusInfluenzae_InvasiveDisease_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d62l83kme0ckf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdcgpm81jzpnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6p1r7p8mlcq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgy2sl09n0gbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6st35r1feqth1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fx6x4hb557m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw597wqj06mx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2zjszf4pgb64\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69wp066crvnt8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSConstruction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VVB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4044_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8bk62mer344\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmdbft2bztpt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44ppj81ml0tbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YOP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jzdmexjlttd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6hz5blxyr895\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6jbzd40xkhy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfye93nx1we35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f4ytfqmdq59f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bev186edek93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_ThaiLaoOrOtherTaiKadaiLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bl5vszyksj5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlx9rxy5mljyg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8jhfz8gc4dh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx15fhz69f2l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy4ps94t3fn9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/betwr5sfr6x76\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF_AGG3A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSHealthCareSocialAssistance_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ekc3vs4v4tmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d22h9wfhmwzbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9gc0mhlbmcwh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5wr2m9s63q77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtPublicPlace_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mhh7nkwzyhq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r409gjh611hc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3mzbd7lsf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAL55_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s38vq26229rq6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56fspbwpf080f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5dc4b95e5k2f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92ywb1gsvxd1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx41mncgfxsg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkq5x0yml5nkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_25000OrLessInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf9rg1eb3ynxg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lj2kw21r8kr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5bd81e4sj0kb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t2wk9hccdjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvb4c8006y09f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_AIR_2_GPV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25To34Years_BachelorsDegreeOrHigher_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ApparelLessFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1gmh4rt8sfxh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7j682p1lgs6j4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz8jqs0bey9j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8z988vwpbzx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lncd1nzp1m3m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5888kggvgte85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b94nxrggzjzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mm2p1rxr5wz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntd43rehqdp3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_ORSPGRFA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evkh9mhpvsmdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syzvjbxzwx19b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff3rerl5dzxlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fjq3hbd9q1xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ph8hwfemn268\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbmmcs4tjm3g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0sxvs7t8cz5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HeartFailure_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rz5ns5x4fhp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tn67x9t04zh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpzhs5hv1vkkf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05pmyms3v3kt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4dl80w4l37zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp5bqjhx080sd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_IronSteel_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c7q3r39gt781\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96ny22wpsr8c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpgvbfcg3pg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf6k3elw7x372\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/680re63lh43rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8qsm0h7m28h3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LocalStreetMunicipality\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7dlecx0l0zn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5t5gdngg1feh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP2_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwycb8sgd4y69\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_SCHL_1519_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/NY_GDP_DEFL_ZS_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/php87mcmrlfj1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_WAT_PART\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkd35vzct5142\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q34m8tl54dqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7cwfvy39pbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_AcuteCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEIK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prdq021jhb591\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbqwnen0ct1w4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdbqsmb34w71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdb10xlrh5ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nccrb0xne26d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndgbp4jpzjh36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts9f6xz69bzmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz8ezmkqy539g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y1zgtve07c4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvseqqmh4bz96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmdfwktc7w632\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35r5mbgdhhsw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ft3r5qhtl76h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp60lekpd9q64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffvk46q2k2995\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PetFoodTreats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9qx935hn9xzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkxkz631w5lv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_HodgkinsDisease_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RentalAndLeasingServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_SideswipeSameDirectionCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41jymkprs4dd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63vw5ljptfq5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92wk0p824wfrg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/01098wqmtqs2h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4qxlsmdrrc95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s06xce7mwzbhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpmdyn3zk8j18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prxc994nr43dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr3vlm6f2cy4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r12bl89xxxe5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycsk7r4s62crf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45wg6jz9ctr6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nhxwh4w2ngq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ket9c3kqv9js1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n55j7sew2jjg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDAGSEC.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htm6l6j8cg73b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hffkx1xppme9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1txz460qcrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb5ptldz7m2x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st4kkc7nbfbjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4578jbg5mzks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b54kdjsy1fx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdhekvywmxbv4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjfjdym8kv4d6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_INTBNK\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_HispanicOrLatino_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4h8bbk266r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk4f9jhs5hx67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4n711rze1hg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/976gv65y1elv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt0blytw72t7g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_LB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q16t64rd8g6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df2f9cpte7gt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc1hk3ezp5f23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk42wqy7v6xzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbcwxm3w2xqc5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_TOF_WASHL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x8jwnxe5m7y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0w89yl903hsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4415-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd80r7cv0tbj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm15s8fb28bc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4jl4qe9xc4n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeSingleCrimeLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_RawMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20mp0dyq3z036\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxvfp2dnppv28\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j51294mcs7w5h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SL_EMP_TOTL_SP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3212tsflbmj8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwp3dk4g2lpr9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f642sfnvdqrjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt6xc5g9phd5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spyc9bqyhejs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yg6b8bg8yvjn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vdtx954wh146\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MTPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCA.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SAS_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1ACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_BengaliSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47bfcg9py30n6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3fgjdwbsynk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxky9992krfr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy7pe3bqf0kt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdc58xxpbynl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyw8x11xrn2x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3wrthv8q1cy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD00H_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnncljdk46fq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11p5cypxcl468\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfs880m3bcsq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4y4xydf8lpv73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5vd8527yw482\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5606s97ejwmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pzf8vcm1vj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jp3hyd426wk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srqnldpremhb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42eeph5pexn53\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_6569_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/201lyc0y8czxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvlqq1p288ek5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56ss4xsrc61g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4j7n4jcxw1w8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/513wj0sfc8b54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jtmrjp9qz8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdh8q88c06bzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvg2gdzmgmyw4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kz8jnpydrln0h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Tuberculosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0hy9wvg3myg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnzfwlegkmr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzc5sq5bhbwyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k7gw0p3t7nkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqtps56wgdexb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DayCareAndPreschool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl130kprchjs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpkr3q2093d68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk0kvy6rcfy36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d0xb6mktj19h\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yer0nz6f1qnx1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlcoholicLiverDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmfhpzqdbb019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4szn9b9q7rmn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5e5xzs2r1eh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3fgecr6tbxjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Malnutrition_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y70wynzcckxl2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LOTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47twgspxxfng7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx76c97esn4j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue300000To399999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddlr04zpps5tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvvv5sc8qv6g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trzwlmc7e2jy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/442e9gs79kb91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny6jvtzqbm9f4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl955w65qmnt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rmkx6e16wz51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw4hp69rezcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brrk59h8r57g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6n9fnts6pqv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhsg3c5wqgf12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_2529_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/898dhzpv7fgq6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfd9qkhkwr8m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5bmrv82cx9lf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TOTL_RU_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1dbmhkg0kt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztbpc95mk6m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5j5wjrbn2915\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncf0s0ng8ct6f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Charcoal\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78w9vxgbqxeeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwscftsve9t1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l39fl7nntxhyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb8mr3rsc9j3b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_2024_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_LarcenyTheft_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lndxrs4xhyjc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8tjcn9lv9rn1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_MKTP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodAndShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywew27m3e23c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl2dknx4jhg9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttmpw79054vpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnb0byhlqgl31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IschemicHeartDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HD_HCI_LAYS_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ztzslg79byjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x03dzv4xvgg1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjkpcwgsq2fs5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2jzbmhq1dcr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jqqvn9019mzb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_VUA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37t33xrqt3kqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mffx9xsl1c514\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7v39n78qdwd4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n4eqvztbs2m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm8jpsxyrcsq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhgqp425c9gf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vqspv4772e61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83m6n6w5fczq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TFPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgg55jmtjvzt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyxbz1egwf27g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnjfxl0ec6dw1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ls1df85nh4w6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_POP_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69vfp030xx97g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kss4yy8q6hgtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherGoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k53bceemn3pjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7e0j97rwgytg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mks4gj94ynzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xh30tf6cvdx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chpgz7x37dbwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de0cy7nqnr71b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10wk14jqjkcn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/647kn6k6f8687\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxyt88esz18xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfjptkzsw9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx9zhjte5fg5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0ehq6g6p866\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8gnnwk5nyk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2v73jgfrsn15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k4qngfeppsv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv34hpgfe4gl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjmcjedgz1t48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rwqbt2e3dxph\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fprh88s9mh7n3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_NonMetallicMineralsIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcnz8hzjj569d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DK\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVR.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/edfjy64gmxf6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8v1lq04cwmp1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6el4ffpllb405\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xqj0zkngvemb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v36yc9l604bp1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--HK\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s60lmgvtmbdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfsvxn6e1ydv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km1rgh1s3jq69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8c4cb17djt82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m60ejxwzxp0s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6s2k2kmg1cb5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhfj8qj7k9dl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7yp96e6n4dx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjlbs4s2vyp7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgfsv76cmfdb5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tj3hc7137v2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r021s929m8d07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1gjlh5pknrsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5rs6j7q9pvfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3egrbyb1sfy68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495q36j5fkh4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15zl2g3818ngg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l6edr4gb8nz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k38lsgdkx1w04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf2sc6kkc6gp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eycrcst4k8l79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbr9q3m80xlr8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wevqp5jpmcelc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcldp9nm7g3pf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cnksr7n1b912\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg6428x3v2wqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9kz9jhlefdc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl0n7wx3v8b51\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_CGOV_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_1To4Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvrfbh7lq9z78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtfkk2hlbssz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkbb0wkz94301\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1jhncxy0lwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8vmfys9wscc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1ACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FR_INR_RINR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39gk5ly40492\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsqrfy653ec4d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Offender_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50q3t9xlqhr6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzrtdkmekesv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv2z2kgtl5g05\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms9x4k4cw54rh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dryrwd0q7f8l4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mcn0b1c4l47g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VUA_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdxp24gj9f0l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_25000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV05_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ng7rgx8b6mkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv511eenjdspc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SlumArea\":{\"byEntity\":{\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17rbypk859266\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq8l4d8ejez64\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PRG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1NIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgplgyd1h95t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv0y0xxzzte39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y333p2d3h7tk3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPJ_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppxdb9fgkej73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5zw8p11r2pwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wg1g00eyhs9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvnplz1y2fnhf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjbs42qx6lsvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld7n8f4c0154c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc7mc491k6g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2xqzf9bjdtth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggrwqwknt9y95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4x11q1p22e37d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9czs55v0wwhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrqr6h1y09we1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lq8tfvbn91gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7deyw6ke6qbv2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d7b5d8xk25rh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wrnjb84q4vh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b538ffdlx5j6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emq6bh4xebf1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/152wpj6sf0556\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qytl93jem5v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcy4x3fjcrdp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg168591y99hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mpxefgng0tpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bwqq53b1f8p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv9wnb8e0xym3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPU_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27zb6ms372v2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthSouthernEasternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nyfz54tn02h3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c4577e2zd212\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qsndt32tsyg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewgjkd4tvpcdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NYC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwg90nxlv4lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnfb7ylwt2nc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F300_F\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ln5tmg7v5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gd14wk5l6pfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_3Year\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p7wz12m64zq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8j7v85gh9817\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_TransportAccidents_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t5n1993vthdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82yvfntmtf992\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd7lh13tdz6k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfk47wfg2dqh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_CokeOvenCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xln8jgr641tb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nrm6l9ejjlwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSyphilis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w47qr6k9rw69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx4lefcl96zgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6eb7qlfsgxjd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egkncfl3r4yh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46methwws41wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8szwcw81c9zl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bctf31g5nnj5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkpw3z2ejbx4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dl3cw68w4rm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm1gweqgz2rbd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91n8kmr3kg43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdgrxgtlvsxtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t40vj3yccvrmh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5v9p6183528\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DiabetesMellitus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgc8ff09ped58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gem59tbry0vxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le5ew1p80xv5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXO_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensFurnishing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bekbfmsf3lph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_TrafficwayNotInStateInventory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bd774z6pfdbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pbz1bd4gsc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_NotInLaborForce_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xph5s16jqzpk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1cny3knjg121\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qf2ph2n8cy94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5432zf1sh12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr0by0w5f30v\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgw0jyspk1yj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cdy1158gkexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ncw1lrxnkwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9twr70z0lny7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnjb7h555vsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0mvwx03evzed\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgpgztps257p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvh683vhjj1lf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jm0essrm8p89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yep091500wq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9twy4zwkvtqg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx6lyh225lng3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2ye8yhgjsrzm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tbq1t2whgyeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdy8wbj7h3jnb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarThermal_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_AgeNotStated_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_Asian_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsxg21gfj8fzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1cmzzqvvkyx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sshbbm5x2rkgh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c15xh7ttgj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k15fsdnp94kyh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01d0gwvn7nzj8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ypsw1z0ntv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8k28hc15kxb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f41k4d86msrnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntp9jfb835m47\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPV_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7884eh7g3nmr7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8yc5mfl36vrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql4pkhkzgkmpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57srvxzr68d27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvr5ne9ryjhrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb06dtqb9kv55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0dh5612jc68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/605sg28tgm6k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd0e1mf9perz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rjl0m3zkhk57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/971p4fvgkss8h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fztw8nly9mrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvn2wm4zrdgh7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kf742mdqcze3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwnp7vqg67jy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhee9tglbn58d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ElectricityGeneration\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fzx1c61w6yw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz466re4mpxlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2dt9m0dn7prd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plgqc43wwfkb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WWOUP_2.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/208hqk4sk6xs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5esl6k69cpcf3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CertainInfectiousParasiticDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y86b1892hvx92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MurderAndNonNegligentManslaughter_Female_AsFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96sm3ek8n3yjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kt62m3dr0nh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_VegetalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_16OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lpb50qrhnk62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k2feteqcmy15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h8fdb3x68kn9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_DroveAlone_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_CN_AD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j3z5ws3f96eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9ryej1w0654\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e57em2cb6099\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfjy86c1swvr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9144jhycgwzh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_REV_XGRT_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d3z3hfr16se8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl6wzf5twdyp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy2667xg7zbp\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2etwgx6vecreh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gzn4z06snxj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxt2fwvl9yykg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m258e459hz154\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3s4d3ychkfw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfw59wjp2t974\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPL0_R5609_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psmchc1cfh86g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq773rxfd9hd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08d8k38mmht67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4db7ddgmlx421\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_80UP_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconBreakfastSausageAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzq6364tq485\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj6888vg7fc3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzl0ehnvhbdz6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plhqwtptrht5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zrbqhh3yt5rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4psdfnng2jb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6k2kbm1kn8n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3temt6vyvv7hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99c0nyp64y6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds4wb5bfeg76h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Rape_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c42c6rmszjdv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz2jrx4mgm3xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnfpp1c6v2r0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9prvnqt6yzgh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyqq10s973824\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98xp5vghzsf1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6efdqfjf2vcf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c4v1h9t5k806\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqqt8fqbz4f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s41lkjqtq2m14\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqf0b5grvky4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r248n0mj5q2hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y76wg42h8ly1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmylp2nngbvyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5h12nfgpqdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/redh1q644pn3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqhr6yfgdc7q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z28e23fkd2n35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vmnltlcwgftg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1ycyk3qnz7q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlrwr4f7r4pg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4cwp1cherrb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj29d3s189nl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9pswjb1rwew7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/016hjdr9dcgx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7smjm7dsv0s7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjxvt014lsxsc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_MultipleReligion_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAsianAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/932mgnz49g38f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddr9w9rxkdqg6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvj63yh5pzx7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m37b1zp4mkxkg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CORIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xdn45sdxcq7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9l1xbpccwym7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5365x5h6f50g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qx4873twxv1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynlh1hwdvc5f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbb344x33swf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynsskcmbrl5t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxr64h1d5vhd6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--SS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/640c34b2jrlrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdnq1zhp8h8p7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianOrPacificIslander_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x376ff3tp8qvd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw83hf6mep6f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwl5el9324qk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Leukemia_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04rk9vn8s6sk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53n5nzh1vqnnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xdmn6q8qkvb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v11zvt91c76p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqxt0fwkrk0r2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24gjj0vje08m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwhc9vjlqz07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7x1t961bhrt9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Female_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_LocalStreetFrontageRoad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fz7lprw2crz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf48nxq5997b8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--PA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j58fv13vpywj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_AvalancheEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83w03ythr9ls1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rh8832y37d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4pr7md05g5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz0xbz12h99q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpx5hkzgc3tbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvdkymrryhhmh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2c8qgz0wmh15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tt77ncyf89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddfe74cfyztl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11235zx1t3fxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxcm5v29z428\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwfe4xr705481\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7c85qc7xzb5f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82hsg66gqev55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twz0tzvldedj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh0qfvekfdv54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/693pfqyvmmmp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmq415sv4jf3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q5jkwnv2wwcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xck8lgz082pe5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sj3n2s2q9m36f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh18s3zn6gh82\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGCCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8hcdw2bxc0jc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF421\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdezwg5td31z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1dd8s96drq53\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BG_GSR_NFSV_GD_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7gys0mn4415c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xybrq292jv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithPoorGeneralHealth\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkfqxjtwx2h65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2pvfv3lthb99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20zw21khhqcn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swrzm2x8xbwg3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgletrfvhf6wf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j75781sdrzxpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx6vfslzbwjh9\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ejj9c9kq3hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpw5815hpwdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvllzl8fp3lg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88khc9q40ypw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvrppcytd7bg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trxjs4yzmd4z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6wp7yzj7kdld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdytj9g70j8m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb4g0lsmhckyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrzdtdt5qm3ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jzm1jn4bvf9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7zj30bl5rxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryhpjn8cs8w43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb4l5j88zmk8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4wez313zcjn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e661cs9k63vf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h12lcjvk295y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5s6egnl2lvs9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--42%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8t3hx27p2v71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpymw7r0vhd69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs4wspwcyqe52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1pp3pc5gsje9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpqmnf644fj95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cb6fjvrp22b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhz670z61n6vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7337n9qgfy5q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9xvetyq6bx2b\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscAndOtherMediaRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dmfdz6xj34ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wchzhmj1fvq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bws7exht7v5b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4esmk5vbr1hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0rqckk6qz9mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/EP_PMP_SGAS_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm0vqmwcjdgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear40To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7420vnrmvg9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szhl3e8dw34v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j6n79je6wbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csw99gb3gdcy1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VideoDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs9t5dw8g1nc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96dqrey041fq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e75r6nze5gybb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntpwcslsbjfc8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgl5l7q4z6d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl9qd8llrxvxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsqh2phlcl0tg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q5fc8kzsmr05\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin28_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn857vm8zxtl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczlb83pbelpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgm88980f8y36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fvj5eksgp4f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85vq3nhtgv8k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgjzhmy5wd2m3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wlf7xnrvrfnc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kn26jrkwnjz3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3n73j0c08vs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TRF_ZERO.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzxxd2sp373s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfsk06t1vq3q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz2641ljljjy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz4e6pm3mnd88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7k6z0zk7p3m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2fv7egvj1e84\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lfx1b628rds9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt70lygrs3dn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkddf0gdlnrm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crts98ms3w1qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvxx16n9wvh7c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q55pdq445rt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m92h4mnrchd77\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh3vc1zet7mz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9dn3c412jedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktdjevnspqz11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5g52e9z8fbc1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5v0hrse0vsyh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg08ewjb5fh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy29h7k1r3p0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx4pyp9zy5w\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yntbk0xtjyly2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfbrt97h85flf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm9bhfrdw0rsh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ve82054b515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4eps8e6m77f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtts8ktqbkcrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CKTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfqwe92d1qk14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f4v8btzxw2f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkkgp20lw80vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpfx0ybqgz293\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmhj57rglz8g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xz0gj8gd9nsd1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd1c79lv3w434\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ycv3dlyq7hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvwel36788v96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr2ys4vb5y1l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p87fdrxq2syv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjgdvj4v07pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2syvkc0b26nh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE00_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IS_AIR_GOOD_MT_K1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9vbq79r0rjy\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klk0psgpkvy86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7fkyvh4t2vqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4tlnc978x5nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryntb0dpb9xsg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/m3969ps0klzt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03z5xvp7fbdc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0pepl92ycpyd\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_IMRT.AGE--Y0__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c57vzg7l74577\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9z627h529tch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSWholesaleTrade_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvjtr7ks9mkg4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lphgwt407sp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9tsfm7drnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzhqkh1hxcbz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BlackOrAfricanAmericanAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_1524_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10w6x4ekkx6k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e68gppje4j2v1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtk0qdk9gt6y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/splhhvclh6694\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6llg4c0hm0518\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rfvnmb0m23l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm59fg9qqbfv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25krmq2sm1fx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7jndn1s79m93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0pntx6q50xyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jcrhqkwytbvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw6zhtxs3r8pf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSPublicAdministration_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_HealthAndPersonalCareRetailers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy4jxjtx3gf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbjjg3trfce58\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c67qh6xpcejj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evckhwt22jd32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VAW_MARR.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kr7lkcm5byz3f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthEurope_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh9q3g3ttg3jc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.SEX--F__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53xry1yq59l87\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9zgy7h2jfh4b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_GovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcbbk3lcb24mb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly1vz7w9b3cb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbtjx35lqzlx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6z4eqh4ffgng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch3jwch1wply\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmgk83zrp0bv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzgl2xr13w1k8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjnb5nwbz1qh2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_IMP_GNFS_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqm4m57jmkmnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1vnkdw8eytj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2w4z2g7sc0zg\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Shoplifting_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9xszxlcsw74d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfewfcnnr11rb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPJK_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pte73bwcgxed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xelkxbng9g68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgsr3vgj7xv33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmk1x3jxrndsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c1210tm6r2z9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwsc4j3jbcv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybd1zw6clpkx5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Energy_PaperPulpPrintIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz3y521hmqr77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p5sk8mclylmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwgn5hqccfk6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44hdf0zzx3ks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7qmw3zbve121\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g2d4g9kgxxj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9yx8twl1lzn9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlyfr32w4gzn2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WSTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4emjs77nyb4b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v074z09ph9bn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleFatherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithCoronaryHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ry4413fhev3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw2870fkm8nxh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qh0ps53z8gdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbhl15wl26t7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkm6z3v39rrj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7cvr7d0x62g2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b63s1b2gvbh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1r9rzmd19e14\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhxszfre2gbj4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Wind_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j46pj96lzy49d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsvtp8b86tfl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yermyhypfzv86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z89ntczt9sw03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s66dnf5p2f591\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8l011erqcc67\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zg4vv7xe4903\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2v50ep404e3b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzhe2l3b9nqyd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--CO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf200000OrMoreInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4144msq6hqgs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tpzd39dqk2gc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4e2v7ngtfcn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw6y2msf93z2h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_ADO_TFRT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS92_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CarAndTruckRental\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnl7exf39cvc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Count_CommercialBuilding_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/228q7wgeezbxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44c6wc820bl7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mwjn48x7j8eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbtbeb05lv4rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grrd7wpqr70p\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvrkg7y7tp1h1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15lpqk6efz1qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wezr7k25ysn2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t2tyb17e0w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0sc0pl72l3qc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wzxkt6ryyq27\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzw9hdwed0fwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw4xssyyw5dkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn7brl303kq22\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npge9dy40ze26\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAJB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zyqv0yfpgyw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5mv6lhvbwhf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymkmpwltq70zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k96k2kt4bxsqg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_PumpedHydro\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcvphc0sk92yb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44xntg53vvm78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9jw47sypzm37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fnhkjrnhclz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvcszqk0flsb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km7hj8pq5k319\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_SulfurContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/127v6c3slzhkb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ClocksLampsAndDecoratorItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpfwnqrl74042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5twlde2qk4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvr30x491n0w3\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l965g3gwy96b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_SEC_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3xjqw10j1e05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b9347sb8x697\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1nf2smgp63n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/397pxh7jxzxz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tklr7zdpfm0m\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lxbfxhgv1sr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx3kx6swl7jpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRSD_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8b2z1gtmyg5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v44f62b76py66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f974ewv66n86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8vmggs9lh3m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb1fkt34y2ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_VOIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer_WithInternetSubscription_BroadbandInternetSuchAsCableFiberOpticOrDsl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9106de0vj0qz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdkmm88fdjdmd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zys4hp11wty2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherTuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k2qvfqmevpv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycdzfp5ny6dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ycgped5vjx6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BX_KLT_DINV_WD_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_V_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sepddbmt6hkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2rm59vycbznd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kf68mnp04fl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg3gr14qz6662\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherSamoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3jbmxvn5zj15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km3eqjf7y0cjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwy4tmb8bv2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessMedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l50t3n8scpp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/383txtmb81wz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6x0r4p9cnj0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g21hphmv651p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKERX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA16_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s7w6tjbbgvjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4x4c444l8wn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2l60cdlzxcnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/077v2r6s0rsnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gsnk4yzmx8k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cezcrz0l3x18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c525gbcd0x452\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nhkyrkvqybtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejmzbp8ytzmth\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63znh0wlxd2cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5xv3071t9y78\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PTR_LEVE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c24pgkl8c9leb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjgs5hpztpmhg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/depgezjmdxds4\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ks1cxmb4qs96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erslr00eq42h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkps042tx5rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsn3k7hylhbbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hjshfym1c8g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg3l3ew63qzz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10djsffe31bn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz6gwv838v9w\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edy2y9f25lw53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekpqvjq11ne7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk2czqwdjhcvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvem6ccesqy1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn0jvq25dhcx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1hfldnpp4bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rf33gl605tw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2m7lcl60j34b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmkf92rwh7qvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrql0hvzhe9m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbjr99z0s9em3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg98yv0yhvl47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf65000To74999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkmq4c054vzw\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_VegetalWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_NetForestEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_SingleFatherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3bgfgbz0x647\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q584wxbpb6m16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qzprsszrcxzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73zj8dsz4yej1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55zspc161h5yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1q3r3w13wmk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze11my0kxjyx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttnsz87dnzj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxhgcrxx2xee5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekzhbz3vzbl06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjh6qkcpvtw74\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m24peyh0w4qe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3klzhrkbm0dn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5kg7l2qj9zwf\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Emphysema_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7gkrsxeymz8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tefv1h1qc8q54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mj9n8j5h21lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3stgqjxge415\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xqz83e0n2yl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Separated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA07_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m547gkrx07g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15__EDUCATION_LEV--AGG_GE2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvbvhz7c79e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leqn4rktjz461\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkzzk7yh5v6g6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20f5h2x6q1ldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb7bq9ge0pj2c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4qzsj2pnf663\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbvtlkf88j5h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0w80gfg2rxkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20cmm4nqztmw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcrs9mmge3flh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.29-12-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Soups\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8kkjk7keqp12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjebf9d9dfyxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmfcww7bskylb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PERCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr7nxf6l6jny3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r0v6b0z8x6td\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xebc2h96jrb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/327kke8ztb5d6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lz0dsw7vf0b9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Remittance_InwardRemittance_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_55To64Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc32eggtc9fm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6dzn8d069mt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9dg8jbf7cfkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6kphq9l0hrr2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vp4k0zb9mt21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkkepe1jjbzjb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbvqvm9yhqln1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz6je3dx01dsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltpvzh1brbd81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherTuberculosis_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zqz2tpmnblch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35d33jhywf54c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbdydjdl31h8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1egwq5zxr6l55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s53wf9wxh530b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g647jm3khxb1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_WR_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn3qtll3zkvcf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_20a\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kdycm6czm10d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/576cpcwcn0x6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fezhhy53kgz27\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R6_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/UIS_EA_6_AG25T99_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r8x133dqq4y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmsn5twl4kek2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gv14xrxtq9s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egt4xn7pz7tv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrqmzmjcpmwj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghkb5vr8w1gb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBURX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsk2vdphb9ry2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/rfnx2r5vnmfd4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1be0k4756ks79\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7lxkcjze64c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4yzvqcyev9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_50To75Years_ReceivedColorectalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xe2vdbdfb9p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f142sw5tzk14f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_GasolineAllTypes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/16kxr2k398942\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r29qwqzwt97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39nk85wwppp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnr096s8h21md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7x27vs34wxt9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29w4lnnsmlr73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6n2z7vh9sy31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j25erew8404fc\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV11_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7c5fz8qj27nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljdcqzw113dj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84n4j5mmt36z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32qkw3wt3xfh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_FDAApprovedGammaHydroxybutyricAcidPreparations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrlbl3sxy58n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/047914zvj4wd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnh5v9q42m33h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqflhpzf21yxf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ec57gq3c3sg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9jwhn4mq3n53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3jl54t5h58c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q98qhk3nrsfk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/790wlcvnxrx78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g25lsrsql08b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1gdwmttq0jv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqdb4lcmp1e8b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeUnclassifiedLocation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5q7hht9mrwf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e62zxhrbcs47\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl7t3p3de7tlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc9vlxbezqnp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nlhw2nzlz99\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tcmpv3ywpn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk8vrjpxe6l5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_PER_RNK_LOWER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xvyg4z2kvx8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzt4vysmhehm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr5pgtxbkk359\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_PetroleumCoke_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d01tr4qq4mv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9l8gf60g852h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p84nclzdtpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzshmnv5tnd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lp4rgsjtncjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j67wlxfe0h8b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbv2bhenymw12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y33kt97g5c8tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z8ehyfkv4yqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sdbfqk0pw279\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfAppendix_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gkqbdtqgnq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg7tt20ehxr8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exepj0vbc2s4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.27-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_DTH_NCD.SEX--F__NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CRESPD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk0yq10zv2fm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentLessThanHighSchoolGraduate_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_EducationalAttainmentLessThanHighSchoolGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7w9jws3de2l9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C10\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g79gt1mglfg2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79t2l6j6dcvl5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3scw6wtyxc7m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljwcb1k64z45h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56w6mmkywb0z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxc23fzj398mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skjbebke7hlk2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cpeyxlyybxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/845h2grrfgg0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1degw9w17gg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Male_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkfdtt90nnyr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhdcxylx1bn2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2gjm0n8sex86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9dh0vh3v22b9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ccshzllyxdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmszsd1m5vmwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1yzgslfdstm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxxlqbelrdvlc\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fny19b9j0hsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71kzmwh0pd7p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/reeh2lsx9nxyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1f5eebpf9n9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw2xh3pngbxr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hde6rmqkv7e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyl0y0bsgd78g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxlzh6xrkwxm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpnlnwddtzvl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Vehicle_InvolvedInCrash_InTransport\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cy5q0db30r7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xw0hk4knxpb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26wnvs0dxcr54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ljr0vmjr16nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzy3ny1sc0yk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv31fdkksh62d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h6cq9pwn4mhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rm5s81fg7qpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92ndqenj7hcc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z230qph4cmpfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl901qw6wl941\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR35_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryESP_AsAFractionOf_Amount_Debt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_NaturalGas_ThermalElectricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0n8ykr762b2g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fghstl4pv3cpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtj93yq251lxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpdj80ltzspjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvykwrerhek7d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_COST_ZS_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/deppe4xhz9yg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptss0qdrs6fy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_10000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv9jb1vsqq1j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brzk542f9et6g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk469dft3qtjc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9xpm4m4pnzrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_FireEvent\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51klb2sg9hn1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRH_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_30Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7842jpcwc5k0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crj4egjd2d6s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzmwg8dp148t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqwygcqjldt5g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC5P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Upto1000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiaEwingiiInfection_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w4yrnlhm5k7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherOilProducts_NonEnergyUse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxdvet34nzykh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbcwp5lxcwd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9dtmpf2hrsfd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/883r12xs2z3n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kc4g56p3x0k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4s4lcpnqevj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs16jwswnfl0d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc2pm1egfngwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5ysyys985zph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_TOTL_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jrshebkz3pt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb9ntdxevpb12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6w16yxzrsve8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d13n373ysnx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3yt2q1q5722b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_3_FDPUB_FNCUR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vydsgrb782zv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnbhhzhlc9n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72rsgc1cfd60b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7szwjhqk3w54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbltvdwmqhe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvdce21hxj61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn1sqdzjec656\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_INTM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eed4qymv5lk81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzh0kw0egyrjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znsktf4wdpbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithHighCholesterol\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bfngyy9bdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vkcd28pr3ttf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAsianOrPacificIslander_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Naloxone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drpxpq9fwygdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy2rzxqxjxrm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChickenpox_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkkehdk9ydxxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6rdk5ynymx75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbzs0nxmwzqz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmerreynhqtfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2jfy0l5f2l75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8y4wll9dg554\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8spv6xg9y9ysb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddewhksct4h2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7vs6m7s7h78b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3eztzfq71cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twdzfgn2d62k9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63qweftb9zytf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLRI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/163n556m1mcg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y1zw7senybnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jvqhs887kmw6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCampylobacteriosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l70z01x3kbw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ttg3f0zgv948\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mkdhw9m6lpfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elf9pb67n44g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxkht65pe1c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9zbqqv60jspb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk775yhcbcml5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9gcst0b946e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7epk945kd8q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcpwfbplw9hmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjmedt52nlcvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne63ywxmvk1lg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvhsg0tbsk0d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l22fyfr8c2dxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmcyjvyx55lf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjgz0rymllnv2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnwhhx80g5n6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfbtp2wfellb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9dj9dr6f70ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fwflbt51p6w1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLSP_UC.AGE--Y_GE46__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cptlv87h84pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj80bkz13x5hg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsqe92krl0g77\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm72vt6efdd24\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.58-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj4n7pyy5ll4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qh6zc958xjs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chld1sf05vxgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jln5kkqxcclm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0kh8hehfq0n8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q3y9bn9nfxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4n1mmtj082wt9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fhwz545yce76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8rn03evwzvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtg7kn7nx86df\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bdzrtp5l0ls7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nnnf16bdrteb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f91h94m1vsk33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6p50t9wy43y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vxt107b2gwd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0eqwe84sgxn1g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3010_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R02_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrc2blvv2ccf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cngsq9twz8e5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nv8q3thzrp4c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_IncomeOf50000To74000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y68yxhev91c97\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrwkqk8wtmpb8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4418-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wcgb3b2rhgdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgcdd56zlsf85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mehcdwpm26kwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS52-53_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vz3d9ydjnr24\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h8j4l4th0seb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbdvjc957vw24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0rwj73pl0et1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxlzxvkfby3yh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenByNaturalization_ForeignBorn_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxp9nqretrjw1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfqsw1xz024cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvdtfs4vyv736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzk7sqm85h51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7nysrgr3q6df\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m5rrqmt04s3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4cbhtxdxsl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5504dl1d70p5\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Overweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x660hkyd73vn4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6shqfphqq2n22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7mydvg7y1qd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flcb3095fw158\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9dme7n1blmjf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_83Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91jz60mb37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf4gvpbv0cxt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xd2ktjs23hk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty490h77gewth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELDUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_LakeshoreFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mne8h99k46h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5ttme0811644\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpcyzmqbr86yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwbpey8btqdch\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_0Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9sgpsqc4s4ph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp0mskl0rnj71\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dc306vk79247\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ctmk9j5yty2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCComputerMathematicalOccupation_OtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcbvym244chs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s28mqtjdbqm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v63zy7qb1gpz9\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_5Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbf1t5sddylcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gelh7p9wqh6k3\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3q5pdp67ym6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SugarAndArtificialSweeteners\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkk9hgvnqlvec\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_MORT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql4s75se2r865\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HEMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR39_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmvt0c5rlthz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqsfggtm95r31\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwt0bnq1c5skf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thh43mlhj58yg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5m7e59zwfxw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdgpt25vl1l94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvgk134r3ckh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nhpcqe0p2bgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2h9wvxcp405c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8x2d3lj56gtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy2kgs8nh7tcg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990To1999\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/116lz9yjj3bnf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njwhslpdl6xd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v25fjf2lwvxz3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryFRA_AsAFractionOf_Amount_Debt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5To9Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl1glzbxd7vq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve7r1p4xgbpeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_YOP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FSHGDP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_PSG__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG04_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83k1bv3w4sw39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbcwzz6mv8j36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mzjdrzhfzpyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pnr9vmcthczd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fsdmy3mpbvfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edegr5bmwtt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ekmdz8gs3ze8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7sy3xjh79249\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2z5ysmpewqd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmdh18ej2nn7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz5zxqmq0yc8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/1rzt2jwxfzh25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7khjb9tdj49md\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_10To14Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CarbonatedDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgmmr1dbe3j62\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/f4blwglcs522c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j1k56nxpm6b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1d1yn42xnlh4\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b52q7c5n3w9h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_TWT_GENV.ACTIVITY--ISIC4_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ClubMembershipForShoppingClubsFraternalOrOtherOrganizationsOrParticipantSportsFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pyft5dmv3l8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glnwnjn5l89mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlvz138sqy7j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xscmzh27mq2fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PseudomonasAeruginosaEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43077lr777j58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q64t6fmb188b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SomeOtherRaceAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25lecwntkezm4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_TOCV\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/001qmh9sdqzeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tylrhlktbyj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0vd6dy3v5gsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygzrrxpn9bjt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtmn40c9mh9zd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Electricity\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z9wkmgvtpnw5\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ncklt1x2z4j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5ph9mesbhmf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slx4jzv9q23rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_70To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9876cykq7xh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x271ymm0t7x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9z3r02ewvwq21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m517b2dtkjdd1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_OpenBurningWaste\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8qt0qe571tc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thgdwb5xx6mnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe5p7zs0bl8e8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_EUR_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_SalesRevenue_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCSalesOfficeOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbjzfkr0b9wy9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwndr9re926g9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESVHP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gbn4l2xxfx7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrz9m375r1yy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kb5kl989fr8k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tk19zcsv5pgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9jm9ykg2rmwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flcfbtj6lm6p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x726jqj4qvwv8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDSUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41jfrx8xzzh3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4f8r3zzd9n1h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM_19ICLS.AGE--Y_GE25__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ezhn94cfr1x1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Male_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxxqcdpyebh82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeRestArea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrkh9hvnpbc33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw4mnz4qfr9eb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7srlltx0m927\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb47ngzepl1td\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1prlspbsggr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4786yl5837tyf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fwhw83gwrk22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pwh4zzf51b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0epv7l2dewv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wx4r56xw3462\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GGR_5_A_GPI\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jft13khgfxrw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0dhsb9lxtsm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9lpxnl75fst3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv5jbv6ntdsy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3Person_With4OrMoreAvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myf7eljbwd905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2x0rjgfy6wn8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dkzj3mtjs3nd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGHFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9sl47vcjdl54\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfexz9fge4jq5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjyep39dwf0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--ZA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_HL_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qwe7ls32ntpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9fsxmf2lwdb2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qhne9lhlftl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st5l40xtfhz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb1s8v6hfk776\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48nr7p4x9c6l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaDumoffiiEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_LegalIntervention_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x40vxqrrbbck4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_SCP_PROCN_HS.LEVEL_STATUS--DEG_MLOW__GOVERNMENT_NAME--STATE_OF_MINNESOTA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xclrj5k0elcp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s257ebg00btp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfdt8e12c9vjc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs3swzv36jfng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgkwqrd6g7544\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgdld0hyj2n68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IU_COR_BRIB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxg0x8qzqdwrc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93hzcf4bzzkd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8kykgce142m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m5bwq3pknrn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gfq2t75cpxh1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbn6yvd6hpvv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFETK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shqd2n87tkpkc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz0k00yzkk23b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyh3wzetz9qe6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pkkvt0wjlm27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy3rv4h5d6gxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcg7l8vqwrn06\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z9n99gh63l62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq4brs1ycmysf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--VE\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00zhbwwkk93c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCholera_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2l1j562qntq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8pq75wpmn0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljkvfk6dpvwg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvk3e86d50z2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67zd9b0hly8cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enby2tg8mnve6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5jycjcv1l2m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jek34scp0154h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khxhcget3dq49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzjpvn5c1ljq8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qllrf9hezfq2f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9nbqntlentj1\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/529gb4sdbz9z5\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34ycrkq7ylyyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tf52ekjk188\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--56%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ckc4jbrfjn4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3690xxw9fvkm2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PrivateSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mv5gvrw7q9df\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_INVFACSERV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js1q8wbd3jrwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1e7stnlwwhjm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21xnqem4lfdlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk1xvm83yhyxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvlf0t2ftmec8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mr4922ts2sv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjtbkrx9mf8rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea1_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To44Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp5bxljvhhyfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf8z6mbmhjx7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktybmbkfn8gv\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68pqkrr4fld7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgtlfc8kf0gf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SAP_CE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AlkalineWater_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exqqfr5nbzcq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms4edc6bmcj46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkktlwyvrl1b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zwf6rdfrp0y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf1zebvtjby95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gewc8ptb94g4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDisability_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y61bz4k3kk742\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el6bt4grs1gsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20pswxm9ehln8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dy9qlbzb9x8d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6569_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx7jytbkl4ff4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh2gzpjyrylb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DPPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j20l8mnmjkc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4ycszzhnlwz4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1t5x8vk6fyn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_With3Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment5ThAnd6ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderAge65OrMoreYears_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04nw132dtjwed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8ykky966fg7h\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CakesCupcakesAndCookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlb8sk7lqhct6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_DGRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_HIGH\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeUndergraduateYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf10000To14999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_ICTSSHT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftzdnlylvk7r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v55k53be4r278\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bfdq51qq8qf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wynel6ycenb84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wyqllvkwyy2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t403qd8dvmr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty3bs5szg2ge3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xym5bxj4h5c3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMU_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_RUR_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03hy1mq9nsk47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t7m7twryrpx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1shqjqs05wrb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ConstructionIndustry_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00ewz7sn1zpy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2sbdx6nd1dn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w46lndh65bqqf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brczzlk7fwgt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcrfteqzex4eh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d90dpe6dp9d86\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_60To64Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbv4we47s1v4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2fjjtf0xhhqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl15yx1pghpjg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--SO\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35To44Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jn4lves0t0k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgcxqredj1fg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjg7gnr5ev13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n293bjfrq1108\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xytsd7ptgcbg6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc8q05drd74bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmgcg7tmqm15\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft3f3vht107g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkry6ql0ydmzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0sn55hww1qm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vykg3196e7j9d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lc4p9nprw2ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw8p42xl94gs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdvnqcfgf6mdb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whn99h1l0xgth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdfcv98y1dxe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsxcy2mpc1lj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3fpymmwqq1m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjlt2fm1w5vk9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS52-53_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y7pbcbbmmjz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgxfs44b75r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3v3tbd73flkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7b6y35sh51md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb5vm43602gs6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xht5z4wbr39cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfqfj40er68dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7cd2194tgkrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterFetusEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfk1pk725yxt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk0kmfe59te\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnsrnfceh0b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jszfr5wd4f7pb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fcy1rtp16m5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Heroin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fklzzdqpstt74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtWork_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgh54f7vwy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8w2vc2x0rrf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk46cp3ejs329\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm2rxs6ry0bd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s54wctk5gt905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk4q6hpysms63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPsychologistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0900To2359_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be4brn47rjgnc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_PaintAndWallpaperStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfslr81q7f83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xql1vvc55n171\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl675nd03xxf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63bp4lrb2rr0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qq6yv0q6hysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl3nvs16r68p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/A00-B99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svh45gf6zypzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq8jcn20bkm33\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--21%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tfvsg9791kzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87yjtkmm1x1b9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8grp4mx0kls85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dexke9r70svb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7e9r9z8d4ddg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/287he931p3bv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fld6ebegqdbh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bscxzbbrfqvn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdh0cgz1by46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp9s0hy14nqt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpz3g6qcxetz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkmhw5t4tl4l\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CHG_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4txzeszb2x5lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m5g6qzv0tr25\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qjh5zfnrlry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e97nqbq496n3d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_EthnicityUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ld689gbsfdp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c94d327n748j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g947kz3rr2l\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ktvs1rtl98q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xf6rs55188d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_CROP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g9pysw1tvv22\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionElectricUtility_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_TsunamiEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmen1s3r8vtcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw5wd6xbb00fc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghms6kkdvwyc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fyc8m4yskexh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_InternationalMarineBunkers_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SP_DYN_MRBF18.AGE--Y20T24__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7ykys76zk058\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz1fb4602b0r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxd4r4brkmml3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tglfymm2qe116\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherLanguagesOfAsiaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5e0sd4fc5007\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v37vr2538dqp8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_FreshWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bhh6g16sewkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06neszhwp50e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw9l9v95kerz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GC_XPN_COMP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxh3006mwz9vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rrj7xj23cxnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h00jkctvrslkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2019OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5vgx8hpw9k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88yphejymk3s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzm1szz05k9wd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fr7txjl5n1ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9deys01ll7qzd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_5To17Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffpcre640kgn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8lv8qvbdkjed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g8l98dgp42z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gg4kdvdqb4hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4ss0g1sbm5rc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kvywp4mdjzk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nczvkbh3el3j4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With1Person_With0AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64tfmqrh5sldf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lcvwtd5s0e1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kvgcpys0j884\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgpwmm04kps76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwjqh62tl1fq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.IQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21r8ybphv6r04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cse5kz7gdhmqg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_Peat_EnergyKnownReserves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqxh728q5g1v9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_G_8_T\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b1fm722h59s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz1mmjq1dfcm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3stslqs6e1v31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz9wyj50bfpdb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495t0ysr45s4d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_LackSocialAndEmotionalSupport_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2n1h3rq89dc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t6yp9kgng562\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpxhy66lb6tm2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_TOTL.BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jtrq1z8nzrgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pkr61lhqb0p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvv3f62k4y73d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qefqnxgjylk9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeAmusementPark\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherLandTransportAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n62fbffttky3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q39c2qxqr06b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yje9vq6xj17x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fjj9f0bf12e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv9ttyeflvn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqhfvqch1p173\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_HarvestedCropland\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cbxfy4w69jlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqhynfv3rmzxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3pjh85x744sjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpzb7fpy9x26b\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06w9kw57glw08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mefs78zq6sf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k51ng9qq7wdlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k724f04lnfz95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rll06437l4n26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSOtherServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xyxb890ww5n6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llkb581bh7fe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd4zyb1dpqyh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kw8t230h5l76\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/TOTAL.OTEPB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80edb611ypbj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzqy78pesp28h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g9jplt2r4te7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxclzc0xm91h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gyvbdh0jfh96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecqfw1lwzj78c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv96bxj9td7y5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwrqw6r9xgegh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0krdfds53eqr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_4T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7prn531d21j99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7brymkr6jd5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5854bngf6ygg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AsianAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kqw7yrptf299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czbbbbd8kf5g7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNGRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCManagementBusinessScienceArtsOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/303gyzf68n59h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2nskl3w6kmbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv0qhtkre8b2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wggws4w128ct3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/568t9k8gwqych\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0km76q4rdlg5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TNRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxzg8yc86wje1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktre52nc0tlj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtrgpxv8bsw73\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27m4hvrykmnz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mevyvccjyp1mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrmp1wld3sex\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_DieselOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zzbb7256x5sg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4mmxtp3hn29h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_USHighway\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_ShortTimeCompensation_ContinuedClaim_ScaledForPartTimeUnemploymentBenefits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3dw2jyzn75wb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hjhetkbbcksf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS54-56_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epnpxt100nvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc2w5bsxrrmhh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj35s4dl0z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k832hxqx60nrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gcrpfcpfvf61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FPRV_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To9Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8en2ycfkphjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2fl3c5dzg31h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Exports_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e662x10h5f42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f5m2gtmyl03d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19fdbgtbmf461\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zvhnn1csssqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmn5bk9de75mg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lerpec9kjnx32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionZikaVirusInfection_NonCongenitalDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneC_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSTotalAllIndustries_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvf1yrhwzp8rd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSQP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_Female_AsAFractionOf_Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lyc288750wl4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Methylone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvc9lry6frl4h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--_U__SEX--_U\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvls9lrdl2zsh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nbd6vgtxr30b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40vlwe2sqwy37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t9rp93zkx6g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80nj1brkq4gz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbzqhh0nwf5r5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy5cdf0t11g51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkpfhkbyrpmdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51rk0qd6h5wbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8v3nq8f7x945\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To14Years_Civilian_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3df1xhsvyxgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4052fzjvn1256\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19gyk47f2tp7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42d6zx2e47c49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vxeexzpxejh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherHeartDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n5e0x23kkq44\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryAndFish\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1txprfgmp5bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_ParaffinWaxes_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/217lj213l4kbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vdd4cwfsq0f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x9mhf4t24q54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbe5rlxz0qx71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Black_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgnhsqtv9cg83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin1_t_d_5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lcqv3dcz7ln4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HPGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6vl7p8znn231\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkkj3jqbg5ef7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb3lb4mg82mph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytfkps7xdt7cg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To9Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8sbn8hgc3mh4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddkek5qdwrs7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0583j08zetr8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr4smedx6ytrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSConstruction_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z1t2zhpr97m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pl23wtdxb942\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb5sre3n7xm37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p258h2fkprsvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdn6v3hz8knb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qfcff5wpntg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veex5g1ry6yh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17jmrwybsv1zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzz5r9n4rzh5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te8e433vr6fx9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfmrxxfzw0mlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmlsfkd2h2ct2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ButterAndMargarine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc30cv34vxwc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlwdc1g05bbl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwcqhj5tlewb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/156gnz1fffpe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnrkyvmhf9zrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease_NonNeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ytnley25f9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9rxy2wjgrrdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/803t8jgwpbp21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhzef4x1l3krd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_FossilFuelOperations\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/GC_XPN_INTP_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6e3ehjd2fljc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5gdgfct9me6b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tc2c3lyxtkmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8894500nz8td\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0wdqej3kdrf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsnds0qfbcgy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djvt82ybbs7j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/meqtlnz2cylmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hj943v4mr3pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wez4jmq4053e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysmh5pbfxxhs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5222s8zvlf07\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne70rydyf1cfb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejv484vs3br74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkb62mc8ykybb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkz0bwkztys9g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jyzlm0mpcwxf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5phnb70yymc5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_AluminumProduction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr8jrcb38l5d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlk5g054d4llh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SPC_PER.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ttncbjvyd7h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfvq7ykqfbvzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz08eker8cbxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqm6d75b9swwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwzwf9cltyyr1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkgzcdrtyvqmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q42ydgrqsvrn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3clh9rpb3yzyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m809t4cy0dmf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_MPYR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxeps4d6q265d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA10_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyyqrkezrvjtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbzr2zqnlpbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcncmcfj8np1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y71znb26k0c1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw8ywpe9s3twc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Leukemia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSPublicAdministration_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvjsnn7j2cve5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gnqh682xxjk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98cgbzj6mpwjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdgd6tkyvlsr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.59-1-TBPD.Q\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11A_0_G23__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Unemployed_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvgdj7tms6e0g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsAndPetProducts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81pgzdj20bv8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6pdtvldh2kh7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c86hrhrpsp7dg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08w0jvrepwjp3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdyxdsegbjbt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt9fhkls744dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stxkp49tgmy94\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc48v9ym90xx1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NV_IND_SSIS.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlfjzzbvjxwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrlmrebx68q41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w32n05ggw6f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ksnl5j8pvex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe3zbczd9hx4\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kyv32xwn9rx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2md1cl6csjl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt0y2y1nfwp8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zttepg6pwsll7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbgme6682gqwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjphp1pbessf8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOORO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_E_02_PU_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyj39ze1e2e24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5734drysxtgcg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g7g3rdh7e0r2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vht5fx4mewks\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85OrMoreYears_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1c9y88x8wbl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fhdjzrys5n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhp7kr5vfhlgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj7p9cn77vbs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87q841emh729h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzee8mv82skn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4evdcbrcxsvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr9ezydjpr06h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yg7w4tbpnfe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3fm3zs910tjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp0yxw8cc8ys4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e4b1v6tbkce4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0kdwzrcv152g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rbwztk4jmdt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff051664cphj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx6sx6x17wjyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8z7p7vxlpr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/D50-D89\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34cee3bcd60q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkp1v1wvkjm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MMTL_ZS_UN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Lisdexamfetamine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq7tb0qpwwkr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhwfyh7ld0fs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69l4kxhcmm7s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gwbw2w92t6pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnpdycp0e19kc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s4r06zrcgek2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lptknbfjlyg71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w1vsw9ghzhyc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_Kerosene\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11xb72dq8tql\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_FrenchCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63ttq636cd4zc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5x5bmdeyg0kd1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_PTD_FRHWTR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfTracheaBronchusAndLung_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r004gdyjwrfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8b1y2l2dhn78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWDD_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9gznqrwcec83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5hby1z1488ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhmsfxxhpeg19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonNeuroinvasiveDisease_StLouisEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherMiscellaneousFoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g6egegppbqr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc4s6kxh6qtff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dymbbjdvgt5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njt3hxkjjv0vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqe0yk1cpjzr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm6e49rl4s1hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4f52mwwewzp2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/244fjdqtm13r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsbf35s32zn32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc56cl8mtceyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdc6ngnkmgj95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjjfznlr1xqf5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlzht8zb19gp1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75tkh1bfd4jfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0k36mn46fs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2rdhm186cn2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ps86f8mt5c02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fz32gf6gw1x1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd6txccl4jtx2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6knw87650djs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2jd60bdk0gfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkjbx83s5wwm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7e1zb61bj0zf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hgc3vm5hhdl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9s2d1t3sy565\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezlfgwh4h1k68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq7dwzczk3qt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlcsg663b3lq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njv3cpfjbqve3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdet25jnx15qh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4db5pct0gd10c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zllfhhcswez2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdkb4vj8g0fe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2nzrt4zdtzc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2000To2004DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsrnp4tpgeef5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2zg5pcpzgl5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqxmkvrvxler4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEEIV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc4973n486215\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCManagementBusinessScienceArtsOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_SecondaryRoute\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nteqj08ff747c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbpl6sy33sh19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjlbwwtmnyw2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vm242fhbm133\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqss7ydbjeh22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdskrzv918szc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksynl8pj8w5t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7zyvktq0hytc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2lyjvr2w5hhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R02_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb083m784v90c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clc9snqrrvg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vge6q08mzd4s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6616mv68ex2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsfsr6h70m89b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfeshy6wlzhl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionLeptospirosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ww3ksthte979\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1bm8rstecek2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicinalDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8fsclqdlwt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jh6ktnzjevl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k95zhbm1grx1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_ALC_PCAP_FE_LI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b6cr1t06p7q8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ALLD_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghbkfdsdx0826\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxzx4jfr89xjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x06sg2bhzk3s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvgk1b08yw44b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz5jkz8cnd978\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpbzy237pvpph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lzqt2zm2wqff\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ManureManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43gm4rs97v1sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rb9rsxlv1hhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vvnry87eqg2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kb1z1ezlsn6c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_6569\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwehk5q0hd5y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2nql1mfy21kf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-2-MT.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pmqpdsybzpn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck8d9xtl6pj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9hqhclyz2y34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39peljbht3kw8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9e46plk50bn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcskkdxejnfrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_90Day_FinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_DurumWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ComplicationsOfMedicalAndSurgicalCare_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AmericanIndianOrAlaskaNativeAlone_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzf02997j8t97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnx13sbp9h3z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zbberzkymyh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhp7ymj94j1mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CholelithiasisAndOtherDisordersOfGallbladder_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx00bh1pkm1f1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HVGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24pvwgx85vhl\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbwz2kt63qtx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhnxtkhzw8xc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChronicCondition_QFever_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wx07ny1zgn4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c05g3c5j28001\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk8vpn9wlz0v8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MotorVehicleAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Malnutrition_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbf98r20vtl2h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SI_POV_NAHC\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l15hmv94kcxec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wvnmwbcfm0l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm4zgngkwqdfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzcpmf6rbxt2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherHeartDiseases_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m47hkvxyv6mr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80tl4q1t8k728\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnvtk9v4f8xjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31e5z2ev1nx4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhpslf5jketzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_TertiaryEducation_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8nklfrl1bbr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWF0_MF.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7P.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_RetailSales_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_Obesity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_UnknownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xrzjhv6d3rmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q73y3vym5rch4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CA_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bx25wpdewm03\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDOVAF_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9x18s5ep0zzp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS71-72_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp1wxxp28wrw6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_CerebrovascularDiseases_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k4em1eyjcn2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6smfbp1vy90bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqkldmv3bw9m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr4cp8e2nbqs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn535e94ch038\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c11ztp8xtxz0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52265wcyw782\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8dk1grfhvj59\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_MNF_MTRN_ZS_UN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czqphem0ygmhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2d573hfp976g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3p0nvmjxe7h3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t95v9z3t6yq48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnk1n0lefmq42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fg4v5jwch666\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjyyzl5twncmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2pfvtcknvrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8gn0symr1g2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcm7nh64zypfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcqqbenqm0te8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3js4l0d3m0077\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st8xr4nhyny4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0wymgr3rbwg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PetroleumAndCoalProductsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0w7qvxwb4061\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCD_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbq43fc1h4c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh52n3qgw0kt\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_E\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2by5cqnps8n2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvy50f169pfv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqt82nk8xdw56\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6kebmbcmnr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2nr8c8rnhtjd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_1OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m40cze1fejxk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znmt64mpvkf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcfszq78n1pw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dvhx016021e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0p2gz2pp4ry5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2.5_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqlq0r6mdv4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsydy3y548t17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es361gm8y9lfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f3nykc66k2qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd67rkjg72q11\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_STA_OVWGTN.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s6xrvt0hyjw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h28fcww3b4ym2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tnt09gmrcqyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCandidaAuris_ClinicalCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72h2p96pwytm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0yh9eyltwn16\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvv1cqyy8yct2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvvmdp86k99r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w965dm7vkrzfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8et7l6ck0me4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3btb5nvp026g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ctyzx8qcqv32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thmmctlq97wk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c6g6ljks08v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcskgx0kj4qpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cglk1dpp6jk68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lclfj2t1pbe6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21plqlxvvrcdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67x6tyvnm6769\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dbvvy7r6dtn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsy0xcz9x9cw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j66l2rd35j773\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvmkp17hm1sh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCM.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_SalmonellaInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FP_CPI_TOTL_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw0hblzf6f9y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj27f1s5qxwx8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PANFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsnpbqqzpppr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0sqxybsjey6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7tr0fnzbp2v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcpy66p0qhp3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jgrnxttvl834\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eg71q3yy583c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcjc7wkz1q19d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkg302wpj6dl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ecq749mzftg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynt5qrhxzj7j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97degr3m2kqy3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_Shelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26dll90bgzq3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elgh891btkned\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk43q5rz3tgf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5bdljx00fdvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfvfrpgp6wlvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhl7jjj2dwdef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq9102n7y1dk4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk7zpjtkq9t6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OlivesPicklesRelishes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4rh1zjfx39lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmp8971jegr63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_4549\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ntn07mgp4f51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8j5se7yp5sh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wshb0rxz5xy78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svqs2sflqf3dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/907mf15j9zxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qyc2pvm96nhz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/108n9r978w5l7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtjd4nb6mvhz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/279kbsvjb5ym3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fkl74ml76qg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpp3786cf53yh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PocketPicking_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h09zsz7nxb01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv81t5v1gph24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CongenitalMalformationsDeformationsChromosomalAbnormalities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwt22l0sv3sb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hb020qttgp2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emphrk24dm9zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzkskv1ygx9m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5zs24p4pvgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe9sdy4dyx8tc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68k4v7x21nsb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds8q90h6eekj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wx80z5tjym33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/595xt7vwxe0g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd8d34p2j6yx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txhmfk5mb8jk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbtl8e80kxk49\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc8tshtrrdr8b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qkq9hb23bkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7ht9ymnbe373\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2rlysxh7pt0f\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czvrr2d3z3jvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy4OrMorePerson_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49vrrd47jpq27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b22y076829xs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xszqcydyqtc36\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm4z0zcnxb46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyybteg3tprmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6p3tm8yqg8z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ydqf461j85g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftj8b5dy0v2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kgqplmrm7wj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_60UP_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24cxxqpjf3xk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzzcvrc5ww1l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qvycwwfls9r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12d162p66vn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1hzynv5nv29h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jtj4smmxkf5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltzlvd5c68xz7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ld8b8erxjrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vqq738xcn5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zk2n9fly4yx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd6rf3fsxx296\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_GasworksGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4601s3h4zgkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exql9jskhxdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jps5k1y3fhqs7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q67vsw67reh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2sk6j74fte00f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wls87cp8mjbd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkcmzvdhy7m41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmv449zff93l5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORTN.AGE--Y0T4__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_GasolineStations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j0ymqg42fq64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fltx5tp04pns7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6gsf3xzq2mbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G3_T\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q1q5k9yzn57b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzj4l44sq485g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br4gs5hmqc839\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fef6xnphtkkf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfnc1m6309j53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykn8n51zl2lj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4415-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xs22kyd5wgy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v46n9shh5qx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ken770hnmyf48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5vg61z3zyzcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsqgzwf1h8f33\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XUNIT_US_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/354h3k6yjj5h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lft72q89jd7bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6z9j7c3rlpwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vh9j7365ckl4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec7c9yhrnhtv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mb11fx3byzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps8zebnhx8157\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctbmbfw0gdhyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3ldv06r4z09g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtr7ml1jwbhx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwq6deb6lww9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v1jyx33zy2j7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ngty82w6y0y3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpz6j4fgpved8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxtjbe97rt917\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13q4hl6dhwkh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp4e1kfd0h69g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9fj2md2xdqnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_2_GPV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ze0hr8m1l4d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtrtwder800x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_UnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktjj4x2nkv7c\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne6bm4w2edr0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdycgcxekefgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/344tkj89b2jdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6873byjr6ryf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63dbf1dwyyf53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2reg9z47wzdb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rms6jk8ctey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nlg0t88spcw6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ncdeq270hzc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mm7g78dw24fr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LaundryAndDryCleaningServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cw6kyzhn21t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5kpj709kr4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9lv614x86p4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps5qsk45ej9xf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lclelxljx402f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhn57d50yj1v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GDPRV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny0r9llf3ny46\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkedmxse6dry3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp56nm2hr0mx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmqzv31g9e3cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmsmt7ktln0b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8v8lmv3pw815\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Meningitis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bv7xz0tcsgwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdl1v77mm6ms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js2s7ve99lxzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/611nfqzkgc93f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l2mlmq0m6bxg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41631qegv28sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7mebt8cx3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1x70er2237g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2whepkq7965\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj194x89bjhm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9ng6765jg2bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p0tz1t2nqem3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2jpv6rf0c24d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q45ehmg2w4l5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_WireFraud_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42sdfvcc60ed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6vzygpcvl5rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcc3znjk00rsg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_SmallScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg25td0dl07rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmk59ywws9e3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slems6lx9l6y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whzyhcb57gmm4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ll7hg7tetn39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q94r9w4ztxp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzeqswyswtnh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2q9l2vmq5sff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3p1k1q6c39n8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_GEN_PARLNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2js7y6t7m73g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jpfvwb4bgh31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/env3140jqssg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk66pqq6xw26c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz08w4swg9p8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ydnq6s7qsj52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r2xh0xzx33w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gygfz7fbnz7t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfll2zd6jemm6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OutpatientCareCenters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_Employed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s4kk0wt42dk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxr4zfwsrktec\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ZWHDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qz9hrzm5rtng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dkvx1bn6xds4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mkq4dvcltmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0zehf7e44kr1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--Y0\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WindowAndFloorCoveringsAndOtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vfv8c6xbh979\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8el2fc783f8d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/xgtv2q01ljp8d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp5hpmwj2241d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Tetrahydrocannabinol\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherAsianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9steqj1edh965\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdjh0lq4ryt84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/regkyc11dh0yd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgg0cz06ynm76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gy1rqyz6369h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz6t3ewvkrc72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28hwjfs4n84e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqtq073vnvvec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hltnpw04vjzc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1npjt4wvqg3r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz8fvj1tep4t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3cdwn3syqvv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvptr9cgewx5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15vlj7np4klsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq6n5zgqjndv8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HamExcludingCanned\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0x9vj8n95x3d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_Producer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1cntrlx2rb93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4gej72vqe7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gef8hq8qnzc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Leukemia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Lettuce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8b3bjvh0h68f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywqdvww8htmr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EF_EFM_RANK_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dpmdxhtrzk6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bbd0f765qm44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hf2nlrmpnt25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0htr4f8yjgl47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jv1671pvm3c2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg8mwxfc142y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbws1z8lqbsy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6nh506dvm4d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.26-4-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HindiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m0rxl2mpyk09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqmyqcmtyy8vh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/hm9nq218q68q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxy48kew92keh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FS_AST_DOMO_GD_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejjsnyjv6bwg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvwjd6ybgshfc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/cx51m9qqd5x92\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RZ_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvcfbb8cqxzmb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfcse41jjzq75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ggvrlgqgd5hb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elfnyyrjrkd6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w303m6894p3w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n45n28vqbp1p5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/559sz8hy0sel2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqq5ygpe75z26\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7wjsdwlbsx0h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2m3q5svmvf9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztsj9kglhne31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--IHR_02\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLE_23_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrbhy6d2en446\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_TEP_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ch5xmerrg6kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msqg6q1s37kpg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.117-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.26-2-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gtf0jg02ctvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBNRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzr4vvknm9j9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll54s8y2d720d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To79Years_Diabetes_AsFractionOf_Count_Person_20To79Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CECL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Histamine_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mn3df5zkxb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vw8zqhhtdssf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfvnf3bzsdc2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58pfm0k456hb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p32cd01vzztg8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93lr6kbnb7pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8th3ry5w7h26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_DAB_TOTL_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y2cmmred8y36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3wt7w2gnncz2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj8q6gjp3mmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ELEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_650To699USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qv4ym0xrwjwv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ves02m300f6lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSNondurableGoodsManufacturing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2015To2018_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xqelqeq5q043\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ktw7ndhs25s4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1wjhmqks9xq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqq67zerkskl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BioGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCKRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vey6nx3m66mqh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMRU_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emv7rwzy9lyt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3nznlfhm6dp8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl293z98hd83b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6281nd5lc4lh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpwdzwfy8q9n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TobaccoAndSmokingProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfhdkdw49cknh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyj2dw6j2vz2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrsfr9kb2jlr4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frfhtypkv6lf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qglkz2e2r6468\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83zb37ge2w0hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9td3tgnmk5pk4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfcqy3zpty6j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz56t7hvh2jn1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Geothermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AllItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72xl6k3kswwe3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1m3c8cg99rq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xm6s2vxeqjsb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wmvzj5jnxvjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jevf42h5p1234\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg19ehktse0fg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_2_GPV_G1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyshc7tltjjbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dq03lzeywme2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf4yvclkthg02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne8xjm5xlt7y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ww1bl2j60qr12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xherpzfqn8z7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLACV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV03_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9625m972dzpwb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jl4msx9grdr6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_5559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmrq3eh3cpwv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6yqknttfpxj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7ye7rmgn15kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Bribery_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cvp5x57ww262\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pm0lb217gm86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpzqhlvxt55jg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FrozenVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrh0zhdy4704g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpzmjbpltw5m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdl63jflv5k39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdb2lzjs1r0y8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/326hdjvwmqrzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wmsxg58tnk86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvrjqk3g64h9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_5To17Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q282yq6tgnsvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR26_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl9mg0jrfe3n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngwsg2sgg4lrg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Photography\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdwc809y1xvl5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Asthma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfq9tyxv1kr13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwqd2tjee3jv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snbp7hh6nd3ef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn7sjj6cp5zfb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R07A_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2018To2020Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52ddl983hesz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqlfpj1q70x16\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qfbt451szh11\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Septicemia_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8k76xlyc1g6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jxeq2f515h71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bp9mpzgsyez6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtvqxn8htdlyh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_15UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk6x6xpvlrelc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0jdje2zwbyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsggbt3cm11y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x682x5ps1mfr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt05pw043gsn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2tvv89bjxp1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcqlvysxfxlw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rzrgg0jysdk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9qy57z4g82mg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qkprhtgvpk15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nxm6vlf28mlh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfewrfgv0frt5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbb2lcjnqxgv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjepnw8sm02tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g8nwrtxcnmd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mkcjgedk13fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3rspgt44qksf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25jrs8ltvm033\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5btz8ny13kkf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEHSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rltszf3cfp219\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0jqcxks4r7t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wc5xky1dlfb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f7d1m40yd6fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7789547xv7dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf3qm7p0hbsnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf39n9wb9hvz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qwfkfsvbw5j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md73wqhfjp8bh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgqkcx5vts9p1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wftr2wwf6ldg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwng15m6xwqv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e0ynkf00vb2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q87jpmsy6mg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dkrzsfyg7b21\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BJ\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"MarketValue_Farm_LivestockAndPoultry\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l95t9ntw1n48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedEstablishment_NoHealthInsurance_UnincorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkq1jgk08zfs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr8xcppmj7294\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8qtwkhwr4fzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1khp6jdwqwyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6hnzhh3n18rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj1sdx1xlb7d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpxgv0dgs960g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgk42d9v97qk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3k3xsyd63lfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42q624q3brcq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfccx0sf1gx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebkvg2nclpl9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykkjj2m4xd735\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1svzq1qj8lqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6qlzy5nn2eqg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnk9m8e3met06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9rlz3znxn448\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_FinancialInstrument_30Day_NonfinancialCommercialPaperAA\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tgtfktenef5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4prwkl9bf6vb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbfmhelvwz2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k860v6rnh9513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp1yzzj0hjvj5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCServiceOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensUnderwearNightwearSwimwearAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c5g2xpzfy09b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j1r45gj8fl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htygsgw30v001\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jln9rfqptrz29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrm2cr1yw0m21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zwn6690l0j28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqmm4g49q4y0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxpnlzsdqvjbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnrpj1t0472hd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k169y4ngr7vzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kypptg9j8hye7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1vsw19lksqw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqczntrv99lh5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_P\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCommunityCenter\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/300983nvvv9pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph5k7hfxdzrl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr2df4g442g23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxz1enj0zms87\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SHR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/f2f01dqkhh177\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhdjjtgdkjes9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmdfr1sw2fd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5dhpd3d9sq12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53kzggfnp7sk1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_Agriculture\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5veme5w61z31\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HookahUsage_Last2YearsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j1ljp26vs628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0wegn6xttfv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzg0gc4gh6esd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0sv72305fwy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4044_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqcmpew4vs9y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfkwl069m93jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wt2ryyelrtl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t5fvbhejq5w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5lf7kv90scx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rj125n2f3wx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68nb44mk5xq68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hxl9ljdcevz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss1dm78ekkcg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x57qs1mzqt04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lwm89wtr5t07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc1bs8rz4gsk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4penvt3lgf64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14l5d3gknftf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggxftmd3w05eh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y262lnnr492j1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l2bglkyj5je5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxw7czv2m8x74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR9909_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAAJP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w157zh76c0mp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NXSCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_FPL_INFM.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_GTVP_2_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwsk92bhr6cm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p1setrc9d9c2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33c1lpw2sdfr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjlbx7t82wdx4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5gs45xfpsg4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1cs7swleb0k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8ngdwl19ex9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ypj47h6zx7j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k1b2h96bqbd2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m5wwdn4e3fe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg61y3q9h5en7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgblbgqy64d63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8200py5xl2w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxg1jgt1tssqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38evwx0evynrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68jv7yyvzgp3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf0zxcfhbk69h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhrpqc40dh7q2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe48zngyx37k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvjmw994dv4cc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp7rsxc2m50mc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_0004_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_18OrLessYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ScombroidToxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NoHealthInsurance_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crhrz63ercfkc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_POA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfcqzvyk9nbqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx93f3wpy7m84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6q5lcvc2kyxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_NET_BBND.TYPE_OF_SPEED--IS_2MT10M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqj6fjr2vwex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyj72d3lgy314\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin14b_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Death_Upto1Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BOACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_7074_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yt90y5z8cwl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we75bkf9vvzn8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnnr3p1f57rmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9831tlte3gy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hb9hx6lb6jr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz99t1nxwnw26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv18pllys0592\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ferswn5zy3f69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcnpwkkrwk671\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19mg8nvjl13g1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p868rbxb8kpbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j82r9cmvcrpph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Median_GrossRent_HousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1979OrEarlierDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qmq6d5qsn1jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd33692cl6kv1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m4d50np5z7t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzdphqhbvxdq2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NER_0_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx0q57r78s0f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5n20erjmw7v2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emggtxg2bzr2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09cv9tkxslmyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wel343bevv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r67ghmrgzn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfwsxpyxcjhhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999USDollar_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcmpbbylew72d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vhw5pm5bsx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmrpqezkmfm3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecx2dhc647fw7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithVAHealthCare\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqbkcg41vl0zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0hzwm0ywehxd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With1AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneX_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qptgwyqv28x6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dgqqlx5e2rj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2yj1j32f0ty4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdx279x7wc364\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisB_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/136hqh1xvbdr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfhhfbfn3frh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8srpqk7reyg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb095l7q3ccvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMEXB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmsp3q0ehtg3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y29hm65l1v6r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypf5flddm3zmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v95vfdtqq3wg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf80w51d49nf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yeqj655l2km2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p13x7e2wwpff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtnk775gprfp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyfntymtmn873\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmkrr5jh8bxtg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psy6lzfhnb705\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_PPPC_RF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbc2001yescs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzbenyeeh1lqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfPancreas_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx4wlchpp64v7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TX_IMP_GBMRCH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bps18qbtmdbb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slkny5d118n3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_ServiceProviding_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3sd61p7610w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMLCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dre8fz523y5x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rbfw30cnp0p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89g2vjvl2s1ed\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FinancialServices\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw9e61rxsxsr4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wzphvpge8044\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d937b68xylw01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcjqe4cjlm91c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3p10rnfd7y01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjbwrmept42k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4nn7yh3340ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq8j8tk9nwyn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1clg9q3ybht66\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV23_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04g947nsl6le9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_TRF_PWKR_DT_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50p19yqtrvk4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3n8fmsz0tjc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_NotSpecified_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y182tq76y7dpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreRelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_USDollar10000To12499_WithIncome_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgknxq58n28x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf23sb11dnpr9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k9d5gjd6q4tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33kd4qq9jjgsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk6pmvtr5jwvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx86rzf5fx1j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scmjhj329pwt3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_White\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g354whm31lz9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_NonfamilyHouseholdAndOtherLivingArrangements\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MFERO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IQ_SPI_PIL5\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlde5vzwq6v\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n53q98tgnz2mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3k26q0xkfnpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0k3rs58yzzmb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9150_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Solar_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxmyk79nqbrhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NaegleriaFowleriEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithDepression\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nmc718dqgzfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd0s9952yn484\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfpxhdpq8fldg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zz06fp8bt8n\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_PaperPulpPrintIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_FoodAndTobaccoIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MaternalCheckup_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpp76esdsx9fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhqyjc4edhxs\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_5Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HmongSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63sxj3dhh4dc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2cwx6m6xn3b3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yklp3zeweeklb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2mnszv34l1md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk056bkbmrpe6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eekey9x3y1r43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2ng70qr2mnh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjm5pyjl1nkn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bew8kj6l7tv93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chzf7xepk1h3f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmnyv55vhyk38\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URSEP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA04_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rt37tsfgs14c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyh93hk68d594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f74z3wt0nf78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl01ysrms8wxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkkkk28b36zx2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxkhphfe1tkq5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynjqdmd7z4tp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2j7ktwgm79bd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9d27tb1z9y4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_3034_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EducationAndCommunicationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hnmggnvt01zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynb9s869053pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvbk9dexnhsz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qb1k1l38qkn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyn2wtnxknn4d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/lqvthz1rj6l64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/039l9v2h55vch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5d18d52l2fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytw82zmwn9sj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2fbcjf4glg9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yhvtcps30f68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b18vkxwgc8xbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvvhyddzjr6n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9yyjtphkp01f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnh2f28sg1ql\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8mpb0x6846n3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lpdtpd0k2fj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nms225rv6cfq8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_02\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Mining_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dybkbh707d733\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn6w48pp04d3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgttz16sjsf8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewrmzy5k1rwlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r67zn70gyz16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekh1g39v9sgj4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_CrudeOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfjvhzx4lgb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0m0gsqpe9971\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w0338ezfb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drxkq79xd25q3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/i_ATMs_pop\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_WasteWater_SecondaryTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj5rme12p5ypd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0hr9sb8mcw1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6cxhtz5hng77\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2e2epxbfcred\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Bicycle_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03p892tkj26qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19dw2skj2pzf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyj18xd5m75t1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TextileAndLeatherIndustry_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pw2m0s2jlw78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht2n1p578h1r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3y1l0tbkpz9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g6f9jqv457sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m88e35byve302\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q135y81fsjzcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_5559\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh5m4jdzgzs69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw6pqb85g9kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3z3yc45td833\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvsc5jhrdbe31\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_H2O.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_Smoking\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0ccky7vbpsz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LegalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shp1237267gp7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ENF_CONT_COEN_ENFE_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_CornForSilageOrGreenchop\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy43x54yxtfbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3h2l175t2qzc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b9h4hp1lyln5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92n7prfeg9fq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kpjwt8j19vs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1391_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_NaturalGasLiquids_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exszlx7m9hy43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ke7h6p078fpt9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bte5bn8e2nctd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lysd6yjs1yfnc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r6vc4hhrv241\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crwytmfcfdy98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryy03c6xptpf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pryl44blypef4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfvk45ybg9291\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_MeningococcalInfection_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jh9m4kwh37j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6xdvdf9964pc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk8wljmh44ph2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndzxn91k5j5h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phw4svddr0np1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r67rn5b73wzr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gs7z6nl6wsb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_AnyPostpartumFamilyPlanning_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p38jr3lzkdw9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fg7cx9np5h52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xhk1zj3eekg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9gxjz99z9qs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdm185bxwdmk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9e4k2z1rlyf9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w4ew751p3f4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30kkjhrkylwg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CerebrovascularDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krtt13mhv3337\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_16OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19xdel8z65bzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgldrk24dlqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7ttsb89rpxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj8gevx3me6p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq864lhfql079\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb9gf4v4gvd7d\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgde61smd9n57\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BAR_PRM_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CHR_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ghwh0dtpte9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxph0bllk4qc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es1q25s49jyv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8c72w78djfp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/P00-P96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tgx5j2hrpbzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrjzrj36wbc01\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLCC_UC.AGE--Y_GE46__SEX--M__PARLIAMENTARY_COMMITTEES--PC_HUM_RIGH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r59fmc741cq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk5p7e2162epb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxejev3qcq5s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryxbs77wrfm89\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmpd1b1pg9d48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2762j7776k3f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pwwhnbgs5c06\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbhvylsjhsh67\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksh241ky7ymd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqhzbr4z3jd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pjn1gfbdh204b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j7eg8zzfb6t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f67jbkd0jhqph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSRetailTrade_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sh121mp9t0f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe0gm9xe13x7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk8pn2j9jk3q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgn26jw43hsq3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h72dfcl6q9df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt05x8skk1rfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrtx4pj1g7w99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4085lxbm19we1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhd8gcchpnygb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pybmzsn8j38m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbmy4lfx9hksb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8weqszxq6ctz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lz40l83x0137g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9mngtgjdjqk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97x1brpmcy7d8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z5l45chvtxb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gme5dcztgc4w\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmrckffz4mxvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5972w62fzlc0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27nsww541mryb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1efrkv854wh3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2nhy9rcld3pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAL55_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzl0lpyjshxe5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE25__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCXOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y5cbnh82n4nf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Age_Person_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fxvs8kywt858\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1PRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yq84qysey1b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpt1d7v6x9ev6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npwlnpmx3kq42\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_AutomotivePartsAccessoriesAndTireStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36ngsb60hwcp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1m0yh51zfemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf3w8ev1x5px3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yqhy242mj5y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbvq1bwjs96fc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpe3j7w0ebpb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r0x67gjvtyr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz949ewx12et\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGamblingFacilityOrCasinoOrRaceTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k45klrn4wj41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp0zcfbfh63k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ges75jndrfcp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hcjg1e7jyqd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sj3e704j25y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkrzj3rw49zx\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7lkt46lzqey1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbmj73551prf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zje0klj8h2tn\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CZEL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z4451y4509y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl6jt3136lt4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5znrb6y6whdf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbhezctplg3zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ree798k5769df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vp40dwklffxdh\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Temperature_RCP85\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcnts8bw3yrnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpenwxx8h4ehg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_LGL_LNDFEMOD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glr38zv7k14m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgyh018xnl4m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnfdesywnw1ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm2ljnt3eg5d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x77rp36ll8swh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1nfdtypy4f6h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03bkmx02eghh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0elt7dvxdzk58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d30m7p1t02z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svqkec79d0t7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqkpkqn2dv4pd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwr1l8y9we9k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbhxysgydmlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Anisakis_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rnr3g1bt3wkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pzdy7vsgtd85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6cddbx599893\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jxs7xz109qn9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smz2mp1lwjcnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkxthf7sxch5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f321fg5gdp2y4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6gsnjleyz512\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4x2t35lq05fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7n9qtw916g97\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/borrow_any\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6elf7kqss50c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_DiseasesOfHeart_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyd6mx0q6bgs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3rth98c22fvc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_TOTL_PB_TT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS44-45_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/167p9j5hpe6yd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpbketrhbd533\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/borrow_any_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_InvasiveDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv5g19y8dl9r1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8RP0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ccdbcx9pz35f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnqzne94hlrc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q84n30vxnz0g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_4.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpfb5qzpjgch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h56h3jwq3bfb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43rfx4sdmh5d7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g58wvr0kvmx69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6yywpsv845jg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_AllOtherHomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2fr63vesy6l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq6mekex1lqw2\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcjpz13cx4sgc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h67krgr02nf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Receipts_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/832r6zz6ly948\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkjfs3e1922dd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8x5tlg7dher4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qld2m1lfft191\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkcyd02njpsm5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_25UP_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographersAndPhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpcfmb6lp3zpd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--F__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_CokeOvens_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/334r31nwgnem5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mn7ppdrehtnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p73x1qzts7m08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t75c0vzpe3m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skm99v4bv9ysb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43py66xkq3htb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whpsqxetshz5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzgseqdbwqp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw2yxn2hf5m99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3rstkrbzkdhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_RespiratoryTuberculosis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7fdl75mj4k34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w64n5dj6yqw62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgcgv252qm78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DischargeOfFirearmsUndeterminedIntent_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServicesIncludingVeterinary\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20cktddflkrm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fk6pnc6qbxb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rsev2zqx449c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dsnh3kb0b698\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tq3ys81ms1s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n919b61k2pvef\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PersonalComputerAndPeripheralEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9320x7grsr726\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l19s8cr2eq3q\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FM_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Hospitals\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/271g154es3j9c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3c9ybebm4zk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm7cdsr4b5ptb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg0ln787vktx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs3t6dqzkl658\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggdm7fe7mbem9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xkyegetpt08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g57vdc4mb80e7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkf0cl78rv757\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpnkjekrqc0jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt81z41jl3309\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txnd1t2yz3n7b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TBL__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_GPI_PART.AGE--Y55T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PornographyOrObsceneMaterial_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6d0158t101s7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_FPF_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn5nb1n65nc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x0q2c2dfekv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwxs733pgkqt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdw0rbwk4mxc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8yhrlchwgsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2c8n6hehe29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cy39dqz91yvzc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24q70d0hltdn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh3lg5spfgt52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzv82xzn2qlb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgbmntzqpz2lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4w38zlx3h1l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ck81ejw811l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xrsgw0nm284h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_11\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRealEstateRentalLeasing_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06d4b7462ckx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t41xetm1g0q6h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Toys\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb9r0e5zk85yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr1nmwv22m2r2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_LocalGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zxsdexnff8f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wtf75mey0gj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt0m41h4qww3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Potatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdb0eypp5ek6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw2hvxy4yfp85\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4549_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jp0qshm308df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtv1y46qte375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z30jtx6gtktjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zelwf4n5n81x5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEAJB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31ezyjr07kpb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc6qccj9dzwg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c6pndw4vm4tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kt4g7gyx7dh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2khkp5413kg4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mg8wj8gk2g98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx390e7t51n22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/712f6nls32lv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbn4knwpzgq36\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jb594x7dr0r8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DPPG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q7bpf61nv0l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emz8k9hffzfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j24nnm4r5m6gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgq3q1xnbpj36\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx6mp92m2y374\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bydjzwp1pmeg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msh24p6ef4qv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s30qtr8xy00f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exx88sres245\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e66rh62w9wbff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgdzm5489365h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pswlcz0qgxg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9phmexfv7rks\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sv95qnmvjbhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l3pjs4je6vk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0g7w9xdl5jbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk7qjgytldn34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjh56xfcxn7d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ymf9xv6vz1e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/826z0tlmczks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d14p1ze8b3y48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emmjvyv2694qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhj980ckz05g7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht2yggkc35q18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6487y1pkbgkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpryq61rmx3v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhncgs076cm3f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de5pggt1bgpm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s10yzbxg5eet\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment_EducationHealthServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwqys5hx16wnd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_AlcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ezxn3s8y0td3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dx4yt55w1bc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/475wkrzzv4g64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mky02vyeclppc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5s3gdqwwm029\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6d9z2m80hmff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p065ehnhlhwt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px7548dw1cr8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_AfricanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39d7ew7zk4qq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3zkm9gjq02v8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_WAST.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1fdx7g934ldf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5beg653nbsb9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Pneumonia_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52rp40c5c13df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4xc8yvxswnh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Solar_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dp9xgr2ff513\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52z47gre02736\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6clxe24gg7mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sbpcspsqbrb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmw7m5e61jk55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lkge88cen5qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfct1b3y0sbe7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819OF0_MMLB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vjf16w4pmp05\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s8bqtkk62k49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjy9hc2kvmqw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjfv16gnxwlvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb7bvkmlfpk0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejby7qytvynp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4z0pxehvc11d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxbb2pt0clt52\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj66gnbet0m\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_WithMentalHealthNotGood\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve986rwc8tdv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryf6dl2l0m642\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVCN_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSmallpox_White\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gyewen6g4cwg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tj7evjedl843\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLP_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40yr6km34e8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsc1vq0kwywf1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfn0zwmrswjk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycw8yb85c0c67\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t93kq81yz06md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z05w4p15kqhs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7q2l972ghdh4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vp5z2tsrhrj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l1v5wh7rtjg1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwrb5bpxx2x81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4vkgytz4m3y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1hfb71m3sve3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr5vhkxrf1tt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5hq08fxb62t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44we2yjw9q6xb\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s3695f72kxv1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSAgricultureForestryFishingHunting_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Agriculture_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_InterestRate_FinancialInstrument_CountryCentralBankPolicyRate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqxwvdt4rwpp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5zd5w13reqqc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89l7rgg1rrll5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd6vp784vx483\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xst838ybbc1s7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zn4n66g6nrh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh68tpmj4p6f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmz346hgpgl7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppqrngrxh48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0hh9jhx104k7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6kypkpsy7cd7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56lds8x1cqqrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhmj7qb227rvb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_HWRKDIS.SEX--F__OCCUPATION--ISCO08_2221_3221\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_StationaryFuelCombustion_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x28pn0lqxk26g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12xnkcq4bs6y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31r2trcqymbh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q9y5reyj28xp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x61f7pybwjwf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svwsrr6ykmet9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MMACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13nq472v8prk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gfbqf1tyxhq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c806knc97b2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smc2fwmnnymt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr978ysmcdqxc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m03bn6d9m4jx6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--UA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vt1131q1g6s7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/887rtf7cn4b22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy16j80c3yrfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqc286m4ls375\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py6eyd8yfy2d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxwmlt8e6exv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jewlj2m2qmm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d36ch9qwgqjr\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA18_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej5tp0gtbpv32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fskf2n7lg93md\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3gh0qmmqncx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svyznxh7nqsl8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_6\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mzfxbtg7cb7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7effhhw07wzxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kve75wgztx6dh\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_OatsForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fkx6t6nm02h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4t8nc5h87bpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz07gngh2vc2h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68b796kjjm48b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md17yns7q8g0f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAloneNotHispanicOrLatino_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb8x286pqmled\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y4dshhwjrp21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lypld9fe0x18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er4mfcbj7d6z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt124lz04h2s1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpb6w1kmk8vz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5mx52bgm9q6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpjnhrjswbye\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HepatitisA_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qf27937w5q1lc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y7ts3t74jxt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46pnwzj0rezef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4crqk0tzg7h4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqr9j8tx2c3h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8q548ftmbvxpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkqtz3dpv5e9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrv0e700fclj7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4ze660k60n16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcyeskvbfnvvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dvpc0hgr7jgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0jlcqe8x1ee5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxwnfns0x2be9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2e71vrd5pjqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3yes0l6emw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npn8fxvs04zb6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f8374x3vw4p7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6jhrb1kzc4v1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WireFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56kb336gzkbe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewcyc9q11xhkh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RERCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf5000To14999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6j4e8v5v4bj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qy9yd617r1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_IP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_25UP_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4tsbkv8pyvq6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_DECT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35OrMoreYears_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fg86957m0gfcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgwtpp58t0k2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qel7dt2flxnh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f25hw42qbnlf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmn3xqm5s1k46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkdm7v4s4hv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx1w704rhpxt2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_80UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ee7yhd39senb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8mbfnftnv6fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyb8fwmqsj1n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw9e43dy9pcy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqkwlq8v52ssh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6dhqdtg6c8f6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48738yc7pvgcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9en123g45v3df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncdvdcdynn162\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9r6h1fl61653\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srlhgm8d4sqjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vsp4h87fs9v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzp132yhb1tm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq8z3eh4v6394\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7l0ck7eyhn21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz5zlxlv8b414\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t23dj3g2p5nf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhq80h68791sb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PUBS_FE_EO_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_GreekSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxvphs4dk3cz5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h1e7p58hw75c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpb7cy8bnpsq6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13xk7xf753mbb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_AmericanIndianAndAlaskaNativeAlone_SerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rkc55qyp07s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgbr8msf81px1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz3frlxyh4lc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherBiomass_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6swbfsrjc9e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve9319wgx0yn5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AggravatedAssault_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkgf9ye5l526\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwmyc4r7l4qmc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8whqbqxmm3nwf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherCondiments\":{\"byEntity\":{\"country/USA\":{}}},\"dc/904h7r66m3y7f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_NWCV\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_62Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mq017jnfxpq7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XGDP_56_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0dhsgn90ynknc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwspz1z6g8z95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmlc8ssdc9477\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Intimidation_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he280zt043w04\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_NetForestEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzltpdp36017h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwf9r53jgv032\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44kke1vydhemd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t2mch7v6zwp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc0fp5ry8ghnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg17e1e7ec5fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5rt16nf4f1p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7579_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj07b2m7rdz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh8ejmpmdcw63\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySRB_AsAFractionOf_Amount_Debt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4spgewynmc92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0eb06jq7rwrg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjv7dsc52q123\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svzwfn1tf6zqc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/378cnjxknww7f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7nzcpbywyft5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w18jdnwe4jjkd\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV24_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkz56mhmmnj4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cjpr0gllfwf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyxehwrn10ysc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdgfpkhrh137b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1jxll968lw9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6087m19zx869\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFST_3_CP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp206dvjzxcf1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_WBE_WTLP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PregnancyWithAbortiveOutcome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n0e9ebpx0lh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfkcjwcw5ggm8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cwrwgd2t1r95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnrrvsv0v88j8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Civilian_NonInstitutionalized_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v21zn4fw77qf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e034z3m2hqjs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sstv7y4kygb8d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn43jclnjp9v6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5520_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_LegalIntervention_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snv4ft1xvqyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvk5017t33vc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e59s7jzp8chbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrkh6cgdgl5g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CheeseAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edfqhyps3cm9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7805xz9xpfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7zz4tzvs1p78\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chmjs81h40rv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccgrtlplnnl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qpjhsr650pz2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg12d3008m7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3efecdtbgjys9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntmsgrq5d4thd\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltwbkw1e98b1h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9htt21s6gwh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2421ww18gh19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq4mf8bnxsjwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03685wx6xbelh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f079tyq0f5bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk68pgwdr6q75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfg695670tjq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpgtwyr1qfflc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9jtenmz7jqe4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8y60je60hslb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInNursingFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20npl3zzzp3m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qc4b3wp5psf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze91q8nbw3kt2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh691gq944w71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcl02kf2s8z0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s7y1x50rl8h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97bvx71wlbqhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmz4j14pws8b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n9jhl8fncvef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmsexkb90n08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7y2qlr64wkll3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khzcg21lq2yk3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS48-49_22_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szp2xmr52nfk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pn6n5eh56y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgw45p5l51j5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se5twcgrw6f6d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_SDR_LenderEntenteCouncil_AsAFractionOf_Amount_Debt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43m8te6k8fty9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1lt53504e871\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7hyn253h1s47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdethfbbwg5cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy32qjdx5hlph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcsfz35mjer32\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rhmb8sqqx10h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7khywdhy1xfn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz4s5gwjs6y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70nekr7q4d1h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3kfb0wrm6l8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78qkgx83he1xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85rtg0gfelxz1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_Charcoal\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ed8x1plq7y8bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1n47d8grkw17\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9jb0w2ql429g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NV_IND_MANF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumMageritenseEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwmymcmx8zgf4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c4f0snvxztnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmplpcx764c0g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WomensAndGirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rf9322k31plg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d69lzygy57f4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwehv4hfjnsq1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_LigniteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjb8krgbk896c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq2qdc0rnccv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxm3rzfrr9zfc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV27_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqw2lhyy8jsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5303_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdwf25ftrn5c7\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07ykvpgqn932g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngy2h3exz9q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mb46rkzqmec6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85y37tglymn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb2nw4dy7m10f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFIMB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/175mb9ghc4299\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7qdf4f8bp007\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrnh5lsr5gfxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms23y6wf1g1c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnh5fpz2nd442\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_DiseasesOfHeart_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentCollegeGraduate_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzreet4w8vjc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CDEGR.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/553633fxn7zeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jw1rdqyjbtx2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_HIV_INCD.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ParkinsonsDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45vs8jdsdddx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2ymnjjg4cy63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCL1M.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HebrewSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qkn892vhyn83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcl80m8er5ds\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35b9fkeh2qlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gw82s66r4x69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6evp7brzrqwj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmg47psrpmdx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrf9y35eyhq1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhexddt3hhxb7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b546fv6h1182\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8el7spj77jg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nle5nydmtcpl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kcpwwx9j0978\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b3vvmfewkv21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx76xtd43yvp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2h1vz1qr32p\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionParatyphoid\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d64e7kwk08bz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbqjkr5rgf456\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws26xk4p4zcvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithFoodStampsInThePast12Months_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db22w6wd0x062\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwe6jkg25krb8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Death_50To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qwzwk8t0ec04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dd3fqxxv82w61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hyclfssckpqnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxx2t6lkbxkdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxqhnspyzh3bb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_62Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d28t9fv18626\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hfqeledjwv7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pm5hxbvwc325\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk608kzgrk243\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--48-49(104)%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g25q3ysr46vd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n60sc1zyppljg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8scc7cesh19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s44k76lnn9rqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj4ere1jtpz19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc9yez5htdr65\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To25Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljvw2708p4rl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2cvncj87ylbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1sh09g13fkk3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ee5kc5kynbef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromBuilding_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS23_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djj9q5lkwded3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en284scxqz828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te3nkhv5w0bhf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_OtherSector\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mj5ly9f6d1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fgbdvcp5zcjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krt5vs3bzbmh7\":{\"byEntity\":{\"country/USA\":{}}},\"Max_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct0x370dvqj6d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ngeebpy0t27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzh1g9d46dcpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whr330df7bln9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ex32gsvqb1sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lvepgjsreml3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Water_ElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgpvcmqjcdh33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKORI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE60_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3tb52ykv3fj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wqckex32h02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_EnterocolitisDueToClostridiumDifficile\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentBachelorsDegreeOrHigher_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4sbrycvkv90c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r6274c0e654h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6xmcq2zpt617\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4mt7s0bt4m2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywjqcxc244sx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MonosodiumGlutamate_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bsw0pgvsp8m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61lktz2bqdtf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppcvlsh10tcpf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_CBK_BRCH.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HasComputer_NoInternetAccess\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2f423cm6mldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejbjttj34s8t9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dtr5z0221me3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--LT\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh0fcsn09xg02\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gfmdfwnbh0t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cem7ewch1yf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3c9nshye1qb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vplg4b22q9gz1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cnpl8wne1z0d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25hez2s9g87q9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf0dse618ywtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrhjpyfky70nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swryw7cynzbzg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvn9nlsjgbhn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR03_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherFormsOfChronicIschemicHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f93k3xq2sks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50qnj9spzqsr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdysxdkm303q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k4c09w4mq9m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddj0qjc8hp443\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxqx5mhwx5xy8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ecr8ntypr6c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6sd5jbp4tyz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m533dvf9c6dh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcp33l84eedzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twnt66lmjkgtb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktscekn0e7mqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfgvvtxj07ylb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qz5zgqmtw843\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9652rz4m86046\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x07ff77m64cm1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS71-72_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4bwt5ehvy52g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhkwe22nt0gjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pb1kzjfptxq6c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithAnyDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5efysrnj0jev4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15p8k1lkperng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs916pnnj57zc\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3y3cyrydrjk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jjgps8g9klf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkxp0gn2dnf63\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06qn1x7jzmvg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gq04w1tlsgn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp8p89sb3wsg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c17wgp2nksm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x16jtsvyfz83b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_91Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2138m1cxrytn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30csxbq8y90e\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLKCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thm3tmzgdnr12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_09\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w7xzbx8km1pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjxyt9mb93j6f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COSQP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GasolineUnleadedMidgrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPertussis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y7y80m4pct62\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f3h92whlkyw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4cpehbhfjt2c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TRA_GRDL.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j69btqm3981rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y16xmn4fjfdqb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_YearsUpto1_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mhfxtvv6egrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg7rphw4x7mtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_LaptopUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3flqyndrzk5y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jennj9c07851\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzfbjdhnv9xnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Household_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/003hjsl9mlxqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvqew3knk67z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcm9eepgx2m1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPYN_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cdjfj39gtvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffnf9gm13wckd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnwbhjymmes4b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_ETOP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74qesxd0bm9wh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8khk5w3nxtmd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqwz7lv1cjt2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgzg3l7tq0sgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz5nh9q00hzng\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_ConfirmedCase\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdg05h55y45y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1zygddhdzex1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4z306vm3zdm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8fcfhn4xv128\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg3615yjeztt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3hlr92wrtl09\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_MKTP_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmp4cp1fk9634\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc1k451ebw46h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/R00-R99_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/neexd713em2t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl1tv6n9yhf59\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lb19rneg9g4n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1.5OrMoreRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbbtvjenjr9x4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCM.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdq2n7wnvv23\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em1vf449sfrx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6vp30se3m0p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cg0syvg4clt1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.81-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3c37scqyf8r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnltf2891k42b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gy8bxhdyzejd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/792fekkp2k61g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rydryntd1xb1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgxpnjcn8glt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05s9kkll9tvsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0tt2rp1043w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmqvq3nfdl1s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8FPP0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55gkemg09f085\":{\"byEntity\":{\"country/USA\":{}}},\"dc/710615r70z0e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br45v72xvhp5f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CV\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BS\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04pjdk39770l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2z196myy04h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1kf1xrf1t0rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n57dk5cyb5es9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment11ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd461lsjpcq2c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_MTR_1519_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4sr3by06xmy8\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_DurableGoodsManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mnhj73swsqph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6c2ed11md046\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS48-49_22_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q2eet9l127n5\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9190_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.3002-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzdfd0z2stpk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rffnn5xmfkc5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t19fx5n00xnh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nl6b38lgjnr2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_COM_PPPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rel0sexjs0y23\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4130fr4llf992\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8qedkj89mt5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhz7q8wzjcgj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_SexualAssaultWithAnObject_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pv3d8qsnj451\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dc5sgy5m63h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwb13djq4fvn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDECB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhecqhz2x4lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcn7zl6hnfp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q8llzkrpyz95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f7wr7dqk8rw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/derjxfp6t5eq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg0s72271ej7f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqgy14ldx8h11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1cbfdkns9cr6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17dp3tk55kwg4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_28Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1x7lee7yn69f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/219txjw4nrsd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpff25lplnzl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5bx36x2vnqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CF0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1l8lsdcfp3thd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gc8gxpk5c02b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27bv3rkycxr07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtrly57qk6bg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rpzybnffj5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnneg4w8bpbd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ndvcy8yey32\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IC_GEN_MGTL_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Imports_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0h9vjce3d0l8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_YG_MA_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzppserl67zx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psb4zdnqnv6hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bt00w0rz69kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_NonfamilyHouseholdAndOtherLivingArrangements\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vj06lmpe8tw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywbwhm67hn536\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5103_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62To64Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgs9nb7v7lc18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnhgxbyhqvh95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MAPRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml0ytmhgl3621\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4jjh21p3qwbh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tg9xtttjmsrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90fzzev5msfxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5sp22wv6z63g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/151gj7r9lgmwg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.64-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh2wqzkxtz833\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xv4qv9wj944b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt81l3hy6s2tb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw3k4dyk778v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxqcsfj2k9qq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgcexqpjv7x44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqflmv1mxb8z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ptvb23dyx94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz9xche6mywg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4lspq3jk415f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Asthma_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmtz56xhlt8j6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g1ypsec9h748\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvn4srhm5qfzf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5l7q2cfchrl3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1d1vxfmjgb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9nflvpw00d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gmn5d7xc6f73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrpws0z2p50w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLeprosy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9hst0yb9sfwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf25000To34999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5v6l762nmeq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc5fzln7873d1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Impersonation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/305fmdw1s5181\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8txpfdzykpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrcdh91ss8gz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg52ehn3pkpn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherLandTransportAccidents_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v8znsxl7jvb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00rndbgenje63\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Nuclear_AutoProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vv8hfkcpf236\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3ej2gzh8f7v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3337zkrl7tp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbvrpz8y6l123\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_3034_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weqnt2e1e0089\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2c2614lfbst32\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_0.5OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg4zz14z42d6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rby900zg807db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vy3qq7pwgx3yb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hh4ws2ktge6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyev5j0hyjw2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4brt9pwzxqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4vj4vdz01zp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccx0p2ld5v77h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zyx83nw6vhq04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ParkingLane\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_HackingOrComputerInvasion_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4541hkskcv38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvscmvbjvjnd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaDysenteriaeEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalDischargeOfFirearms_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMP_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c670cvhq6e3j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjg9glh860ed2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym8pwkds43feg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sd3x3bb4qet5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf6qbl0nxrpd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn2w0gjvx2g3h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjym9lr6bpgld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ympgnwppx1h6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf75000To99000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9scy3f6w0bfs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2qhp4hswppgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqrtqcflvcp9b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF_AGG3A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6grfdrj1kvhf6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gx4qytb4thmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lvcglsqngzv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/954x890xmv2j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5dtqz82y7h7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ybn1bqgcy8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1frygmknv4rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OneRace_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qe0jchs0p4gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmm1qy0td542f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvtl12eysgmgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PrivateTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt9t1j703cd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzqfj8x51xp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvxs4v8vg3q2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_TO65_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Influenza_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS23_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w44q6j5k4qg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/784cg6h4yr9f2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kqqrty4tm6z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjrcq1ktt2bn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cpen6r1ryzd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpg0vwb61l062\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wns0wz3c38bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4411-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xt1m0kt7c56h7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mdfgcw5zv23g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hx33fy357gyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g41cgjb5832rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6hd16exh91g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc4797jyng8z2\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpvghss4zjlc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_NonInstitutionalized_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnjs8f71lzzj\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Median_Income_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89tqq7pkgnf44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9ly2n4ljww1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lvpfk6myt306\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcfkljflymbqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdmvz508kccxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqxmsc6r3mkl7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_02_PR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43zwlsv22rcd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yjgdbesqncf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q571jeb3950x2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DistilledSpiritsExcludingWhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgh4ekxg1tcdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zd854p9lrpvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d247ptl7smvld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h711f397l5yrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fn08zxyb5qnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slrzvqk0941j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvb3mkvxqs6zd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2m31qc7q1x64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltty2rkhlplh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1h0lzcr7s5y9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNAT_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/g9r4bg0pt9xm\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wbrzhxlrjt75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctt23kjzte4vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfy0dyq9t7m82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_MarriedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cqwevwhqdvp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91v529vclyj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqwn1gl7rqthc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xvgw6d47r6z3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceWhiteAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8n52j3pt0td8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vevycpmne4693\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry1990OrEarlier_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9etzp1sfe8lth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bde0q249cdwy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9m299jycdc8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wm8149y0h59jg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4svn0s4k7n16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgl1beqhczxq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnrfv07ynyqg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1cpzfzm078z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rppnrs4s3lhn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6nv9lxy5r278\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7clw43srd5yc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xpfbj9pxkz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj710c34mjxwc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg6wdltvr9x4h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPublicHealthInsurance_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46sbvjymm7qjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzrewn5mv9xhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1970To1979Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6vkgp2th17tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g4sfypwl7nmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqz18scm9wl95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t532zf8eqsdt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fn492kh669tf1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Unemployed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p87rt5xeln481\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4tny5bvh6w28\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PRA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MSEP_56_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx06knwcd8wm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqftlge3wp068\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NI\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp9wz5ew1hb1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1mgflew2xqm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ks2vnttvjw08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ktcbvwz69g7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cwmjw3546eqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmxtgz9pkf5m1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGGFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66jf8b3scbrn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mctvpqs0vlgh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FPA_CFPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjjqww0p6n925\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkjr9nk1r3lmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y748n9m458hqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzgb3x4dd3kf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c4yeh4lpq5m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x0rw8vhvfxf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4bhym38fgyjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0vpf73v8pg44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n1lqpv2fjsv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st0lg1hsm9xz\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_LanguageOtherThanEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrje3ch5wfdw4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r03h15vlxnld\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by6gem59lz0p8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IQ_SPI_PIL4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c4p0em56brwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Eggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkz3v78nxmh2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp17fe790wg25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_FDPUB_FNNONS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_LowerSecondaryEducation_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fwxs62yhgrm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs78ktmgqtxpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthAsia_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mpgt327znfx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhkzyt7ymgfyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHearingDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kh3r2gv11hee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4se5xxmvff19h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzc9szgezjb4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV24_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x6cx3yspcsgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edvdkfmvqz1fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wnkqptsmsrvp4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mfv0nb6brr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03jpjjf51ndm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szm4s3jl65p9g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_TCAQ.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/htcqbt0v3s6x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sln7841h9hcf2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2RCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcqdc9ndtm2yh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_FUNS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y0kfhwc54l93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01f3vxxz16p52\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scfq8vpypb3c5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_MunicipalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_NoCashRent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fw2zld5bh9423\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgnln4hpf3yph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeqcezr4med08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m3f37shhrgxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bldbxpc4btk22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2hcttsfzywq7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpjbfcd56e7kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfAppendix_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egsvkhjbkh299\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_INTM_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81sz8xcfvj98c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xqsrzt0ql39g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3t7ntgkkezy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhplek799m2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzgd701s08k02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r70x45e1mwg7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyl8l4vtwem3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etpdlc89l1w01\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_08\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db5enwr0065t3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OneRace_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tegzgsej9v0gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvg0h3y9nv03\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxmb93pt7h4dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rns43psjfg7n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcyb6mrflve14\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5h6hhtp8esdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x70n6w54d0wf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvr2y8zvvp0e8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4f149m5tm876\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxbkgfnlg7pwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2ez6q44tc6q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmn9jj7mcpbb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krjlfe348fye4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfb5ekwgpe4qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d2w1vwmmxxs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/213728t91y17f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkjye4ph6wkv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7lw25zbfkg99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbf0xyg0n4kk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLOCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3vchxt43cze8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02lk1hd0dr7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3e21mbd1fsg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_DAFF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn5x44rpk96r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zlw2hb16rnwqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6fycjyszyvk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd08b8bjxp2w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlcoholicLiverDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dr8nld3xt92\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6glkxzhf9y5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbcmc4enwyh1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7h03qvsebnt3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_Female_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evqgszesd6bb2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CYI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/950yz4f8yj6v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpkfy0x4lh9k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlcoholicLiverDisease_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lejkj1v4wzsj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvqdlfcegp4hc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRGRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3x6v3crfkqvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bl7h0hf99335\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j68hl19h9m8bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqyd8m6ggc858\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jf7dk7kl67c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0v9lmvb5208\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q21rgd42vr3dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4qenls0gnqsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33v37eeeqdk2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmtlwlz46br42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syh2bkcmxhtp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fp99qrmebjtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv595wxh7wmy2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ck2pq6jx8m2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8zfm3t9374d5\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAO_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xlygce0xx07g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nwm4ssd1yveb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcrt0xznlegb7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhee8f5gk32j7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18e8wh1l4elz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32s95sbcgqqc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3mf7twfrn7g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d69m15nx3xnyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/979vdwfrrrtb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j49v41zlbqt53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stcy60mydbg73\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4scyewbslg2d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4m44rclqqr28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1v8y14jr056\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DPRF.PRODUCT--AGG_TXT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92kykfgenyyq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk768w6ryz0m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydbj9c8dhk3q4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cookies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2g1x9jg2dxt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_OFSPPT_1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df7pems63wwpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zdhl3zx46vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_JobPosting_NAICSFinanceInsurance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_NonalcoholicBeveragesAndBeverageMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6cglfny00cz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfwh0cy9914q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhlcgyd2bzk21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherSweets\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32z6xqgdzyre7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff1wq8yddym9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Falls_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bze95vtze0v08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj85lejfr8rj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cpx1chh3rjzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73ctz85vvg59d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn5gh6ttbp519\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbphefz6ft7cc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67qnbtt4ssg79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9412bbjwg0pf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91se1vszvfq05\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NutritionalDeficiencies_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_HungarianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gbhc21esm0jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4re78s4vee263\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance_ContinuedClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherSomeCollegeNoDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdrj298m4gtt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjrrfk32qm3dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31qt6yy8j005f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzwdnl94rk37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1lrl29w5jlq6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmx60tgy0vtg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_StolenPropertyOffenses_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsbmxq7cde4w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d2pp233gntvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hykn4k6ljqfv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wb6557vgsnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llwecjq5t3j3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5prgtr3nzly3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01k0fcm9ybjs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76c9w1dgf91y8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spqjw3wlt2nd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d5pdtflclzb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewvj1pqv809j4\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6be527l4vgv57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvv3dnlczv4f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4bx1fksd939g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_Kerosene_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6ql0f1nym8kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwebtf297ckv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbtsnwtphpppg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_Cotton\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/977jhrwycyp3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djdjmg15lplx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5106n9elfcz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s15n71eh6gbbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp8lkxeeplcm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/I00-I99_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ldhyv12h2x4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksf7x7qxkkrw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3bkj5y7pjd57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkedf14wdwskg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_15UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_84Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92mk1r1vcwg42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9kngshceh89\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf8yxx9t0s8bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3qz4s5gfrcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfn49wmyczs5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDLVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br58kx3xcvvm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rez03w9rmdk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq2szejkk5x54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pks5gm9jzmqsb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj5l64p6b0rs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t78kwgjqz5r52\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy897zqtc398g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmlxmlxxkq7r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To54Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0h0nccj7trs1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDEPB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nny2xz4c6qe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4chr397r0hx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxc95gfq2yheg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnz8r1f1q28c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z4d67kdp2rs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fnkcqgzsj64c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crrmgcqfj1yy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf26mghmrmv2g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p3qtvwnv45h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9lcvs9ejg9db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_PetroleumCoke_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3br0bd1bls038\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpw1nrrgyjqt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwd0mqh4n368b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjw2p14nj54g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0mn5zd5vpzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1sjemmzg5lhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whwwz94yncxq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bx82r3l1st45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0zvx0kwyde1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngc7l9j7zbpc2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-23-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jr53j6yyfqm6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/befyg2myw1cc8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqr23qgv2hff7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76kntsljg1k6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69f78ynxs9t65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chxgev3hdb526\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gdsfmfcmp4q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lbdmk1d8r4b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpb64zlcwl4ef\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_BioGas_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mehjtlc8jqj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznq0p25dbscd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygnfw3j02n0j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4grsfzt80zcl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdbef686c690d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5yp4yqn2154eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7m5pzrkwtz74g\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d0tjtp4s9yr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wvqvpzp5e3sf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_PN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czhxnh2rs27e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5xmhr1329mf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm6gmj94fx2b8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Microcystis_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS52-53_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/720n410v9merg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_Kerosene\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA28_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rpn78s39srb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7nskwy713852\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y5vx0690q13c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pxklrk2q6453\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2t8zsyy0rly6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wph6s3z3z99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgclg7yx8rtb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHaemophilusMeningitis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es0yhbtfdf2c6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR12_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s1jr8d27rw38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn25xlkedsky7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd57et1rn00x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkmkrh0h7xnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2ctvv7gmlbrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpr52kje0p19c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w4qddxh6yrx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszd2wbqyxb25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0eevbw2swt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbv24q1qw0dfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqbhdwe5xpq4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityUnknownEthnicity_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f85ft2lnjmwn6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkb36kdkettg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rbes19bykx5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b63jnfh60x1d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdwxmpg0nvzwh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To50Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v5r5vw0qv1tg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ftnve3bppz64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Syphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree_UnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS61-62_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2d1mwc7j0p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnk1jr9nddrwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z20k40rkv3kmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ggygvl9mwckmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRE_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t1vws8xps4m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1kkkdrhxkb0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2tr6jhhzvr8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dv3xlp51g2v7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qxxvwkynjp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr7qepczykzx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4tgr4mvhbd94\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l9y8b8cckxw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0swtwdfrc5kf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2v3xwfr1jzms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bchkmyhtc21n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htl9jt7z1e3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th735rqedk762\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PortugueseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hm50f9x20pe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eez2ppb4ekr22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyr0ccf9mestb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmef0m95jgsvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28edmskt9xw21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvj4z6gnz4ht4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lmptsx6cr5z4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4ect9wfv5cr5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ere1cb9j0g4rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8qgrs8mr9v51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfflmxe4pzrmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f3zf7vjd64j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jw5x1qtv41g5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89rxvp3fs9jlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjz9cgv06w9m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6dy18qe9ncv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfqfd00mvdxv9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xv67821egk3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj0yhl83w1vd2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_URB_TOTL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de06y4vwsw2s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z9wcvqe8fbjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d31bl4t566gvh\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3dsjn7p2n7gd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherBachelorsDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7by2eyt3c7lf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1ee9lgwtqz33\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfvetk3b1bdj1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs9mkkh79c02d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r4shw7z1jennf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sh4eglpvfxyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwfpq31mvv17d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q131jmnf1s6q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d97q4xj5lzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy98c87vg55v7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj064w7wr18r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/typ7mgwrvvqq7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX.AGE--_U__SEX--_U\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77vhgvmvy24m2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7trwxwfer9jy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wfw7qqhncqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzrhtcgb3m4d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntm9bl6g1gn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n56w58ex25pm5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phepj52zg6831\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsAndToddlersApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/573csztqzkbsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl6xz61fetr08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsnfpp40d7qpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88ys5xd05d7d3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AsianAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvzvfmxxqw08g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg7ectsvx80e7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxkm62b27p3k1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdhfdt1mkj7xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snzebr6ngbnwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swmhn1qwrwc2d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vcbgqlfzwvtf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_RiceCultivation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_2529_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5tt0wsplk30d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_HobbyToyAndGameStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b29zywlf7fmgh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedOtherBeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97523xejdb563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6f3x8zbh8861\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/320r25qn280l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j01r227w9w2q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q5yber1ggpj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lwp5rqr7jlt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcwnn1jgznbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l270db5bh21dh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs7l8ddkqhz74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3skdhtkxy7xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk0chst82mv32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygfft3p3rem28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgqt2x83cemzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqgr8rmdp1754\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnh9r1bqt50d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qqfxqnej874\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2rmhcz3lg5s5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJuninHemorrhagicFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nf1hyhw4sll7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mhl82g0rx8pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fyfbmtmxvnwvc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_23_PR_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y8de40sq438c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2zbpexl98zzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdrh6peedm0z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2emntqfrv1r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydy7elp3npw92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/638924n6d2qtg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_NFSV_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glzjgmb3gs0h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfy26nv2dmpm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwey8zth54h89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zsqh1f9pc7v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex6fjdnvmbtv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcwnf9cyfxxx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_DSR_CHLN\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crclt3b7yyxk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypp72zsy5q5mf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v00bqdvgyb19c\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qll4gfwpymzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCG_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs0pfsfprbd58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gbywf3l79emc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trd9g0yy4h3sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx8bg0pc90t63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckedjwbgdd6t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpm53cp3hzhdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_StateMotorVehicleRegistrationAndLicenseFees\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35OrLessYears_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LOTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_AccountingAndBookkeepingServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmq350602t2qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt1fm72s1y7b7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_10Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27vhhxng7syq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4le84jk8cxjq3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IceCreamAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4snmsk82em6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgrkbfrz7rhef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Meningitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNRSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherMotorVehicleDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8bbpv2dy3lg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dstpcptncqnrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn6lenq2wstp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vw211xnp5f57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tpvxgffcycd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithPrivateHealthInsurance_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/492jnknhy9zsd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MBTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6ph192jzxjp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5hyx2cpts733\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h139d036b0q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7njvfxw5grb49\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3cnvkngdhc7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_SolidWasteDisposal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_STA_OWGH_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d845w8zqb5xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz3l1k1f5rpp6\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/ER_UNCLOS_RATACC\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_Farm_PrimaryProducer_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyxrnqk9s1ps4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1nbh36p442sdh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTL1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vmhfmt6tzr99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99x800v0w042g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6121zs8h46k84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvv0esb8vdqy4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0s1zqv9gcw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1ICV.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_SWEL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvztj81x82s23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pegewccqdf0fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hlhbxd88fff4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fd05ltlyhsc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ccwn5f1x4969\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpm1wfhz7ldd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtxdptdptnjfg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whkehhlnhjdfc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionChikungunya\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74fj5xsrrgsb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9llk3n21mcf8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfmc851xgd50c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xr09bj6mftcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef9qz8pr9fzq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0gpqs34rwvm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em3lrxlks3c9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sszvecjpv44q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkb1gqj5m5jlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp66lbdteyt9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n8zewjdlm1z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epl8f762q7tf6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgvdgy6k352w7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df51zg508p703\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed5bbx2nwnv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5pks5xz42v1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvkyx1qg89hq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10vql8ncq671\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75eqnmeww8s15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lj8v3j2k7ts2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherNutritionalDeficiencies_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HeartFailure_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hybgsszbk5x0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk4bpcs4qvj05\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7645ck4vrj3z4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_ITAL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_KoreanSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge45To54Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcc37dcqepskg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjlx86543ney1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0s176p3vgd7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtbgysycndm16\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MLPRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edv2lee5pvsq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsthv93b84rj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsh7cdrx23htf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPDXL0_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NE_GDI_STKB_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2jhwkfnh8rqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc2k5dddc0wh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd99m633vkvtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MVFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxr4q227y7vrc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PNPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MotorVehicleAccidents_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jwt338rzyt02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8y788pp747d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI3P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/711csyyh8xhb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcth2y8fqte1f\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_57Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tz9thp5p74b87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hf465q6p48l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3691hbpm29s2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dk0ny57t24q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvkzftnypxff8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvfrck0crqh73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmqk3d52mwdxc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_EMPL_KD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gl1tgwjkkx0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld41ptxkmz1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CUAT_BA_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w8t4f541xxdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsmvsn7eh2tr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xzrt2mm901f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezlke5nwjkylb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFCCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLMP_UC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h2hnbcht578\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32dn93060k402\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8l7szg2xky438\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw7qj9h2bnkj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bnl333t1zns\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnypvkkwb7hm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0c22dq6lh56g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDLVAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderArabBankforEconomicDevinAfrica_AsAFractionOf_Amount_Debt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7yys7dbrd2sj5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3lb41rms0vx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc3t6e2sw2e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55zgk1ey677g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k21xf0f338be6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9exvbv5n2mlcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1h16yzdbbbq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq78zyn9gc844\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LDVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gjwh5s8ghr18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3z9ldmm0g5zmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcbv43hkn8nj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4pxxmn25jwp4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_TBA_H2CO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell_18To64Years_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppgm0v1e3wwhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7k9d58l3l06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwcerb9y2qme5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf9clk6zmtq1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf7593l9tv5d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_REG_BRTH_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cts5dx7w57klg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4nnqncltmf1f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TRF_NCTR_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bl7cw92jc8d79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn36xnjn7nnj5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkbf341qpvq9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cejf9hdtl9j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1g9kkj5d4vvc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2ly42mj0lych\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4zpln0r1q85g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_EYRS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eff4s12jv0km5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_23_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rhmqf27ykxb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4716yqgl3znj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml4j5dkb07fk6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw61wg78fhprf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4jfjyf88es55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltrj2fjjj2d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpswpm201xrv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_Overweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgme2je6kbj27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgjgrr4x8sp5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j0k78jnq3qnb\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgygt825pjn8b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_WORK_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1dr05ghevwz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrLessYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv91j50znx0mc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01d17q1bl7rvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m8s15hjg5ezh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4cb21lfesg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct7xhy21g66k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3965w77rr6ggd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddhp1vpblxyl1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45r4fy4zbddl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7flezvlfeknsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsmyncwy0v3g2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71kfmtmxfm9b2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h51g28mhmnnm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhw2yl704qj57\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk5h1kw0zddeb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA23_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r775tdshmhsn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn9sfwgejccqb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67cst7h1tb868\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zv389pk3w5g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_BabyMostOftenLaidOnBackToSleep\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wr3ypznc38mc\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Radiation_Downwelling_ShortwaveRadiation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSRealEstateRentalLeasing_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xsfxyw69k8lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r6es4wpk1nx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1990To1999_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_FoodAndTobaccoIndustry\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsExceptFoodAndEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NoDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tssxht5r1eld6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z77ecnx7lreeh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_GHGT_AIP\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bcw3g5kxc0rh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nz1jmq9t5eh18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/leqwkscm98p16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7bpzgdqwll3v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jv5g5znttqz94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq3nfl2p3rjq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3tvkq63gntk3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65g0f1d3lc6tb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx2eyvqsq6pj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vt66y5sz4gt04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxm9681dg8s83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdnhrb01rknx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvv0xheg5mdp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25jl0dm7vhmy3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv4mkq19p5fx\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct8njj5ht32qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d64jmwhzwswg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erwj1pe35yrb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnbeexkyt3gy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfEsophagus_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_60UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Energy_LiquidBioFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fgtnh93mr871\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7731j52tc98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2zrz4v4nr7zb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3svcpfctsj916\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ess0xs01p6lm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwzsbyxr46xl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9yv27ej238k5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tjbf9wzxqf95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80kphdyzp8zk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnp04qexssyxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rd00mmgc6xhqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28jqvz9f17dv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zdd59zsqsfwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26c10zptn68e5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m4c1ryrdkeph\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcghzfm6rpjpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g77dy8hfb1rg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cpxn00fd8lxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdgpmqv1m0rvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psxb0d36s2qzd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCC_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbs27wpy6xgk3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdFurnishingsAndOperations\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13p5j43sse3m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6w3vr0twlzm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6yelcz6pswe9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrimaryMetalManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xehqlk7keg92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49m9g4yyygjsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwzwger97erg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pftqsbldm5jqf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nt0dd37ezn8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd7y6mvnx9wxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAECP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_92Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l32y52rmh4g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6j31059kq97h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t5c6nflerxh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w4mk9ywwgyb7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fh0tery49mtk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fehtjf54qsz8d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BTCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltq7srj1qspy\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8869ql8c0prk8\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_AnyBreastfeedingAt8Weeks_8WeeksAfterPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzybqh7c844vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb5r72l0tv252\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyzhmvs6xmslg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioVulnificusEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VolcanicAshfallEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21demjzgb5bf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxk5h08rm0fh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nl4fvbfpfbf3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherIntercityTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs1fjzmxvjm93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpmj4qnxfrkf9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0np358fw93l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h25hzw2e4gxp8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n02res2v05g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffs2cfe5jsft5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FederalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31dmkhvxvwqx\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNCF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mph7czcfjrf01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6scxjr2hpmxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq8hq5hj2lblb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj3qm850jkkk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrtfz4nw2gh3d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_TAX_NIND_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Male_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhv165k5vjm84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxyn98jm0ejg2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8r1fmh30jbk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy0nnbc80bhc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rkpxgvnnex8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6cwbrpr10b9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wm1whj5x9z5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SupportActivitiesForMining\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5njbs5cv979f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b37t6pmrzqkmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sghnrmy9qkhmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bn8bmmsdjbv5c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/893s9vxnjzdfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrf9cd245gx46\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRWHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfxcmsfk3ww59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyzst0f3y99td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwt10xgqevb8h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf4llnp43k504\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_WithFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Heterosexual_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5n3pp6cyvkl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew6twgegq371g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteIschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpgbkf0vk2gxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p1wz5w14sf3g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez46g21f2em22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzpl8fz5f8f9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19vxdr3dhpxrh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_4T6_AG25T99_F\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentSomeCollegeLessThan1Year_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyfcekxm87kp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbsxfn7l59ebb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_HomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zcrxppzk8h57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_VGN_MMCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7dd8rfmnjpr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRXSC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v2p0q5tx9lb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yx4g7f2r91l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlrde4ej1v4n9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurchasingProstitution_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mjpjst094qh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x05494232flf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlgnfg703ckx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_WinterStormEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDI1B.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk44w68ny7cn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmzk5w8lgyc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w250xlsx2zqgg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_Peat\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54vnd2lz0fns4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e3lm4s58ed93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8whpjptd5x3h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f6eq17n2g708\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt64s4yj9e4z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym1cn2jb8fr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/089vv25er9w91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lcs35z8kss0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g3t6v53258x4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/426mpb1ev7466\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flpkm7qs4hpzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3sh75b9bzng4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4htlwn1ve7rwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r0m0sf236ed1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e45jqnw21n5gd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttbc747pfyjq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phk2yrpsfp7l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7ddpyh78rtk1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ChemicalPetrochemicalIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7efzg4gcldwn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llk4ynz3x9cj5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_5054_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r7k0p89dhf5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzphb44mll9vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSWholesaleTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.AGE--Y0T17__SEX--_O\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f7v4d2jpr626\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SNV__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dyqgtyck2742c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9wtg5p7d313\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--62%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_RNEW.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_SOLAR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4mm0pmwg95s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_NonNeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkk44fl6jezg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p18kh20q3wg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkye8bs5lfw7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0x3wbesez7f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t24bc1mb54e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbyv9zp5m7gd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z0yj634xdz4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f4pxx5t1z6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q24gnzcef6pv4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD1RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w6795nmr5wb1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCSC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wvj5nz26dme8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vfzjcp2vmk17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3tegplq3cbkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fktqb221wbxg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq6z13z9fkjk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6md7kh8mbzqc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35To39Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06jzw8nvc50v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh2pwx6b16935\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdzx6257v3rmc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2szx5w0ebeckh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGMIR.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--M__OCCUPATION--ISCO08_9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_NaturalGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xccs4yf3934dh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityMultipleEthnicity_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfhn6d793vtt7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_GEOTHERMAL\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dczflz1cehkj9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8n6q0cp3dy9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbgcshyghvpm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt26pz7gsrxkg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_221\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3m2j3ztcbkkmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Male_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.AVTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9b7gfrtnd1hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smllgferr9b05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs4f9qb05yhj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCongenitalSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8cb8t8j293n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_KidnappingOrAbduction_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44t4thf9g6xdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kjelnlfdfgc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_OtherLimitedAccessLocation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6979fstz9pcnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khre34dpdgjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0fxzm6816bzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n93ktcmph9h1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0t3wy85c8yk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkjf428nj0x5g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44pn3rfbxtfr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tf7xb5d2n87c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbbw9qhd17vx8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kfp5ptr1dk07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewyk02s8bl9hc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r16xex44b45yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6e991t75wchf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ViralHepatitis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NUOUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_SocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_MarriedCoupleFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jshe9k04jlh16\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_WholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x60qer4zl1ee4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_T_23_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytkymx4ls3mhd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_WhiteAlone_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n720eg0s4jnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vtk3t2zwkrpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trhh6s3ksvzs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v08gv7h23xk1f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7stglgbjj7p05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg46k02ypps98\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_PolishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gq1p3lek49lz7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xtkm04fe8yt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z2qgrqm9ysx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f97nske41lh6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pv6493rmfq355\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8cvn1jzqzwlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3p8jp5et5mdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpd2gblw4s2sf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qr5v44rtxxt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkbsfsb3jxq46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0yw4rv0cnp83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkvlh6y33gk65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9w4vjd2dlft7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffh3wp619h467\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xymn80ck029b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbm6er1196e82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq6cv0tp30mq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w205wngryf0r8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvpk5n2kwfn13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_FourYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j3700h350ld1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESRCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dlxde8fjb2f9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_CONU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22hnv9dds3r8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n260nszpwr791\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cxh6mc3jmw1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1t3tjwxvp65d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4x2hxbeeccrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw0q2bbpjg6kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxcngq81xwc61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hnjwypvphykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkh89gv9c34mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkepztlyeje5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts3sd0mg3g2m1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgh4xzmnmxb1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt9s6edr3np23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne2422s8n94c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8m6l929v5nbf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n63fv9nl181\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nb7011lgtv3r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz7ezl1wv5bw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtb64ntp4wg17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p55phvle5ztgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my9e57qtn9wn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmpm8cdgf5pp3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42m7gb43e5tx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffzlcctjrrz43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18lg2p6tkgc4c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.34-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by8lhf9hgh2r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkbjp5s0c6gxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysrwn1xehzw76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z61e2e2k1qq92\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmlwhwy61yf05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrrrqtsxskyzf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ApparelServicesOtherThanLaundryAndDryCleaning\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kvylll1dqxm8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58e8p6xr2pl6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8ftjxws3h311\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7mwsgkctx9rb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.35-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0600To0629_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7258ztn3v776\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y40qs8tej9xv8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2z1smg32q3wzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrzpwzpj44cn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbrzm0zm6mtk6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djv09s6422cg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb2w686kn7j3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ztcz3t7ctb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jp9sytcrqf6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnj5ty6mn75x2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/2_01_03_01_prcpbase\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisC_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b1b9l7qy07p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR09_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zytrwtgq94p63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSTransportationWarehousingUtilities_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1k6fml5y2p24\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kh6mzwzxdgj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78mzh2tj1zlj9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50sng67b408pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cctxc9czfc2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx67dpzmgnedd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfkx68kzkeetd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fn97tsfzhv82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqh1vbyc2mpbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wp13vpfsz7kw9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUR_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Embezzlement_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e26bvnelwy55h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej9qx6bg63ddc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttx4jrz54cy7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfwdsz86rjw97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/32c5h2wg4dm0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qp2e6k1lqs3c\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_FuelOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNovelInfluenzaAViralInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rqc27g2q7m0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n3x8dq7f2q2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7lpjbb58m309\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgcszpb50fen8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h5kykg90nds6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1cc996yksn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5ne740l37npf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yys53bj40pdeg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_EXP_GNFS_KN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5t72j5tsl7r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxbq6bcd9zz66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0b6dfkhpggf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SalesRevenue_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnp1qmyckh69b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kd6dgcwqn36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp67p5fb90gb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ght5r08087ze6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt2d04qc6xfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgpenlj8r73r4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kepsxr5jjj9d9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh7ym56nrpbm5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtf02eh70yh03\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7msr67y328ft2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx6508j3m0wkd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6jwrk8ffks1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b390n7lywcv3\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--62%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6djw9sxff96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdwycslgx4zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxcq7vhfm4r18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0b0ktkfp2xn1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwdq1d2yq5ekb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lphl71vbc4cc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cqgs5fkrry31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02sl5s95gx9z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejkr8x4zl8tpg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66zy9l74m937\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5ns118cfg37g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czd88jxegqe6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d2q5g25hrlw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/621sqyp2w1tfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjx4vetpbst83\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lw6nrj09f3f2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ccsledz0ppq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2he2lc9sps\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9njvm8vfk7b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he11ztwc8h9f8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99p14pqx5qg86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffw1bc6zecf59\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4jtxr28k2j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c00fbb87spjc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e53cmgn1b5c44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TenantsAndHouseholdInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehicleParts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c007yzphmwt\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/238j6hd9qpqy8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skepj2rpe0ys6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4eznrjsfm872\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs89twxmjbx8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--TH\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfhsd6qm8ng48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhkz00lpwllq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_NotAUSCitizen_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceUnknownRace_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/176stf1krmce4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53ze9evj02jy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw82q16glv07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6l5v1b9d07m7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HurricaneTyphoonEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56gtjx4c6d597\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bhtkvg5g4559\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf8w22vlh6fzf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtx441zf6s6s4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--DO\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_NFRG_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rssj4tg9ltc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cefdlw0qytyk\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l69grkgxjs2r6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gtt3rrlxccz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wn9vs2bqqkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSOtherServices_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvld01q665cr5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR51_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_15UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6n50v68ltcsnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jc1w5hgfgme1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcnr8y6hve14g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtp9lq3brxqw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOTEP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/355zpml8fd6bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbs5447f5sptg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37rh11drn72p7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b3e9f1qe4107\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_CerebrovascularDiseases_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hlrg5636kl93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2xzvzebkgdm8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_HearingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7c0m362f2fbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YIB_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/422zpgm23b2m7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns1qjltfcqrg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzg2s8yhlg3pf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NegligentManslaughter_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rljl7d5b6xngg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MistimedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R56_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR46_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1wvt32v2x15h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF122\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/37v9ctgq2bz6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b5zfxjswr304\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/455rphgspq491\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeFarmFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6kxkfmfwrj29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg7vv3jrbg7e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccjhq6ptcstzd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e4rvjwlgenvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jx5jwm5q68qv3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj27q5ybx4c4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Geothermal_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfPancreas\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28829056f6en7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtfj3m0mkbc77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqrsyj50r3zr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n7yelpyvlj91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzhmgj9j6jve3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtjyz4ww0mbjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pvtny2wdrg7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e180kw1e7jk47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h99108jxj0edc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wzcp1pysew9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MetalOreMining\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs2gnv0zvtxh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j412w52cehbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvbvx9fmr89f8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSManufacturing_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9r10gwxwcj42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnkbvd48qth73\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gy176m2mbmz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/423z57e834v6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fnbktep24fj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmxgsrk63p611\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AnimalCruelty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/451897b2se4e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdewg67emnzy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntljx6pl5jrc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezxqsemy3hxr\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPP2_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgmcly0jtxrj4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthCaribbean_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_PC_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/behz25jzcbp8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--62%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_BeefCows\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/541qv7ec90fkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/780sjp4pvsphf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmbs51jhy9jz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_1StTo12ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD1VAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ParaffinWaxes_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkeec0872jeg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zm04pq5rds2df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k07drw7s89037\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_SRV_EMPL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To19Years_MarriedCoupleFamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f4vv8rxsy4vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp0yd4b8qdczb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3c1fqlgnpzlm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nkcxkpkr3827\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwyr7q3kqln34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzvkp6zt7rq65\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25bkm4c9zn10g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_SolidBioFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kk2kqxsg2q38b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xckr14ffnhx6g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45fegy9r5pc27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z9hq5fsgnm0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r03xfn9pqy067\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzbrxgme2rcw2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz5dn8yl6m516\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5pexdtd51b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlnz55e3lq7gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzpe6hgb8se23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/C00-D48_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ebn448v58ld7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25p8xeq49tnb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Widowed_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj0v1ttqw8lf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yc9fddeh9hwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppqp9fx2qsvh7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zefzp4mhmd6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j866jdl4gkv8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncs95lwthc3q3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psj68etdsnm72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg5p5v9zt527h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73gmfshjqdqjf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICU.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4slwrx475espg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Leukemia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kzqbqv0vqq6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpbq6gjryzwmc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderArabFundforEconomicSocialDevelopment_AsAFractionOf_Amount_Debt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4b6mzh1ej6eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1wpbr7nqllvb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPA_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grcn2l6k7pk24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2qheenr69b4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6b8qr0vmtj59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4z332w3gjzdd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbee6srfr2tb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_NotInLaborForce_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j39pxyqpd49p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7kp77c40324h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rez26brc4fz42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swff9v8tz0wg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherAndUnspecifiedLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07f9svdwxz7jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lv1pyg7xbfb85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5fskbqc7dlsd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkhfc1h60kq1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ItalianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_NotHispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xqwyppxybq32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bml04ejsp7rxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nylswtz6j84t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry70v72b8jkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RentalOfVideoOrAudioDiscsAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbcpz48j086lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_OTHR_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2RelatedChildren_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jde4bgnnlnv96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqyrcpzrgf88\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_Cropland\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymllkxb4j9wlh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SOTGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62cg9ypvm54kb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7p9jq427q9ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Revenue_Establishment_NAICSManagementOfCompaniesEnterprises_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mbghgjeb15s1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYFFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_NavajoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvnn55mgtejb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PRT_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sspp0r35wf4kg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonRoadEnginesAndVehicles_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jl6gfrqsn215\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76mx68p94sj13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tweg940zbg593\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf3rvcrqr1ygf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AcanthamoebaUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Male_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lg5c3406vrtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_50To54Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv15cc0dwnrn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xknb8g6dfmjgg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--M36T47\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_StreptococcusUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_65OrMoreYears_Female_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0249dz28xg9m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4pebpzjrgv48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_35To44Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tde8tcyn617b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx9m9l07pbz5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wj7jn13jwzp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesLessEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9s7kpg5e4b61\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt77cdvn1enb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk7qfj1tbmxz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f11dzrjp9fcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh4p4h6c71lm8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6wbgx480503h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_IndustrialAndOtherProcesses_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w306sybb46lg1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDNIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/IT_MOB_2GNTWK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qspm4m39zzde4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq9wwtvddv2v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7qjz1874l4nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe7mmjqxk8j13\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r00755hppbq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfmync2ytcpd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0fljcvecew15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ke1t869yg9p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmgmsn9nys8hd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3bcb1y58ygz3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_RoadSeparator\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2t13fvt90gg79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pw51e57q5e1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w74sjxc5kfrg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7051dl45zwf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/847j064jhqvx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wymkstbyqy876\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/212mgbdbdk8q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gc7lcsrrv1rm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mrh0xnn860t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPT_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfhv7qkzpp07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64xlt6syqpb85\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_LVSK_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR47_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2s3vdwedghrtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gle6hs5lp1k67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1gp1v183ydf6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bggwr0mw5h1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kp7w92gd95b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz2q37np0zyt9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--EC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgh08e7z480l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzt9xyb2esjh6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAMiscellaneousEmissionSource_NonBiogenicEmissionSource_PM2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhj1k4yzemjk7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Emissions_GreenhouseGas_OilAndGas\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_37Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw4p76k1srek1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_MotorVehicleAndPartsDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RI_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdzmrcp0yred5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d30ztq033dqwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl7sdvd65ql5d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb54l47nywwq7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAL_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngp9lm8rkm4dh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhyp776k2zw68\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjvymp4btc4p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j78dvkcfn6kw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1ygfz58t8k96\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_FreshWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p3518vp547tg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bfpqvxqq8x1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm786rw3gm7pd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRZSC_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr2dh9vehy847\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv8sv2tk3xck3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ZWCDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5907dry5lzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n67qvmyrnj2v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_ReceivedFoodStamp_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hpp00nfbn1e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezehkms2h9p74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c99sgqg86vc6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InfluenzaAndPneumonia_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58xrh29khkp09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5632crlzvvth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8pdd4b4s6xn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s777cf0jqx6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mgce7yl3rc81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzbhkr917r6jg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpgx6khhg6fz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9l093wtgfpm7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HVCAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53f31qynnp447\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65ek8fljbtsk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hlgwh9d32hef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqxymlkw3k6l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Accidents(UnintentionalInjuries)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wfy2v44pjjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws89gl2rlzryd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_IND_EMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b62sczhjt1t54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9bw1f91qsfy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpl4qsjnl44v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whxtp7c8tsxp4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G4_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shxk162zlgx02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VC_IDP_NWDS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IschemicHeartDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k97hl2hmj2hc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwttlxg9y79x8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rycty46hwnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmd0vjps6psb2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34w398yp2kb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cmd8c3eswjt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nvsrmvmvzyg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clenble786d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvdc93rd53e87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42frrr39ebjg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7h6xndwhlqhsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wl3qkex8ybp85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nbw7707dz0kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb1xx193ztfq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WindowCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--FJ\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wftz958mhh02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft4kgx50shhm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mymzk1072tz3d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4kfgtrv5484mh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705f71540hlmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv4wpn6y26pp3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOO_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_MRCH_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnh42ves0mlz6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t34sy9crlrj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2018Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sgj3563scwz7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x44c04pb4rp43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstPerson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skmj6dyej7kp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60ele3eftvy8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc95dzc78l1sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6eewbm5ll9m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVFL.AGE--Y0T17__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn1twmyvtl63h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Pork\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0y8pvxssczdc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wq8vdg9rhgxy1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e64v2xe2vn7rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml589y8c2qj4h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0bmrcsr92m87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4zvsbg55f9m2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSC3B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yt05g2y4j9705\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAsia_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g16zpsbypjd7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3jglqrnkgtfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1vebbs9ksbb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionBabesiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj1key642cph2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h2svykp8mytg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy5vfj6r9jfcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0y5q0n3skmf5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_MentalDisability_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinOther_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cs365p9yvv2b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd2n0w9vqhmkc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERT_2_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p6yn4zysc518\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94qz01dwnbww2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40tnp14t4ps86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b6hxtlc3h244\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5225dq38zdc2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seyn3vcv5tged\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c54sqpp6ny5fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0frj0yq66ktw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rq6d8jvqldj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nmfnmy259468\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5t57gbxlj5n5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgng9k2wh87t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkmdz1rhlt7q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b174qe3d8fy82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvkb9ch4tv7p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3wjsznvt6ncg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxjt49c1wqjv8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_PulpAndPaperManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_HydroelectricPumpedStorage_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k86zjbr0ssjw\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPD0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_EL5M_UR_K2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dx8c7ge0yzs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7rn45k5s9ym2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p99v4dv105pv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypdnvs2lpkmvh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DoctorateDegree_Male_AsAFractionOf_Count_Person_25To34Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeDepartmentStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_25To34Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4esx6r0zzcsld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3050_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh535f95wn3g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx5v855qpskb3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfd5k9hg3mp29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg35z9fyz6p8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdx86sedr0ne4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exfxbd207t053\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Communication\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftjl0tm1gq9qh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb2p9qjyxmrqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgx01h4tpzvn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_MensClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gkym1p9l78nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yehktzb40d097\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrjjdw1z4qglf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er43dq8r1nmzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvkdgzwsrzrwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slw2vh5kdzszb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsy091xz6f4b9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_01\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Male_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Pneumonia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq83e1bnxesq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_TransportAccidents_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz3mmcl232c2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv5691710wn68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txxhlc2l6l341\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSEducationalServices_WithPayroll_SubjectToFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSEducationalServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwc5rt071g5h8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twp4yn6vrdzgh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr9yqs5gqvprh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_RenterOccupied_ResidesInHousingUnit_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kwvbxemxmrxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fey0222fe7l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cznhvtx4behjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1bj3jyt6h29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0fln55ly8vng\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PCS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsianAlone_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94v92zjqr38b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5ywc0zg29xp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zppfqjg8nqg29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdlhfe13lpj93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t86jq63wsrpx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et0rfx1y4l2q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsve92rszp3v9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_ExpenditureActivity_EducationExpenditure_Government_AsFractionOf_Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xt8yb243sthc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d19hg9hz9g38\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnj4ezpjd67s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdg7ghmep1d5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zejx0wybpw1s8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_EST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndRefrigeratedBakeryProductsPiesTartsTurnovers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb9zbnwyznjq4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5f0wlqlspez2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3033v0e660xt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sx5pdq4p0m0h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3xy4vf6sf247\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YOP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/216vftegnt58b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epc41m2md5c0c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/HF_UHC_NOP3_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mts0fc24kdhy7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1j8r560vv4f\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09w58pjkssp47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90pk9y1mq4138\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7knngx377y1b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1hjlsvdlqfb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2n1he4h0x0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eztmzbkgl2w33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3m2ty81rck0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetExpensive_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_LambAndOrganMeat\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t4bnr4wp72sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwmp2h09nnff2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSO0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr9e36d47e4n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ckwd6c8j2w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykk9nt0j52lq\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nzkl9ed1ce29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nc42cm8yd4sq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0RelatedChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vszexmrn47e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr4cgen0c0hg7\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Fertilizer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h88vh2gd5s1b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xwwnj4h19ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7p17ekdmx3g1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2d94sqdr3g07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nt55vjl4ymxnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63kbd4cv4dcsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02yxgewgydqhg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_CPA_OFDI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_NegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp5j81zkm5kdd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ps7tw9e4t8v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y598b8zj4sr69\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0g8lb6x7lf46\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherSector_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gwmm0r0t83w6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrr8xpct5rf33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--22%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b66qdc7kn8r53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7344sgmk38sjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j84rwbdl9knx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klkbswcsy9qg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/916hwmyyn00s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7lyqebvw9jnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6qeeck419d89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishWell\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghfhl3jdfevfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7nllyx757rzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupA_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromMotorVehicle_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/p399z10w43vyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrn8ey2ksdg1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4nr99trj1qlg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfectionsOfKidney_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ld59l0sp7z85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jh11re56jznb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0w888ws8yh8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m73r864lprhs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r61b78c3klebg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xklqxfc27w1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5feffb729tb58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV21_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_MA_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ccp60gn392x3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiUnknownEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e322j6f6744sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwbgj5wf5z272\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwnj87srx54cf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfOvary_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1989OrEarlier_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92zb8ekqbwjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbxj7pfxrjf4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s546fe6wv5zt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sykn1yzgl80fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpfvvgh41nxph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_HispanicOrLatino_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zh8l497h38d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6r14kfbkzg35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAutoDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ygz5v9trhzz5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9f51vq25sdgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqdgqptc6se8c\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/NE_CON_PRVT_KD_ZG\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/fin17a_t_d\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khmtex6lwe19b\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_NOXE_EG_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f84c7js2vk92h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Rainfall\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7wggebtev7hc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnzw8krfwhgkc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACC_HNDWSH.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingGasolineStations_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0054s38yrvs53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS11_21_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2e4sxgf64y8y5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv7f8lfb4tkjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zsn7hd6xjlr4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktdby3bb1eelc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2rfzn3frrelb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q78xdklt2d36d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3grbm69r3q8gc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd8mvwt2dyn8b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7btq3c0dk02q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l9es301w0dm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder1To2OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm77q740gpm9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbmrveycjr347\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58107zeb6hdff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whlye76xc1fgh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6v12xk6c8cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0z8tqg5mjlr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szkct3s93b2t4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrcgs3pzyfjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6d46cs4x8y24\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticAviationTransport_AviationGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_MastersDegreeOrHigher_Male_AsAFractionOf_Count_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krjvf3zsh21j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz8rmgsmvzrj6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2024_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n618pjp9wtlk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0b6njgprpnsg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_WearableDeviceUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dt0byx4x50f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmppydcc3zzed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y81p7nfxnws62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbzy9g9c61bxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PepticUlcer_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cgz6j2scme8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/temppqncp9m17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_Male_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prb676n386d51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwqgky63p5n4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md39cjzbx0tt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g57bykdvc9hx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y07e5ngev1ef3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_HackingOrComputerInvasion_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kln13by0yjxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cv188h1byzj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l40h6gdqpxv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkz922fpg3sq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b4dr7rzksjk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb74nnweywmd8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd8sk24gzqqhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spbep5rv14p5d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdb7rm399296\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wglzz6dc2g6j8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3v9ef4xk59g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ken5tc9pnb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8fmkgsgsb0v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0emgyl5pqvq0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsnehqxyv7jfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcmxslrwszw92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcwkfekw0dp5g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_WhiteSpirit_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_3MonthsBeforePregnancy_ECigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs8s33tj01z38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymxh01ew4l1cc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FX_OWN_TOTL_40_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s7lp7ttmp3k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvjr3sxgmrhe3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1590_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/290x2ewjt8nw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsgxcfb6bpv53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.38-12-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/GFDD_OI_13\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dlz1nde3tsyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs31gpmj5x832\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_CBD_SMTA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeLodgingBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Atherosclerosis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fj4b01zsrqh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRubella_CongenitalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wy4cpxd7j259c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4czjzrv5xt14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcw3c6y2s731h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj0et32lef4k7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ww8l52wb7x87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qk7fdzwkx0gyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9f75kjtcjz6h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_cov_q2_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtsmv10k6l3p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r14b9ehq2wt2d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/098f3jqwzcst4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjlh1528smqtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x67x353ds7rh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLaCrosseVirusDisease_NeuroinvasiveDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_ParkwayMarkerOrForestRouteMarker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgkcsnecv71mf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jmcvjlxxcwbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwz4hfnrtztv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv8kwr5xvzm22\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbjl3nnczf1e6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_White\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e5p2fjxwyxk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7crqxmcr9je2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetBundle_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z0yemkgp73b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zxqkk3zrvyr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jchr99q7925d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehqmj8bfhrpld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1y7qjbrs2144\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVNOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r5dkj6tq4ge3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s99ecy42j6hq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqjhtzwbzbp8g\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Years25Onwards_EducationalAttainment_7ThAnd8ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fcg2z63z7h42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvd8ycl22mqp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3gghqtglpr59\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xyx8q0cwjgkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j24jlkxrg9erc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42k56ybhse5m4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/265t58s1mzcw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3n3bg1nnc9r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5xe01kd8mk5sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntgd4vwc8xdeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy3Person_CarTruckOrVanCarpooled_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60v86g29xwvg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8jxdpcndkf34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90l13h6l0fbw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7efd3nl6dqw1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_OWGH_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndbkzhyqrd5z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp2csjn3plff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1hychv5ehwf2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d6cxgwsen1bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_USER_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/13drcd2sw5zd3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2zde19f73qn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3thmxwheqp1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkvkkqn1v28pb\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BreakfastCereal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jbh6m1mdwsb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b1kt6jvs29m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zceytxmb3t34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/613vtrgps26s2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0q7wl6hnjwgw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9msrvvq99dz6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Services\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61l3fwz5s3lhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94pvmw86qmcs1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDS_TOTL_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1180_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AIDS_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v7nnxeg94w81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek002nsw407bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qds67gwpnktf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Rape_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Count_ElectricityConsumer_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxphnz7cgshl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z74eb9bvtkbf5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kye4z28jzqq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0zr1y47m498h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx03c97jq6q22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment2NdGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqpqfejs0sns4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeElementarySchoolOrHighSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainment7ThAnd8ThGrade_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44w6ersqd9ggb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6dmshcdz2g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbwh5ch30b5q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41gm2wvcn35vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8g2n3wt9l0w6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_TCHR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VAW_MARR.AGE--Y15T49__SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/274cf9xnk0bp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cxn1z1rl0kb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9blhq7d3s7zl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec8smrcn80srd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6pd2fn2ft7nf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_TechnicalAndBusinessSchoolTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzsb2mt5v5352\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URLGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqnc0cntg8v13\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IT_MOB_OWN.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Arsenic_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41vbszyk3g8d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/729gpk8dtne0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsnphhb5ptmn4\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kngxfqe5mrr16\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755zc5x2xj83\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzlszqjrj06w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wvl3z7cmkr22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dr9bexvddlcd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrv5nmn5l9bh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z51wh6y9vt2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznbt2z7jnb99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k75jt8z86tlx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hw4xzqxe94mpg\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcvrmc8w39247\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chwwsbb3rmprh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe0mdqs5sfhv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_ProfessionalBusinessServices\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p7m9jml6m0ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd9svfg1dvfcg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_WithDisability_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7036x75f7457\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljpjkzvrx89ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk4xr84d51bg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mny8rchjj8r07\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue200000To249999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbxsb0b0qdqk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8zb9mw4qnbw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPCST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zhhhwnz5ssg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hs311qgm1g7v3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6mh2xy3hgj9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cmpg60zkc649\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvjey5019j776\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9lg5h66cp5tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalPoisoningAndExposureToNoxiousSubstances\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tg07lxkj8t25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8123v7kk1xr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqx7kv4sq4jtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0111g0e65h86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPC.PRODUCT--MF122\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gez3yfnw84jx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_Urban_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdc4hlefslj3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJKM_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktkbjq2bkp8xc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedFromHome_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk7eghg666122\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67s074q7ry3gh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxnw9d6h9gtbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvy0tqj4zn4h2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDHVCS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz4lzk5xt6459\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9w2ff62j991b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h69j24hjrq5jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x31yjz5yj0z48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d27b0q8n94c25\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/mobileaccount_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_ComputerUsageAtHome_WithDisability_HasComputer_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqdnw2h0j1v17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qqm902fgx927\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c233qnv6w073f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdhj2lxe60l31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f78l78233txd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5709vrr9k6zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgvpsnlhhyq99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lszge8xrn23d2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5etl7bch6tqg5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0n0wxcrmz3gc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Jewelry\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8dfz96k60vh2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DFOR_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_SomeCollegeNoDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicareCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmplc9x0nses9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C07\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionCarbapenemResistantEnterobacteriaceae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wywjj97c66cvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mp5xxq9qy2vmc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPY_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wyfbd5k05dl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbd1j4tv1r383\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9pnb7y9yzjbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dlhxwz9vzk99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy2fcbg2kbkb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwrzce9mk21z3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGINS.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MiscellaneousPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_MunicipalWaste_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gzxwr5jltsd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hq6fekrv02763\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s84djv0jtlrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4s220tqn9546\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherDoctorateDegreeOrProfessionalSchoolDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq831n1n4my05\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41pzn20k8yx66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDisordersOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c1yx5n0qs39g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s88znchttesd9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s7858y5mbsvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_RenalFailure_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysAndGirlsFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_SRV_TOTL_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.57-1-MT.Q\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcq1w2tqh4871\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll7c6fhydtd24\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ft559x09x6ks5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrxtmd5kemks\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_AviationGasoline_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCandidaAuris_ClinicalCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhtb5p688rnyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HackingOrComputerInvasion_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneB_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xl5m58wnh11q7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m3lpdww6kg58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjf69ex9lmw4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y94t5km3f99m\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/del29tjte4xh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9yx9dm2gzbc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NewCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hqhjqf8j44l5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twvgywem04w43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs11s5yq7cebf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k72hcpcg4be5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Male_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PurchaseSubscriptionAndRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fs6h1s032s5cd\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--42%%taxstat--00%%typop--10\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fefx2t8vp948\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk91lheqelvm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r139k4554qy44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v94dbkvqxz3c6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ViralHepatitis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfnte1pjqeh4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_NotHispanicOrLatino_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO7RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshWholeMilk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Trichloroethylene_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDABB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_UNDR_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myw3ztdjbvzw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td8np7gzfrqmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x64swzyh58bph\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y635prj2cnsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em46k7p1yk8q9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_MobileHomesAndAllOtherTypesOfUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9pft64gzqlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkrf7es19q855\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4nv89grvx4nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljxvgv0wf3xhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzjspv6m607f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrqdfk2j43wmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp3jnwwy4d7ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5xc4e36thqc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28etlpvhcjerd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwvw9f5q0qby9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egnpyymstwnh\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yewlnw2y7vc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qslvlk3zn2pk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvrfxbevh6kx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SN_ITK_DEFC\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t65dyrhr98kd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/treqz4q66nqkc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z716x6w92hl43\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BORIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CoalMines_BrownCoal_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AccidentalExposureToSmokeFireAndFlames\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82snyj9vz3lqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q325ht7hmhwp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpg3n1vr859hd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_3T6_AG25T99_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09v28v6bwqt0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91p68mbs5fzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zllp63fqzrzl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2796hvt15kb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjm4qp11nx7s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg2zvvrcl1fh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dywb0d8peldx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSmallpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92dnr3pbvjml9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqk9j4lgwexjf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TEP_5_B\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ICD10/I00-I99_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xrkl3822mdq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd72mf4jjdk2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8p59p7pftn0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchrdy9208nm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3w81trqdvyl4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_Asian_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6zg98xhcc0lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sn587qcws2z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgsyrdep0nm64\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wh54xb8glh86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0q9f4fkfh465\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PACAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_BRTH.AGE--M48T59\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26z2sgmhxq2q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mnlpwm9jj2c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bl2z9ldm8l21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md19vpwse80v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jlh7mhhw929k6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/47jseh2jfcjrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7me64hj8czs27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93dk1d7y8fyk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hbmt02llsj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8czlbecjlw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjj9snr7kb0m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1t1j275zlx57\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_DISAB.SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2.5_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInInstitutionalizedGroupQuarters_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0weemggt0rc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Female_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnw551xl2jr6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6qgrpr6sxnyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehnrzvrlh47t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj9jrntg8qtvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWFD_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fe8yeb3mw4wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1qklwb03v4nf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehyxr6n4v16yg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng2s9hk1ls7lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hyhewzg8jdy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fing2p_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hb1ht739kkbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkff0225evyw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f7c8qrex3vcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykvp87dxqle6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_MalayalamKannadaOrOtherDravidianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72bjg8ejgmt75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdf2xylpbw31c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw6xqcw813mzh\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etfrlwzkhrvd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph674kcvwppm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0bc0jd078zd8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qy16hymw2vx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t1f7mrfpvtj2\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h6ddfbn0zcyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clcmbdqx2bkz7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherComplicationsOfPregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdvhsqwb37c3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cmmsc7s1memg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e58psvzgyhsh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gretc7fz65e7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcgx1enk0mdc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77vzktbprvvq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_TwoOrMoreRaces_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y5393c4e55df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzn2dx0j2nmzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfse6kpn9n4p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r792m2rpnsrqg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56ve8vqvm3k5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en70l9cxmn592\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_4044_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pg22kf02dv0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fl3t17v3dez8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptfc91jmfd3h4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceSomeOtherRaceAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gd3ezjd1x3yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nzfynk4zvwe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6ntd4rmxsjq6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjszz6221194\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-1-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_32Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34f6fxprvhjc2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_Female_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nc5wbcdp5h7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Hernia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Apparel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_TabletUserOrEbookReaderUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_Native\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mv2j96zh1vh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAERD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceWhiteAloneNotHispanicOrLatino_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jvzy9jsyryc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/044d3jj795gvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8h0zzbrehl81\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nze5y3ry27q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv7fm7edfp23d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmcd3wmfp26d3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h9lpeh745gqg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzfs19wtzwj8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb7q24xzfqvf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx49g35h4p4fd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherNativeLanguagesOfNorthAmericaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06pq5215b9k82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeParkOrPlayground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_PrivatelyOwnedEstablishment_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4n7fpxs8j4q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp3mbffrv3xh2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppw2kk7jw6dgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zctcn5jlgt352\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64cznsfclj2f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qps3twd4p5w5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wt8d2srn5xj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf15000To24999USDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With7OrMorePerson_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9q12b4cqs6td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3dxe8cy12pj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionInvasiveDisease_HaemophilusInfluenzae_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mmwyfbtws4yth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghz4lcypgr853\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_ElectronicShoppingAndMailOrderHouses\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA22_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x9gwpml4w7l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d4pphxk74dcv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2q9mhbgw93q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2wm3623tg9e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45k3e3tge9ft3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8v2n9crd5bc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x73k9t2mzzcs2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9220_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_PhysicalInactivity\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1SCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusCoxsackievirusAEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rn9w2kwxzw81\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tf8vydsy2v0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk0z6tvx85gk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7d6wtghhh5c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnlp4dy0gymrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbrbhb6wg1zs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqwglxq3jkqh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s250qcmvhjry7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OnlyEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg1y7rd55ybtc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl38j7scv9k4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w57jrpxgnmw8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6t0y3nrf9257d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tksv1ht1t4k78\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m3nfmhfyzrz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y97xwrerhz23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1402qv4c2lj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09zrs3chkpnj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt45szgphwgfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9kvmm90msfj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvwlr0x2n7867\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_4_FE\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfmm8m4j2n31\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dsse4vwk6pl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfwkjgtpd15f6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ehtqqe9n1vcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx5edl5rg6en8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PA_NUS_ATLS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjkgs1cj83fpd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2d2mqrt7fdk13\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d9ex9syel232\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gcwvhpbrl7qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fey9kz1byph4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_04\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationUnknownBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URSTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2exe2g7wc9v5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0chkr0fnr7w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0hkf237t3z7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxmcbwx8vrkyd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pednf674sftd3\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxc09xv77bq69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f51837lysj7ld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r300zpl03w5nc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS11_21_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0zywrphyyq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m32gfq6pvp1t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lld0jvegpqe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lxbq6tevqyc7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_6\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Count_ElectricityConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cm3kjd1y0sg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7qflyrl2h2m4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_NaturalGas_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26gv8rle7kxkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yn6q2gdsm47c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ynxtb9bkenm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSArtsEntertainmentRecreation_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbhg5q8n0g397\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qe1mpp22myx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_20To24Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PorkChops\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejwnj0d99ml\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdek765tqwn53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhwh122rg16h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlxvfmtnntxqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8cv9h3w7lsy7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/e3kllfc0j7zyh\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_UnwantedPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tkvrfq5dpk0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clf8tzdn3hzhg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_PrecipitableWater_Atmosphere\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnw8q0fkdekw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyj8bvrd98xcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/195463fr0tgx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lljslrj6zjrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAfrica_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cb6n7j9zb40v9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_HHS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fpg1ewcq2v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj5cwkqwb1l89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvhcw43jrp05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwvvkjr1grlm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodBeveragesAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7eqwbn0wcgdl1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj07tz9xs29f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMV.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Coal_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w1fss7ss3p8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0gbjqg5t8ctc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvrcw38cvencg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/IS_RDP_FRGVOL.MODE_OF_TRANSPORTATION--MOT_AIR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b08fpmk1wqfc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhgtgmp3fyfbg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15To19Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_MLAT_PG_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mffj58mc6pn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxfeqqtmzprp1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_ISLL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqvrq0vvbhngc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithMedicaidOrMeansTestedPublicCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgn08w6hbcvxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w01m6q9rk1ed4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_FCST_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_70Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_MensClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g98fr9n30gvt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h84z4r301z1rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfw8v9m0fn5t1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_EMP1.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbqs7f2ddbmd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bbb3f2kkb852\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9p8r2z0vbtxd\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8jg4kll5rm73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vmymw5b2y4j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3b41e6pdjb9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28l4mtesg5vl9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt9bq7mgbtsvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yy71jy5qmm56\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithCognitiveDisability\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j19e2x5r6ng1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1s7eh6tywy33\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe9pjs2r3qyh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytk0vdmr64mrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqqzr5z6jwhc6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeasles_IndigenousCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68kl29j1fqxw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp4b9bpmjwmy7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ZWCDP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kmr7bcfb7099\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w1l66e415y8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mx90rnn99jp7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfKidneyAndRenalPelvis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r70pg31b9k3v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qm7d4h718hmr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Butter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6m99mqmqxjbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7dltj3mrq778\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSRealEstateRentalLeasing_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7vys0yns2gw\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s09yz2c3zdwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqpq46dqmtxdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj8kkyfq9tjvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dvfqkzymvfpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywcgtzm65btg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Town_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xewj3qdltnxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4j5nwzfnmy74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_RenterOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_SelfReportedDepression_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/103k1cvpbylh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45v8exq3f9gc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek8vspdl715z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mbqy1g81fl16\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SD_CPA_UPRDP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_GER_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxtkny66515vg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Beverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgte30l74wxs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb5k39mnzf98g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh7twwxnhb2m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmqgrj5c89hs8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAPP_1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/93qg4c4vgr2tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fetv96twkth1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxf9c8bzklxg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnqxwgqyny6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3v8bqv2bjzjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0cmgnbfq87cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qzmresw7xl4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybd5en0bm02x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ICD10/D50-D89_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r8hec5l373vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbc29cm5g0z3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_FloorSize_CommercialBuilding_DistrictHeat\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emxchbn0mn14c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbqlmh1mdf7bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmxrmje36ehx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcgtn797zdwf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84wy8l9clhwfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljwx9q4ttvtn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_OtherRawMaterial\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ChildCareAndNurserySchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exp28eszf777\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whbc4cnv82rz1\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_CokingCoal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e521gw5k2ghhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq1d1jrbzqv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionJuninHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2erewr7ykwqpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gf90rexnhhq4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET_19ICLS.AGE--Y15T24__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/705hte24nrwx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqgk667btsv2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2cm2yfk5q6g4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptj7757r525g9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mxrntcr6tme9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2peg0jssffeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.GEEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xyj3rdxgs5sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf35fbwbv8xqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_ALL_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_3539_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4erwjse9gfc9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g23vhmbsvdet3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pttbx08d41t49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp57h9j3e6j4h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/118t4kqgmbjjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kex5wnwcehj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msx0cktllw794\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szbpj06q08prh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6v97rhqjd0qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nejk8b2xmeqe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p096e12l8l8j5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOH_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_FruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cky0dqnpm07l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxzd2xl5qqc45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlhbp2np57vbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3fnd9h75xe84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18j0ncryck0zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s7b6h50j1syf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc428hl8zcvv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_1To4Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_ShortCycleTertiaryEducation_AsAFractionOf_Count_Person_25To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctnhqln0nrz2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles_ImportedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6b5zryrbhq56\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_HardCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_Male_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cw8wese1jt59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff8xp5tj3p9g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5hstj055kffd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc0stg1wb4we7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InfectionsOfKidney\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EducationAndCommunicationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9jledg3wd8w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80673d64j7wf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_WhiteAloneNotHispanicOrLatino_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm52d08dlkm4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chyg553n9hd6c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_IntracityMassTransit\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CC_NO_SRC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/fdemsq3yt4e6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4s4q24ltkxy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8vt8cnylnz47\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52zcfm8jp8tdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Female_ConditionInvasiveDisease_HaemophilusInfluenzae_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjtj91wy7764f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgwvxvt5bwv7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc5e680ff1j8g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz0pjq7s36rsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js5t6dtwz3y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGWCC.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flw8xecw1swqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sld5k4vwmy9k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szsbb4prj6x35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thhcysp1ckqlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InvolvedInCrash_NotMotorVehicleOccupant\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815kg2w5ds7h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkfylssqtth75\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y4gkwgs8t1e2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOORDO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t6cfc59j8rp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ph0mg9n0gg78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d47rpl0e992p9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9vf7hw9m5bh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx0ktlczlb4f4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdydbwfx8b4l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yryws35x397l8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPR_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_GRF_PLNTSTOR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gsbtl62zlzez\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryf2rfwn3r9fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbt9q7ebh9jw2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_AST_NPER_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftf6kr20xbfdc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zevy80hzh2yh8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_ProbableCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5pf1flj43kk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blne7584md3dc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh9ckmhvcz6v\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_SV_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4w8qfl85fx0tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7versy2p2efyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nq4j0ypym3z29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s73nfzzz251eb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_BelowPovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/801012f5de3b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjpf6wt1wsqp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_LiquifiedPetroleumGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crp8ew7t0hj43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy4c0lhlv105b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrjf7dgw5t0sd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fne3v56y9dns4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1nl8zxmn37f6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtgkw6zx8qrqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq4lxxjhvfb17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6w5w4lbnhz3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12x520gwqpq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0b31wz25syed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b81mz72elhl79\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05jt1t14pgf2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0t8mghz9bgqg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_WasteManagement\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/186s3mdgtye39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsevhfzfdwwxf\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1cm9mg4ptmsz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m7p8fntvg4nf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljx8ybr5d49qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nek5lvscsrsm\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_GTT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/9j9n8l4dmmtg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5070_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DentalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h3010g32ncv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RZ_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MH1RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lqwvg8m9x7z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tsry971g91cp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mcb48n6d36nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etp80lj04mz58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSInformation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zfd63r6fbl17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4mx1phe2d239\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherDiseases(Residual)_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_AutoProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hphcpmht8d5t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnkbqpztnrnxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9s1qmrf3yxy8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_1_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhjkmcfvr0gn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdb5vxwedlqdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WireFraud_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt01n53gqy5n1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ParkingAndOtherFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6ngvvs1lx80c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zcwy70c9gn59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf9kntw440db8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1023h20jnx0c7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frmrkdk6jbz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq8nv4fvl29x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0z8trpz4vyv\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BONIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_DNKL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainment9ThTo12ThGradeNoDiploma_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjljnc231vf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h1kzyx01glvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_80UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/830q1cj6el80d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zws6dwtmd3mrd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p4r8p2k8c585\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA15_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bcy64gd562p7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/BX_TRF_PWKR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCEngineersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8s2prk8z5t8e3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8DI_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zcjv7hkdedlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge3dqt1etgkh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tld39l4exe5pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz9ft14hdvhxg\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ww4mv87kvbmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PhotographerFee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ew46635699y\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SL_TLF_INTM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e99ezfp8lr13c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin2_7_t_d_7\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumOther_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVPVP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06cnc5b2kd5q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddvbzv3ecp4lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em6ek2zr63h2c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/VA_PER_RNK_UPPER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_50To54Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSOtherServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotWell\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lp2zhfe784\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h19lb95f417g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hze04lhfde5gd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v49b1jf0kfnp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pepk9wvqnhqrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv7evz30rm1r6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WithEarnings_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA27_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/122emeqyl6rc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4q0gmgfljljl5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t2snf0e5kqm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmncmwvq6q0t4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54s162frq4tx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn7l1dg50e6p2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IADB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f980ynp4jk5k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smdg6sg2957nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qtkyvbyfy9xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71d5wqex9xnv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jnyqz2524zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e7d4xz2f60c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm7qnhw8czt3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4t6xrgtmpneh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzrb9fv8wdw11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lts2kplzwmk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0qbne0pkzxx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8ry6ry1g5wjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klq5lnr4b44sg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gm872mv3bgd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et51ngtc0cd29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdwe9c5vwemb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vnd758zpvx9j8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vh718v8j1vbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_FinancialActivities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgk1514363ln7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6tgdshfn3erw8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_FuelCombustionForRoadVehicles\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_BeerWineAndLiquorStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fhge87m36sj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfe7en66nzesc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5cc7d61543nd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er217d24rtftb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FI_RES_XGLD_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PublicSewerageWithoutTreatment_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_13_01_01_who\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessMedicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emj34520vp883\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgv2e02j59ry3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbz3q3cn0xjv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkqew2b4kb4h3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_MGCI__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_AnimalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_LightningEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eykxw40spvb64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plsb20k0zqy02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhc50dxqk6n4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/108rc66559fdg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24kv6s9e1jf19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w35e6p018t0k2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_SorghumForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1633m0v9px3s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56jhsezrzl049\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egcf0dn66z7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc2ez8vsm7cm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusInfection_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bxvbj6f39vp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5trrbtpffls3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6flq6y5822fmh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSOP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4nz5ny19r3q6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtqn8fje05qmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x04zze4kb92t1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOUK_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithStroke\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthAsia_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vtw2zn8wtxqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfl6x98452093\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k4tq9xvxxwyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p1lk0blbwphc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv5pt8crf6kq6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5k9r7p2v4zbwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/691x9fwtg74e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdg43y9bd0729\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjhh54ssn90nc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2y8zw52bpllf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/teltrdvktm67d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81x3xp3cfsv61\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_SCG_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_LE00_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderEducationalAttainmentNoDiploma_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2qmv1dvsjjp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment10ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To69Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkmqdn2y47w5f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_Female_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s9mrtdmbfdz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl9hx4t5ele79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PocketPicking_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mjk9wpw8jcz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tx0mhnep19yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8hqqlhm34mv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0xhbt2xrky51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7svfyplb93w09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr8h31tly8lp7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionShigellosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t2s6yr9nphp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nhrdsytt6xrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhpje4dxgwm82\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9re6j7m9xm5z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bp8eqpd1v4bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekgnjkgp1xmm\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bemhjeqzwk8hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtsfqpbvvtlk7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j11t7k3wpnqm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df5c0q6tf02db\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEKP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentHighSchoolGraduateIncludesEquivalency_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plmwwnynw2qkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx7dqs9y8gn96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zflcwcs8l89c1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knyvb5ys47zjb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Female_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11lrgp340we85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l0qnzg0z6kng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvedyfq35bys\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpctkqy3lz1h5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NonResident_SpecialtyTradeContractors\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6kypmtm9bk6h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67e2q8k3y8tg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_OtherBituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_15To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpcsbwcjqbvpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqezg7cfwgnxf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19khy7sdqwk96\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MALN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_HumanTraffickingCommercialSexActs_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09lt4twj94xz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1s9fg0lj3k8w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/744gmvldskh86\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7zt0482d8r0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v68dst8gpqtz6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt15wgew3pew3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzdpet7exhmv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_V_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_94Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_BlackOrAfricanAmericanAlone_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ykj7mxpnd377\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2gy0gnx0r2k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5e9kr6nyzwpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wk9j7slfrf1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en2tw10x5qfx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz179bp98lhz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/semk37dhyn9x5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57w3nvrycqzs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA14_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c16fefq7hx57d\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LaundryEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgzrl69rkng\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22b_t_d_8\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_21To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_VehicleCrashIncident_FogOrSmokeOrSmog\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrevx1fcbpbgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jll76r66ykh17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szdnc6ywmqgh7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF22\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6nv6lcj59332\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v21mzdzfplnkg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ye7nz6edjcgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpbfs2mb4h578\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATV.TYPE_OF_WASTE_TREATMENT--WT_COMPOST\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_50MI.INCOME_WEALTH_QUANTILE--B50\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRL_VO\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/fin17a_t_d_11\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhnwm3yllvrm8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ODAT_GI_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4OwnChildren_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g5hs26jzt9zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtldb6f2jtg7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_DesktopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k698022r4qp9g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPT_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5zp8fcftf2k5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vspe2evwgbwx3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36spwrjsxrcb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxy3yt2gv3sb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3k93m6jjwwdbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5dhdkh995b2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfww46wfcm3cc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lg730p97nrt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp1hh7yjvfh7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjgbcwl9py7c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsrl4gzqdklk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjhfn7zr3s2h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbvys1bcd6cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7zdj352zrq45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh1r9y8yrjbh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xlh33n73sjd07\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceTwoOrMoreRaces_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt23rj4ldsr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q73ecfhmd0y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc2ml4q2p9103\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x13x2yld81558\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn4zm92mbrrd3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_SLE_4_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04bkwnhp4tqs3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_55To64Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71n1j7h7p8syd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_NAICS61-62_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dzjqk9d800t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk4jfh4s5twmg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_NonfamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzxz2ej1j4ys4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trkdq0xrmxwzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6rv5pc3wjsnh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WithDisability_LaptopUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_43Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tslrwkfwsrzjg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej2plzr9jfw15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1tz632dyqtr\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYR_UC.AGE--Y0T45\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k62t9y975eh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhk1md82p8bq7\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_GoodsProducing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/42z6nwd45bcg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctmwcnecelcc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebl35rg5xprmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BXSUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin9N_10N_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityHispanicOrLatino_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5To17Years_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtf6p9h1fbcj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjl6fy6e776qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn6nepte70892\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yjebt2jq3rn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p7tgmw327hxb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_IronSteel_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpypb2s0hq6k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Impersonation_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbyt3wls9jx4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl6t1dhph9e3b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez11ve28jrvr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plcky19lb1h64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enh2syy53bvh9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_TOTL_K2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w4z04j7mcghc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzm0yg31k16cb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q7hw964gtjjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckkc94wfzxnq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfs6trccw7g31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8fpqj2tr67fg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fg15mctddf54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mjr7tnj3pz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsqh91ykr6mg7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_70Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cs74p5820yxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0w5dqyywd4t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxjnvkef979w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fp9ydn761svhd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb8tv6g806n9b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthernWesternEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v4zh6y898lqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkqjk7shmjsl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtlvetgww6me8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_LegalIntervention_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x5q6d4tskmc5\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_82Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3y1kvmtp36g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d51nf6dwgwb93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x84mdfeqv1py\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6fqr0vzhkfe1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vw07346qhglg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9h16bsx4n5xc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g76kvt7emn5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm0k55vec643\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfPrimaryResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59nzcdw1yg2rg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm77lg8njsrzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysvg8c9k6s8j2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09ejgngyytv5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2f2qbkg26w3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3hf6b0tyrtz6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherGases_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24vjlmc0y78zg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txehhchs8mn68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2pxjkf8f06w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbdr1ml21qxr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7yp6lqlqmj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7tl8d7r4gzq4\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3l3y03mmr8b1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46yw8d6mhn112\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwe1lqgyd70kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9khrg8y24cxr2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.3-1-BCM.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szzkmdpdx4v59\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_OilShaleAndTarSands_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_Obesity_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlcgdjs5z1vq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c296350ltd234\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInJuvenileFacilities_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny229exvjcvg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DH_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z48yfxz51ke7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11hpgq235t9cg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ksjfyvxm2fk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2k2j0p277c239\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9exjdhwtfh3h2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzp3e6xnktjv8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnlcw89tcj795\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr1qbtvf4k6cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3m34ejjsddj7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_DMK_PARLYN_UC.AGE--Y0T45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Employed_SOCLifeScientistsOccupation_OtherPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k9zkbkrx6c3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gws3t4mrpbg6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzbyv6035k3l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InternetServicesAndElectronicInformationProviders\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f9m5xqqgewj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceAmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherFatsAndOilsIncludingPeanutButter\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSManufacturing_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5g37qfpq70yb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpw15pbxeq1t1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t63nwh7llfpd5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GNP_PCAP_PP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efjh4h689dvmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7v6b3egrp738\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkxq9l9yw282g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd65hgfs68sl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prcfh0zyxclx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_65OrMoreYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--ES\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dreshq0dq4bnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx4cc6c0yqdf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionChronicCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSConstruction_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gcglkgbezjm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9g54l62h7whl6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sz987mbbwzed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26j5b6ryq8jm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ngqdt71fgezg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2ppwyt4d63s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA24_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmzy9b52kwy38\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfr1mt4kn7g55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1h117eh2twqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5lbvqfqm619\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35wf2nqmc8jkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwshgdb4g5f2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv0450l005tq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz6qwxns3rn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48w1b4zbcp636\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slrqcwyl7nxx5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTS0_XRS_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykw46jkb0ygc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment12ThGradeNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8bgbcmnsmkxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9sxj86383j26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76783f3w2nlqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6dftmf4sp821\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_5559\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hkdpzd5gj0yd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzke3p26nql1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgcxfq04rb86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7kw7pgpcz3b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50k5kxfxp5n7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rj71qf14cy948\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YIB_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9012_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rm59y5l5fvmc1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vnfgk1sy5dyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s15jwt934ve5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2j38hd08gd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPersonalServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fx03x6c4l379\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FuelsAndUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6frlf9rdd29h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh9dg2wsmjxq9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_1_G5_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionHaemophilusMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t56gr67f0n8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp5hlvwwvsze6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AmnesicShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wg8cly6bbmlp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wd4sd9nqbced\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR48_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_ParaffinWaxes_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithFoodStampsInThePast12Months_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79djxb2jc1d99\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l3ceqt686t33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx6s4fp2dd4q3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bctvnp89gt63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdwlrt8sr1wx5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed73xn5rjg382\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhhmh8rtx2kx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk0ewvhc9bc92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng0x0js5jvdb5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q01j3xrjpkz7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t07ykm792hct4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf3c7bh9cqev5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTularemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNovelInfluenzaAViralInfection_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xedc8zld5q802\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4jldbrqh2cg1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spbyyjcnxfkw4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountrySWE_AsAFractionOf_Amount_Debt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3wze01k2r3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eercl0byvs0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llmjgl2p28byh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zlhyqlz5p26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6jybl6te0bb1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5mjp2xz3qs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lrqc427dxbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdgvjrezw9b4d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_SyntheticFertilizerApplication\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7ed8gjk9rc05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxqy299w7dh9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl3s3llxgwm69\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj7z345qxfs86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvbpd7r9f5py8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BX_GSR_ROYL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c4589qjh50q2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqfy1r8mbg8j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yp8b8j2jjpbqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MotorVehicleMaintenanceAndServicing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3pznmpmss3pf\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherUncookedPoultryIncludingTurkey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn2kmg0zqpf77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tm92wgnf8q31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1h7p0mpgl3v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0411lz53p237\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehiclePartsAndEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ysdj7eygwrt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f5zg76fh0nx4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_5559_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_OnRoadside\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1evl7n5y00f22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk0wv904hsyhd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmf924tbc25x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfd54v03tebw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4wptqmt1crng\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_BIOENERGY\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_9Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WomenUnderwearOrNightwearOrSportswearOrAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nvgyxxzej2c1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kzt4jenymw34\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wgdxn09f3bv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5fvn1el0vj4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--44-45%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gesbnsnwl678\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfgwqg48w99l2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nnf75x303v5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2jts6qz2z0w\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7579_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29he4212wwkch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcw3r91rrv512\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhsf3qw60e0b2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g97s4r2px8j1b\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_IronSteel_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbqv827p5dy6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9z6xj2bf634d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/593kb7pj8cx3h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s98l0jy553bh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzyrg5vmbhc19\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_AnthraciteCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hleyz06rrcxyb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05vdel6blfyr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg8b22xtstj02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh5zpyb03ydfb\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czylrxqv7ws82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7198z5yzkl8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2x764539mz62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybwpc0rlc3vf3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmbphzgev4lxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmklb4w68e9s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5x1x9w8lek53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ermpcedjflr81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxb10eccp18eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmqs48t16pgmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_HomeValue_HousingUnit_HouseholderRaceSomeOtherRaceAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq4kky6g5r0jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqt9g16hlg9y1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfProstate_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21ny6wst1636h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxn6n08txs8l\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SwahiliOrOtherLanguagesOfCentralEasternAndSouthernAfricaSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zrtpgqr1z7n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ys5pb2ml1zlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zv5red4c48j03\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotHispanicOrLatino_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vf0gfxhk7eq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eybyvjkx876eb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_FI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeGroceryStoreOrSupermarket\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v46ww6rtsmn8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q08h1q7478fxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86m0j6db75rw6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnwm0fkegmhg6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nms5k24k5gc98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqtbvvvhlrhe9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DCO2_GN_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s31b75e1x112\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_PovertyStatusDetermined_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x02s70zfgkcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbqkzh12hvf2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLRFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0knrz4lvm1qfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3hh7tkrwyq4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vqgnmcjt2v2d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7s9wdnt5eqj5\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xme9sx11pcwd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurserySchoolPreschool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_HousingUnit_OccupiedHousingUnit_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2qzm4tw71wv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld4xxt9gnx4tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xngys2cp6r48g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk1hdy42539d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpvjxtzc7tmk7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_BlastFurnaces_CokeOvenGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FlourAndPreparedFlourMixes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6z2v4t8cvcd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxqqfze9s94j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3de1587xev066\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xywewzfv2fcb7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PX_REX_REER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctprs4qvfdmc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s48thhk3tqtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vxdyc20r8vl51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3s8t9m1k1pgw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5yk2jel7d6tb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_NED_FE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0nl7yhtdwx33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtm7zywk92k6f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l7k1ewmkk3m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv1y0mv241vr9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_0_PU_T\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58gjr6sxt5c4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0wjb4ry1frr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vp3rv0tqfk8f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vr5jxx7er5qf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yqlz6rtbl5ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f3n3lfp3qrb7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PIN_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLSCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq1lwgx4mkjn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_BrownCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NotInLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjxjpl1f7cnbd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvey9z31tr691\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h1k0b74n5sq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db0qebzgllxj2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C06\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/TX_VAL_TECH_MF_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dszby6vjjf7r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv90bgb7j201b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTRR0_XR0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/trr41gr7cfyl\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NINT_MA_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAOB_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLKCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Secobarbital\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss50tmptjz3g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z27r5zyzkskdb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz9v0km38237b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmerw3b0rt8pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcpg8c533syd6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years5To14_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_Utilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/th9ewmmqdvzb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5jsww581yztg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg8ers28bxgj2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--42%%taxstat--00%%typop--20\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSPublicAdministration_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1txvzsm06wbnc\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_TagalogInclFilipinoSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyy5ecpn4rgt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisA_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationCommoditiesLessMotorFuel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_NegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r91wesh7q2nq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To9Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Ecgonine\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AudioDiscsTapesAndOtherMedia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7317tzrglnl6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1t0p7h4pr9e1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5bp18xwlm3v1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w94gmjkdb6w89\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/terdfgprg3lq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvnkj96q62jf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzs9htz8njhs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollarUpto25000_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpxfmvjf8b1w8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/chxtfknvkcfb8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55To64Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqf3ezxlflge1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmx56ysedyzq8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--VN\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_IAS_LEGIS\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Age_Person_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ptdp578czmeh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthWesternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q94thp69mjp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cw5hyq6g5g17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0he9e2nh3mr2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rysssynnfbf8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vded43sv4yxb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_STT_NSDSFDDNR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_11Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj3vmbzxgqm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncqq1bl003cqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mex82c8gfd403\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_CongenitalMalformationsDeformationsChromosomalAbnormalities_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCarbapenemResistantEnterobacteriaceae_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf6s09mr097g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lft71v2gpk2w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherMotorFuels\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2el53wm5e0p77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84lvwbdwde455\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rm3cxnev0q95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kfm81jef30k7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PRVS_RU_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0m72vp3cf17b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yhnydkx44szd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnw9ffc506g95\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--RU\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5plgxyst4pw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64s8jh7kzljs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7cs02e2pnmd02\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7eldf45g1ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WelfareFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsztef42yn984\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2svgx286g8e4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6t8xgf9sxbb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_Upto100USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vgsm7nmmzm49\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshAndFrozenChickenParts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp3cccq4vngl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0kcbjef3zxrc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/TOTAL.NGRCS.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGTFP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwhxjxj9gqxsg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumLiquids_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kghbsyz8km9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/881p0m3j1v2cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwg1fd37gbky4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wteh7y1qnl1l8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9n6bqrhsy3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwg2861bgy1sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8yc6g364deh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y537nnmgsdb22\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_03\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12p2l6341bwtb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5jht8731e4s3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hs2dzwh06cj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Sikhism_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/scyj6rz15mq82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcb30hc66lyrc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ConfirmedCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gk9t3ytf0zq31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentRegularHighSchoolDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n7lv82x0p44d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/817l66n03cd5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1s9cr8nln17g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0fxl98q5c3p1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1lyeqb18ydmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks11x6gthjs96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSConstruction_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h14w81rkbjfg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltt37b7nrkjgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l6yzt9blpdl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vdhv9qwf9zrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjhh3kf4sn869\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvzqk2dtckm0f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_allsp_adq_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxlgf3wbnphk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q24w10kw1cny4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbt4mlmhh5x1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvfkwh854fmg9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3me8ynztge9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nr5ly0h2zxm1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF422\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psyvq77yp4zqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_adq_pop_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llj3xsdh715d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk423c6bmtvy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlt7vd0p4rdj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yy8cz9p6zd204\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y77bjy1m87xwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyrw68q6x77l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqmr18w8s24y8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc01nkrdwwq76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCryptosporidiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl5bevbtqnd74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbee2dhwgt2rg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedOutsideCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3336wq8shxl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl8pcv6sxrv01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t38q5ekqdjfe9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s49yewx6f3904\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMathAndStatisticsMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwcnkyg4rnlz7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j8rkhhkgkz63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnetbbnyj04y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaUnknown_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x349p9737b04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn72n468xzchf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtb5qfg6hv5gf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_0Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerYear14To26Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hce30rwpmj5n1\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sxkge94v80qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8zqytw1v8052\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgetmyygsnje8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV16_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9ylvr4gkvqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb4tfzxt4r16c\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.36-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_SUD_TREAT.SUBSTANCE--DRUGS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Tuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ww2ljgfp05cf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxkdmys9bhe3g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdfjh7s1nwly6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gctz9gg5qc2m4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/2ql4s6d1gcsc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w02kdjp7b0b61\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Histamine_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70p03byy8xh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11mjdp9ztmff4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wtd6b6ddetd8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmzkkwrnek7w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnm3by80kvx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8ycgrh949tc9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBreast_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv8wx01w5nhy4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_FPF_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.14-4-TST.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_63Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sepkwb8rfn0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klz4pcgfe44rb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0l9zw8w8h96s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yc1ftqxf0phb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btp9j9zcn8q2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jz1ttf4ck6t6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djnbr6vkzb543\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_UNPB_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfem6ck8d5ct1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5wyl27hykex4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exz0j0h2459wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p33dvp739yeg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5enheg90n0yh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1mdmnv9xhh5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74jnm2gdkl9c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q30enfx430ym3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnlqwwsd6xq28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p84z6djnyggx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_PovertyStatusDetermined_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshWholeChicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn648pvnp2zx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k18zmz14wsdx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5qgy5sd3n0lc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewfc3h8rzcqrd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8lwhv63s7hvzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Syphilis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4pvpnetv7r4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd0xymhkfeceh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19087gpfyqkm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpvb0zr1bktr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbr9t96ppdj1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn22svxbk5sr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ef96xegzx9mg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0cyc8xf70d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/007xf558r1fz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxym5r2m96hr2\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneD_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sp83pgrtdnbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_CerebrovascularDiseases_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kedwmb2m5zxh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_SugarAndSugarSubstitutes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/852xm0hxy6gyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c29ke3xq7esq9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j04cd1188edv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_OtherAcuteLowerRespiratoryInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Frankfurters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36h530p5be1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b3kvxjgg767d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hrqdskqg7ft4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922shq1b2cmn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_38Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_TransportationWarehousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvqlyvbpxc677\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdydnygy2vhh2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_CommercialAndInstitutional\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wpllg0gps6h6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARNFP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_ReceivedGovernmentPayment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl36j1ygwnv93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f05ztxjmpt6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc9w3mr0yfzc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhjj035qtckg\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy4enzsqvwp26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzq1q24r1f0h6\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneA02_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljwwr18bl1np7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrf4g59kh09p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nby05n85k3jl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek15To34Hour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09hrbxgsc6hq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jf870x84cg7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16To19Years_NotInLaborForce_HispanicOrLatino_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glz8hy0n5kjkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzzl81zg3b0z4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9140_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jmv14w637dtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwhrx4vsd4edb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHIVAIDS_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3q8xsdbqws18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh7zrpett61f1\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_WKINJRY.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qp0v7n5eew81\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_FSH_PROD_MT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecn40r609lrbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8np3fg6zy2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_BioDiesel_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hw5x4ycsvh35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d1bxv3ldrsxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhjfv19drrr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8sw272gylkfg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lkhddxxxxv25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v445bpqfkqf2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q8zrflfy33d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaucesAndGravies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ddvxqhsn2s59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed6h2vdydhsp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg9renvndf858\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svv6xhm7hzgs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_30To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With2Person_With3AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceWhiteAloneNotHispanicOrLatino_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h90f88r8ddz8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zevjynlwmkmb8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_WoodAndWoodProductsIndustry_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cns36mtqh1gj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6jfmgf1vy3sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66gg7kzs2p3sf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75fr85dskn7f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ytw1l3t574w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvwyen1tqq68c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x654nyg1tled7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4l45kbq49ckg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_45To59Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8lb3txfv568d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehj1l9xf1ljkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq5d23yh8vm82\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzy0hqdvwzrmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EVDCN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA11_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0fr99zvxy267\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3ht00htv00h4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_PurseSnatching_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09nnds609jzj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qhrsjjc7d3mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7nbe783th2xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8hj20lnzwdn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5dgn6b7eslz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezp1fecy7d0v\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyjn8tw9vr3zc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr6w5fs0frg3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dzxr0yf7pd7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hy5l16k0krdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ped833flsvc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_EverMarried_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_1To1.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zt2k2nmgdyq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2e81ywty7kcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9070_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_TwoOrMoreUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05840gjkqr487\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5990qfmcvjj5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndlmwl3yp2169\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qxrvvl54e4g6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kxh7x4n7ypvf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWDE_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Phenol_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthNorthamerica_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3rnd8gn063c5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkz4t7t2hskd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_XGDP_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0b5v8y9lylns5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvr08w5t0n977\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yft00pns4tvvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y3v02ttgyjv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hqgsjh6jjsmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6z7retgltyhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8le0yetzzbtb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CONIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhpvh4dbhnk98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebjmh3z7dy35c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz4j4ql7vx1k\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCoccidioidomycosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLI1P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3we5jfje3hmbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2jfhevpbj1zh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn887s394rwj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmcglbrgdn0tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/20p4v7bwb4ggf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_TOTL_GN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rzlt8w669qf4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5bdymhc1z9h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pccb711s0txp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6d8kl73tqny7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n9bejp0c3r84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ccbzlgyk937\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_MALN_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l00k17cchsfc3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj3eytwh12rl5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.117-12-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zsg0r6th3rd84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2015To2018Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_4064_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0lq7syj2xjsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8p2m5rx43j3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6v7gdxebznvlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_Female_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p5r26vgk1fy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xws1d0xzxw5q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7x0kx236kpdf3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_4044_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb1mdwmd2wgb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycp2ncszqz3p6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3b668bzb8gc62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b87qf2yn2ttd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3fe5qey7qv261\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dh25zhcj06w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zffrhepqmqcph\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_BOND_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_OilRefineries_WhiteSpirit_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FeesForLessonsOrInstructions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lz1n6ekzrrk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xwz9x63mp3j1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRRA_YIY_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwfp8z3hthbzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cq7erwp9pfh3d\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gym8z3d783c4g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_PU\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Male_MarriedInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9knbyhmc8nb71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r94njcet32c05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0tpkccpdhndg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bktf7whnzvl06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KPRVAE_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p46lbpch67b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekql70v16e6v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5rqjlycbdvj2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r4xn2wr8cpkf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62OrMoreYears_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g1m5ceweqkcf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Town_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z47kv0d2zzsv7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_FTOT_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyw4x7673g001\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8q4xjl0vb38b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-2-MTOE.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrh2kqdf6kw6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0slkl22yrj198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp43tt8fxyszc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_3539_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hc1px0d4vqce6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctfwfjjy4pez9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs15rbrq7zdvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlvgw1d5x3qk5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m952nrev4spj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9568wf1b23t6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynftxcwcfee07\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_SingleMotherFamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Female_AsAFractionOf_Male_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h4wdcns5zb1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzmdcn7rnsdd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bw8l4p4kdzfk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p8lx488z39sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8knx8k70c2sb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbeg9zhlnfq09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx4nj9bxlnfq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mksrl93wb3x6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsex5bcvy1tn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2dse60ngwq7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr5qcr2rxkgjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kebbcm059v7xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tempswbzxvxc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7psbm0jltpvc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7smjl68dkknr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg7v94klr3e43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithDisability_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/brscjkylyywf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4ke5qh9qebp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh1twf14wvw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeGovernmentOrPublicBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dkz3r8bwg0d6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htf198r3yftj3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_6569_MA\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Civilian_NonInstitutionalized_DidNotWork\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bgtyy63vr8d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2vsls8e514g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc6tx27clyk75\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPLRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v26ecrw8myd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdvp9x6fwlvt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RUUCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hq9j3vtep4mg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lg7slpk7n003\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx93t2fj59gqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzyc3jsgwxj74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mzhqqpt7fsb9d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_LaptopUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NotInLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j1xbeg3effeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xc98w6nm2608\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nf0nbvhz9zp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To49Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82d0esfj9zv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgqbvgtr84wd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7vhpyzjc887g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxl77d2h61fq9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc66mwnqt2xr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3dr3bmk5w9kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9n06bb649zp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56kyl3s5v8wx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crq1djm6bp6f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wybgyd4dmh958\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_6569_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_WithDirectPurchaseHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpqw9mxcb4cxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ptde9p6j00br2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRMRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48hgxtm55gpc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ep5xz962b73n\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PBR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23xp443bmkxq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9j93pp824vm66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1wjjf12g1wt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty8s5xhc640tc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F__DISABILITY_STATUS--PD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hfv4syjxdph1\":{\"byEntity\":{\"country/USA\":{}}},\"Min_Humidity_SpecificHumidity\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherBacterium_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thtphyc5k4dr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rheqzx4pfrhw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se519lz1dfgf2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_NotSpecified_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xsmz5mkdww4s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rlsdwkhl4v37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xn3sklxbbtwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svycr3b2vkyh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.79-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gezt6ygm4ym2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hh690hlepl6j\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G4_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fy6rzj8sdg2j5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7s00wc0pwq6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj6yd6ldjntpg\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_OtherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txl5gxwceg626\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf6cyjb5gt0r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjese28q75fjc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftlds3xrqlwp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0jd1nj020f71\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_MalayalamKannadaOrOtherDravidianLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4kwfrq9vbf62\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97xsgpd85mzth\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0CAG55_SAE_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_65OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5h7ezbewx2kx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0hd2tefge0j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcrq9e7k1x4l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78de4rk5kn7f4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1xfhm9b4x455\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vhpp19s6s7lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfMilitaryTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_InventorySold_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfAppendix_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F500_F\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqz1gencw5q0h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls18t5pewes78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s881ggjtpkp7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w017vv9560726\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_DieselOil\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_MarriedInThePast12Months_OccupiedHousingUnit_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k28e8qlcyd9p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kwmnteb7h4hw3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_2_GPV_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_NAICSTransportationWarehousingUtilities_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27qz1j8sgc3gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vr8gfs5ystg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mjzqbbjdclt6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wdvpbgxdg0jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/980gxwt3hwcbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky9gxmz3ryfs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fs4f6xy3h38d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dt6bcmnnkve59\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SubscriptionAndRentalOfVideoAndVideoGames\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxng5lch670e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b0nm4t366r28h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1hm735m025f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqttg40hh58gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk47tpvkspcc9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx1xwbk4fst2d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpb9prtxd4cmf\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_100Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_CONM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xnh31jlk5t69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e95g8x2sbekq8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtTraveling_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AnatoxinA_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fel97fhc2zh62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmj3f3n1qwq72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaGondiiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_SalmonellaInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdvkwzc60hk0c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgzd4fczznyf1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UA_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhpzfy4nbdzd4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPI9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Pesticides_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_Civilian_NonInstitutionalized_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/867ehyppl4rf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eqy7mtv6lfkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_PepticUlcer_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mkthv86z8j76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkp6wv8nw4l7d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_IMRTN.AGE--Y0__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_DischargeOfFirearmsUndeterminedIntent_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ppex48ts772kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ccz1pj1xntyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klc9jp9gj8jw1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48qzxe8c94zz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gxexeje6qeh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0e2cdrk5ff48\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.JFACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwv1xnc4bf2x\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfOvary\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbh4qf9n8jv5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e561p4t66ghb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dww749b2p9ct1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9ypvgmze8ms6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2690nh9vwjexc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srv7f5j54beq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SpicesSeasoningsCondimentsSauces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sz9ckd47e35b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5787zecgzbbg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bezgw332p6j31\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMPR_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CMPT_LO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2p6mg8gw1hdf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr7v8z6mw8041\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6z5b6rdv31w4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d72cmxey8mprb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhr6w742e3jt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jpvnnybpqmsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12jdkky09v9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yeh2sz6ztksd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fc8yx9593ce0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ExtortionOrBlackmail_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yfkyye8wgcpf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc59stxrsdk38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqe0fdf6sqp43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gms9fmj0941\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qt7rsl9gpf01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcvnbkqjlx51f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz3z3gn8df204\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmm2k19f67w2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_PrivatelyOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gszzge07sm65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjngdl07jq7lg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45mkg6kv7m2x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qz6fg1mp9ye5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GarbageAndTrashCollection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_TransportationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33r2zlj2lpd5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e27c5t4tbplg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBCRB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_MULTIPLE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_LarcenyTheft_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmmxvzy09dlf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq6cgq58rhr23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr3rz7yfhmrw1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pd6f79fxblw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmszszxndws5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgjqfrmsy3993\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpbcr4d2rks4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1e8szx0f4ypc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z046004pzhjbf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nqp2vc6y6fef\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4sy6g26zf4tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj5nd65gz1lkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_DiseasesOfTheCirculatorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_CholelithiasisAndOtherDisordersOfGallbladder\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4x4wednpzceg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6vqp654pcqnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lejnsbx00jm5c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityUnknownEthnicity_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLodgingAwayFromHomeIncludingHotelsAndMotels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/btyvhe6fbyk7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwjfd7jdntf87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLP0C_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS11_21_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rnf1w12nd5r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiseasesOfHeart\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_NotInLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_NotEnrolledInCollegeOrGraduateSchool_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r3gjj17z3tc4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpt595vjvcxzb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionAcuteCondition_HepatitisA\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzbv1bl596gj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Shoplifting_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5wxmdzzrn8c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbkvrh616kxcd\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingInvoluntaryServitude_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/922rbxdqexgq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g0xkcy5r45b4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RA_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_Septicemia_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19jnbe9y1jex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5t6rfj7w7zz25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w03696prhkw1h\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Divorced_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07eg4y4rcptx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rq8pe7m13wr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge7rbkt4hh9r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ryc09h2db96cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_NoDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO6ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCServiceOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dch36gccfwdn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2hx0bf4dwlz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znt9khxxmmkx5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_IndigenousCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60e7fzvbfeev2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb4peddkgmqe7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e87c6hz4yhms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvl6t8lz86n81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stp8hhrew74gg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6ml77v2s4h9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5nmwm73kj4y1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hvc4shxts9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxd3rxw9slbj9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_CerebrovascularDiseases_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nywc1ecckpph\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeasles_ImportedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2l0jcm65s4x2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_12_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ynrf9lg060d5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFTXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_NetGrasslandEmissions\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_2010OrLaterDate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnsbcg3jjgyh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n6bsqt0h7pt0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t714cs80y9f7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_Roundabout\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26zdkqnpry0l3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gfzjrgt49c5fd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmy2048mtxq25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1pjf55pq8c2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sctsqqtnxcvxd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_RetirementIncome_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se4lx0jz420k6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCSalesOfficeOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/144zzy9pslhd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsjt938t5gmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0pf8lr1pb955\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6xpxxctsbjrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flw3bsrgx75wc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlbg58j0xvkec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpz1zs0b8l3b9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q887pffqncwjf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HousingAtSchoolExcludingBoard\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33z5t6xqjepp1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA2900_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0y7pkls3dmjrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0jntf0wkwhw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_1Year_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/853jwbl6klz7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yph8vlwyw8yj3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrx5k4tr02434\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yjvxpbbkvdyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hnhd0w8zgb6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvpnc7e397p2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py5cck7wkte36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrhvgwm5pkf5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HealthDataResearchUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalPoisoningAndExposureToNoxiousSubstances_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthEasternAsia_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l34jeg0mhskz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twv0w655481j8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__OCCUPATION--ISCO08_8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_AnimalCruelty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1skbqe62e14s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbdv4ljhfvjpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_50To74Years_Female_ReceivedMammography\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_UEM_1524_FM_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vehkmegg15327\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mmw7zg5dmdtf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lk5tnxgbv8kg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F700\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Wind_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mht8vmw8f84b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.UOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt86xszgpn1b3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk5tjm8nhjb72\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt584wwvbbg44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_MoreThan4TimesAWeek_MultivitaminUse_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k19fgdtpce12\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NeverMarried_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_UAEP_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ff288d8p4dc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/966k8k44667xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m28n4srtrdd8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgmc0zdvjwt23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dw1w0nk8fdl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv417tlce2br5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvpc9hsnw6701\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9tdks30xp3zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qztc0l0mgxl1g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/375w4fz9l85k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ckjc3crq4qzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc8vqzkx18x0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pwlk802f53hcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbqyhwrqxs658\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_NonEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0p7tcnk6yghh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnc3ny23t3gt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_TertiaryEducation_Female_AsAFractionOfCount_Person_25To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xzqgw0nhvqeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk0glcfhfgvnb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_WithPublicHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To44Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/198xrvqjvf6e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xn5hw91wjcy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjhfvh07bl4v9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0l048qhs341g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_OtherServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/105rpz7qydpn6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1yxy2jwcel0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkycyzl5q0x21\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/946ec3zq0570c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsng4sfl39h5g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkp8hggmc0r98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl91v5mjrbb8g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Hydrocodone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_45To54Years_AbnormalNotClassfied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ntj1nv3pvm87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjzyjr85weqk8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x208h6sb9e8h8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNonNeuroinvasiveDisease_PowassanVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Aquaculture_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3bk2ex841tf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d25z83g4vfqy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrbwsy3jwj8dd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWC_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e98b5ksbe68b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8qrrc3g6c1cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_1To4Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qhyzpgk7hs7g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bywhe01d1bwvf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28memp126gel9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaBongori_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInGroupQuarters_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSEducationalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h09qkym9db328\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgdlc0qz96lt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jffp5nqdtpqh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3khdlqhbfcp41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2pw30kb2kedf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpwhfnx2js658\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To21Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mpfrkc1806\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcs6ycnnp24b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y37mndmlmzv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l406qlzwf33x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2e9jtfcdmt6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjw8475tzg8p\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_0\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73v7gfgd9j38c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxv537qk9jjfb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF21\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtAnyLocation_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t53mex2t5z92\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr87wvcghhx4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/heqvh9yxxkmdd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FFGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lep4ez7tbyl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bx8gsqs161v57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdee95m3slz11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC4P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_BioGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_ICD10/R00-R99_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6yljfg7bkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/674ed82bvfdwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lw8cfnf1pe9z8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_DenseFogEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srt0zgnhwx9p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v6x5hxfkp024c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve5ms40ztmk55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz130wfqm5k1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07r79gb2nqpzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx65pncxxd25g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEPP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxs9wqcwpeq9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0sxvq8mw0ssk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rncrfbw9hyl9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edkh21t35ng9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin22a_c_t_d_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_RenewableEnergy_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hffrr50n5jyk7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv4d2mzxdnfr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vd8mtqfmnlbb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv2cw2k2x5te9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_OtherIndustrial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstProperty_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc8m8xw42bdn9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_EMP_PWRK_PB_CK_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kf639yp3wk2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je1xjmf3x0q3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf0z4r4cll95g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jq0kwkfm1q5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177zj3zevcwk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swxje0jfb562h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2egf6tm60dwp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms91pmjgmhwk9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wd0sckvzn9vc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v67g2jm1tmg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wh6dgbfbhr7rd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfArteriesArteriolesAndCapillaries\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y905wyc0qk211\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nz6k8tgcznmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8bpzynxqjb905\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With0Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf50000To64999USDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WhiteBread\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bekb9sy3s63bc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzl0yd8t98377\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz0c65y3gmnd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgegycxws1vm\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRG_ANEM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nsx636532png\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ck9dcd7qfj866\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_56_FNON400500\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbty43ybh60g1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_EI_09\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_FarmInventory_DurumWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleThermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NV_IND_MANF_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/ybsn6g03ntqdb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0pfd8d0drp3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr5r5v087wsxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg9m5mq5k6lv4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Other_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01h322br38tc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br5n9mby3njzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m57vnq2bh20s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq2xyvtjl6x02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vq189hsn4g513\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9zshfntqhdn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvxwyzz1x4027\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/581fs2g5e3l01\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yxd0z7kemdkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAviumComplexEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfBladder_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndSubacuteEndocarditis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rwcn514pdy6g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11fblx7tsww26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_0.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek1To14Hour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PA_NUS_PRVT_PP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek15To34Hour\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25eeqtxvctz32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/610t09v94296b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother28Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qrk9tpsxrk61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ne6d2f03c18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdqew1yv18kjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBotulism_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74fty3x294g05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3k8nyt7ksq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cgdccgx6gh58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56rcpem35z8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsccrhy67fdzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_StolenPropertyOffenses_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hfvz4fzx7kw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_Black_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qsv5hzev7e2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3yb0ggcexkgf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxs5y5bzj5ce8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dpwdlwz5cfcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8cqxewkz27p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv3pkh877b9y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpcd9jemmmqf8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mpz636wxg0wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t54l4slejr9z7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_WelfareFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV02_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qmjw1jjxjvy8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Energy_OtherManufacturingIndustry_Geothermal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge65To74Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnc9gyp8snzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8c3jldnc86jh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhtr34wpprwp1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chloramines_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstPerson_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz7tmqp0g66ch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd184tfr0wms7\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/4wqw533dzjrwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jel3nzgmh01h9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4xpg2hpsqbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthernWesternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/202wemblhc0hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ht13d88vgl9x8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x5xfdzhq3xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnb59cvlw0tmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfbs0sbq8jm51\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_78Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz64yrwq1tpkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp6s2zc9vtkc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw11qr6t7gee8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sj6p5wrslg8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcx6tb8033f7b\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/359ph71p0hx0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Sodomy_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PrescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdj4m97k8g3g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jscre2kg67p81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdss0k16mbq34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0lfngcmpnhnc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5g0kl4tr35gkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cholera_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg8slhrly1ggb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q977fdwct2kj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTuberculosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_FederalGovernmentOwnedEstablishment_NoHealthInsurance_Worker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/828tsyj863058\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbw82z40d6fz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mpfq5ew1eycqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBiologicalAndBiomedicalSciencesMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_CommuteTime_Person_Years16Onwards_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkvt1gzwb89z9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_8\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5lg69kp02j35\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/566mm43rxbgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nft5h45zjyxr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmsx5cjkx44y3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/j2hrr7yzz9k8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt0dmhk3le5zf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_RetailPrice_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s8gllwyjbq04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59030sbt582zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbbm6er5d5heh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_ElectronicsStores\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1568_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gzm1mtmz212\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c31zgez2rr7jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt8s5595qxdv9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionRabiesinhuman\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_TwoOrMoreRaces_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsxedb7ysn491\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xze3qxnygpyd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Nominal_Index_Commodity_Timber\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CokingCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ekcb5fq38fwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x2q9n4w653cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gptd4h335p20d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2wepmhyxdvw\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_4044\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_68Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0f7w9jx0ecd1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r816kjvm1mheb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psgn85th28781\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txpdg9yjr2qk2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kpb9f5lqzb27\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_Unemployed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin7_t_d_6\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_GroceryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3td5t496yw9q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqq4020kwv059\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto2_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clsel6f2t754c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5p67hjsrkz07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyk2p6lypqvw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGERD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7t3yvzlythry1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89d7jxnn4nfk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lrc044wv8vvj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc951n6sjyzw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sh2r42jv7ccef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOLRO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jn8qgs3tkv8tf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6qt53wvczcr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_Female_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pw7yfw104nyy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lsxkfw8qdb34d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8elme27jqhsg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSConstruction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3l6ejr7kcj8xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wyel55ympd08\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqf1983leb91d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SummerSeason_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h3d8dlr97lb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t2dw45eepx48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cbw71ld5zex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlzb39q4nzcef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjdg95vzxkq17\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_NotSpecified_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l602l0e820qt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherChronicLiverDiseaseAndCirrhosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To39Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Producer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff2xmtbnk7bh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6y8g2wdsq6ss\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Lesbian_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Asthma_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CitrusFruits\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrrr56tl20xg1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateGedOrAlternative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/212733lrqz47g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8cm64j2019k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbkh95kc7pkb6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/shb2d4gzk6e57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.28-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_E_1_PR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/mrkqdqv78bkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0cfxjzck6bg7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/myzhsyx0cpyt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pph0j38zx4xk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze50qqn49nxsd\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Overweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_TwoOrMoreWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjn7yyevctfk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ryqdrxgk0em2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfhf6vyzzw6dg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RES_EPCCOND_R01_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_65UP_MF\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8ykthp9kg3z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7d4z397pjq0f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te67bmlbd8633\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zkceb11cg1b62\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CR\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_3_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6528kb8w3nge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfj429qwkff71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6mpg047k6qeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0eh7s3p91lb5\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbnld9m0092ph\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR06_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx97q9hff1sng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz3mhw0qtqzx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPerinatalInfection_HepatitisB_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FabricatedMetalProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_WearableDeviceUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfc8c55vvrt97\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld6rjlqw8s8fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljfzl1wprvxh6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderWorldBankIBRD_AsAFractionOf_Amount_Debt_LenderWorldBankIBRD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_UnknownEthnicity_UnknownRace_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cndsntp1gs3f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3vdkv8jd8r75\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj9epw2j7slv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztzgn5ncyed6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqdksqd7qn2cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9eejqr79dz14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdpg7p9bqm1xb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MiningAndQuarryingIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAHighRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1990To1999DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_6569_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/182tgv7p2tfl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_Bagasse\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Alphaprodine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kzxkg6khyytd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpr1qcj7g4z12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m66clbgzm8ps9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5s2qcvq3g7lc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To25Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz4bnhj9d44s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2yef7k24jc7d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7xdhznm3e2xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhey5w1ggjshf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeBankOrSavingsAndLoan\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_TradeTransportationUtilities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceWhiteAlone_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d3pc16t8nhb7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_CO2E_LF_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15ms41we2sx63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfc93g3vdnhhb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3ST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5mecnntqhe4sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn0tz15rv3nmb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGCCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zlnpcc1mdht9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkrl2lwgb3ztd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbmy9yhy6nn53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plwgnzx1myj08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv4rsrreh4hn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze40cng1sv3bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x4h19h9mdxj1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fn3k45qddrpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfProstate_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PocketPicking_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skywrr97c645f\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xexgf7h091pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1wh7f0k2vx9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfe13rnxddjs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98rwp8hplyfy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzg2nwjm8sk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yrsc111vz4091\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R5_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/124bzme7qndkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22fyjjers40bf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGCO_YIY_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Transportation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6g3hy77d78vz3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq627xv1rd8z8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15OrMoreYears_Civilian_SmartTelevisionUser_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pvq8yxnjce5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db3h7g7s0nsg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70bg593qsnmy8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drreqlm9ch736\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_LegalIntervention\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxw6mws3de847\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_SOCSalesOfficeOccupation_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA15_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bty1dt02edkk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4rzbe4m714z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbehvyd05rsqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ljx0x4y6v7kg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7pccx908clkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2nht4xlf4gb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_EnterocolitisDueToClostridiumDifficile_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtvlql9gbd0f3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0165994v0l8fh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0myk2q4k8474d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5b2yeqg2nq31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_Country_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_JobPosting_NAICSAccommodationFoodServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8me9509bh5df2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1zn56t0er4sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx87t69jc7x14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2qpfh3gwcgnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lhqwe9mww9yf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fwx4ger7k7e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7jlsz1e3j594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_HaitianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0n6rghzfkqc59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsfpt9lptj9q7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Geothermal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jq6q4jr22ypf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9vbvs80c2s8v6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmm3w9brqhf65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h749k5gf28w73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51tynp4qphvw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vngf2wkmvp5k\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleThermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms6qlfvrhcg67\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RL2R54_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OTGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RespiratoryTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2312ds8pdbn2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbd43mgsyclvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r25d30rkpqcbh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.INTERNATIONAL_ORGANIZATION--ORG400220\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCO.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nr26rqbzlhs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fn8xmbwn91t9\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53jybk1w4eq18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGC0_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djc8me98rjq54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y77519mqf4b37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_ConfirmedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pv2qdh9191q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ylqg1ldd74t8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SerboCroatianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qn5yxx5ytrbc\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fsrnfksy0s05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dmel53bfrc25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mvqlhwlebkg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1194vsgxk3q15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk5p0qc12rsq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSTXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhewyvee0mdnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44kmxcvhnj00h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94t8g4smwqqs1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jl38cgbqxf98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0x496p648y4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjb82p58fpnff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionAcuteCondition_QFever\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_06\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_HumanTraffickingCommercialSexActs_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blbfy0w6by9y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db6bjvvmn60fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jts8gf39fybp6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HD_HCI_OVRL_FE\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_VehicleCrashIncident_WorkZone_Construction\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8td9q7vfrr6j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqsesp8cvhj57\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_NoDisability_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzbhgf1zrnvc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04rdtsqnre5jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zbkxj9dm6nzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe0kzl2y6bmch\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vjwg0rbm2nkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AIDS_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bk9yy0kd174d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fl526et1ylv61\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe2xpnxs2f8j\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ct9bsgp3v5qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ps2cd6xb08jeh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7q5qkp6dvjl9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_NoDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_BachelorOfArtsHumanitiesAndOtherMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhe99j5lpp21b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionDengueLikeIllness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k8zjwc7w80m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToysGamesHobbiesAndPlaygroundEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rl0h4v5bkzr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cmv81nyw4n0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65rs9d9j0dpc8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ARTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9z87jne09hmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3n4bxq2mj2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l21gl4gj4472\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8d0x0t1qk5vr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jz6fhhpxsxdx1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tn192bynp14b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_65OrMoreYears_Male_ReceivedCorePreventiveServices\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_FuelCombustionIndustrial_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfColonRectumAndAnus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedNotForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yf5gewc7yzj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dn7sb6e01svd9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_AvailableVehicles0_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmg82cn14j14c\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_IncorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_GPI_FS.AGE--Y16T65__TYPE_OF_SKILL--SKILL_NMRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/eljnw8bm77c54\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh593lflrs3kh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j98d0bkz70r6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xepldf55yq6s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zk284d3rfg5g1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvm2b2np8v9hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khmmwpchgpnv\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46qd0c1frs9x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edwg9nypzqsq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js56cehzj7wf4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_BlackOrAfricanAmericanAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jfn0qcesbg01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1fl8d24sdhe9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DTH_NCD.NAME_OF_NON_COMMUNICABLE_DISEASE--NCD_CARDIO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/102766ph0r8gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x5ys62l14f2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCyberspace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female_AsAFractionOf_Count_Person_15To50Years_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4cm4rj4d5fyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2r20tkkmm42f\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flvrk1dvy4dr9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartAndRenalDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Energy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfz4bj5jgbj5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syqfdten114ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f4hvclkdt2k2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ConfirmedCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_OtherRace_ACWYSerogroup\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_100000OrMoreInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vfd5btczgx19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bnqbr6tmyb4f9\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_Underweight_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonprescriptionDrugs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35vt6dns3sg4f\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/EN_ATM_PM25_MC_T2_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_StateUnemploymentInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Embezzlement_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x95kmng969n42\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2l36pw9lkmsjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherPorkIncludingRoastsSteaksAndRibs\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9eqpcf59p005f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dre7w22cl91t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2bylcps69pb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x3hs7sd08f53\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_PETR_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOthers_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2qkssc65dg5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2rls4cc34h5s4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_NHR_IMPLN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74hg5tnl1r8x1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7k4ncbd1d1mnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0z8e49treffh5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MotorVehicleAccidents_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsm9xv2tfpmg1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mny5df6e1m56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lje363k493e9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6gh4gslb11m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjvk0ew1nrwfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rks1mwzlj188\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9l2f6pmf6c25\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m2f9l1rghr4t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtsw1b7ktg8yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylxypl4pkz295\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9050_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnq3sms4ekt6b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjx1v8t3wkq7\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9fjfbhyj1kml1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrvlehwjs8eg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9bnq3gn6ykf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/stqw9hm4jz05b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV08_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26rkhq21ryh42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1dvnf5g46m9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llf6xdk1nnjv7\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89cent64zn3m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EventsOfUndeterminedIntent_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z7ctzxccvvk4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hedn6yxy15k87\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_CACT_FE_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmkx8xxctzcyc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URSDP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_CHEL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/enezcf6fzgwk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nk50s5c5swh46\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm86rb5bzfhx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl5y95t6n3zng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To61Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MWXRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqfbd8rg0y667\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_OI_19\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jee70jdv5gq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMRCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0r73lmzkzsrnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kgn04fg2bx18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8hn0y56kxfqf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPD0_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rptqjzf1kn5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czr2m3h8m3zff\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf1hmk8fvbsx7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf75000To99000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_1524_SP_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fqr71scs5jz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwfh3r53gzefd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1hlrtm0tmvld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14gsrrdse5s08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nbvjb5017r54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8hm26e3bysktf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherDairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/82393ktq43p09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mrcdv8wlex92g\":{\"byEntity\":{\"country/USA\":{}}},\"BurnedArea_FireEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znptbbbq3v95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43e81q7x3v8pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbf1kd7wchjy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q28c1b16nzr54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/860zk8qf5xy09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsqze1p5l8pc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dscrd4bwnekkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drjkpht5m594b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc3532g4phss6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugOrNarcoticViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bl4y274ptpn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f37gh7redn37g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SocialNetworksUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_HepatitisC_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_IncomeOf100000To149999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SGICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPostDiarrheal_HemolyticUremicSyndrome_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c63s9ev8ffk54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_Smoking_Postpartum_Cigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PTEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtw7e60eswv8h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_SandQuarry\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/655tclshz9d37\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzmybg3qbvqy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj27wd8fb8r6f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_EDUC\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/56v9ktbcxeteh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk454mfkz7jv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lde1mvrnnv4d7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AIDS_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEthnicCulturalGenderGroupStudiesMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_NoWorkersInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x0njlpq3wg1f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1gjn4xnnrm73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaEtiology_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sexls9cf5wc34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxlm1prq6dx4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmrd1j0vjnm23\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Kerosene_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbrt1nv8kyjc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8kwbrfeeykwb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8rnnz90jt964\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshBiscuitsRollsMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07f68vfz66n59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dcn2kvg9281b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9ew6f9vxt8ld\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpsfm7g91ksnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s1q4j5ng43l55\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kq33vvmwvrzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtlbddwj2s559\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv04bb5cvw0n9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MOHUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_ICD10/C00-D48_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2010To2017_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxf9k5nd2tgjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbgphwvkylyk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qqtpz3bmbhc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5f33zgqnq4w\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9z45353xl97b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherLinens\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fjxxwdfehxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6mm8558hflg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm5d9zvmg69x1\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Monthly_Amount_EconomicActivity_Sales_BuildingMaterialAndSuppliesDealers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLPSP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj4hfeh9qm8y6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With2Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n009bctc1sg95\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NNTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03wqmq686n779\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czlchgc8fl935\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcen1t363jf3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/BAR_NOED_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_SatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4rnjccv7tpj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshMilkOtherThanWhole\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r5h1s9zsdbqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrem17k8c2nl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yke09xk439bkg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_WithHealthInsurance_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8exvys8997sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceq20kqc8nme3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ed8pxnfmtqvrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/px4zn7cmk83qb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykc47lsp6467c\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0fjmxcvd5fxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z08t6g633h4sh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p9bvee38n9xg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv1z5kb2d2n87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4s08z362l9n9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84m6s0b5vqsw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8n27tbznxvxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1jg4ed7trm88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlb8j0znyzpb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9d3pfr8z2c33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5nxtprc4p259\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.K2DVFM_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jrb4pw81bnlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xy584p5ts0h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qwezzgjw1p5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n78pknsj8yv4b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5c01lc27r0qq5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GE_PER_RNK_UPPER\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek15To34Hour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b47zsf1d0vbk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4tmx668enb11\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/815ytn0488dy2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b97pwq5nx31mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg18fpfdc1vk6\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5rs8xvwyg6e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrek35q7fvc32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5sen486zsz2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_TransitAndGroundPassengerTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdb76e69wg6jg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r0g2fl6dy362\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v4j5gcn5td04\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaPneumophilaEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_RetailPrice_Electricity_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstSociety_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7cs5g5cz6jnb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs7d0zh3ednjb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_MENFR_56\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_XGDP_1_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade10\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d72epvt2qvlcg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_Coal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000OrEarlier_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wd2178cevflc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80wj5hj5nt3m6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebw9qwnzsrnx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrn2dq5s2cf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j08h1fw3ny8db\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_MastersDegree_NotHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Snacks\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPNRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/842e6lkmqqj05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98llfjtqmgdec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emf53sf7fddq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzdd3xdyzpt17\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1To4Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n40m82g12d6s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twejeczhs70jd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Covid19MobilityTrend_Workplace\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/zhmshpxgslk2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv63kvnbgmp3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwlv7ggr64nz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bz9ed9rggf3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9ekr5z6gdb0f\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96nhtb549jz81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndslhpkbsrww2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbkggfmsj03rh\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OfficesOfOtherHealthPractitioners\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epxefgv3t9fqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkm582hjs6s8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7jsjw66rwrdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjlbkfgrklxph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmf6q0mrtx4x2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylywnbnywjcj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgxqygs3t2gqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnfve6xkttl32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0qbwnjjd4vyb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_OtherDiseasesOfCirculatorySystem_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To9Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS42_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmnggpm4q0rj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pnp4fwnv81q5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Non-HodgkinsLymphoma_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Irrigation_SalineWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wh7102jjzgwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionVibriosisExcludingCholera_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCMathematicalScienceOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjdt2qfq8y856\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--GN\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ef83v124gf07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ICD10/R00-R99_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/613bjedn3n9sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mns9myr6fy5gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtqtwwwfww9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z394h5xqd5qh4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76e01b78mdx8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzdbmbwhlqrp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumDifficileEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteAndSubacuteEndocarditis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mxhsdh872fg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc8pr2jt4mqhb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_WithChildrenUnder18_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_NoHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/esz14rhp9phs1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pr370tgkhln9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfmp7xgg9eepb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv6scryegkcj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm9xrhz74d5lb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_75UP_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rc56ns20vye5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t130mr5et3tf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1ft3qwcwre8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2010OrLater_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwp2vqgz7zlr4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDPRM.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized_SatelliteInternetService_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9m13zgy6hvb2h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--M__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blhdw07vz8x9f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeGasStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_EyeglassesAndEyeCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bk3k9yvp2jf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mj5yvsqw6s7vc\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryNote_5Year\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45ppqs1qp0hw6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfNitrogen_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_LessThan9ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4pnhm5cwlq524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqkdgv4zsqrq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epw1tyqn3byr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1yvlsfwrky36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtbkcq88znzqd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.119-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Impersonation_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1pcs0lt7wqs9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jkx3fq8z687d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dqhgmef14k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleThermal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e7w38dfyhjz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbzbm8h3hkrnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetAffordability_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ftn1v673jzb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgz98p4cts0wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp8jqlhevzk57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SM_POP_REFG_OR\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLegionnairesDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryFRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtq5tlc5bttx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch5fhm2x66ztg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb03d25cfdvh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2nl10sz5wmw3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbj95r20qb3n3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy6zj788xzxw2\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr997t0rsbht7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3wgljscmdq25\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_28_t_d_2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f3l90s0penw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f94eqqvn3y8z\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djgwd3yy3sf25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4g763ylp213h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k535d9my0qdxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx6kldldglqm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6r4dvkq3wx37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-TJ.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C13\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_28Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_100000OrMoreInflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj8y3r6b2p9d6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEC.AGE--Y5T17\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbb8lt123hvj7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F140_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AllOtherLarceny_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tg107l3j4h5wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkpx0d0y85398\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5689dpdlhf5z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhc989d1dqdlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceUnknownRace_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jdhpqyms2r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v6dkgp71sn2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ml141hlrem8s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgsk626482jt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l481yty608g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmwe7ccggvhwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_WorkZone_Utility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CableSatelliteTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/177sqtt1820b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvx1ycbl4slj9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4h5g3gkmbx1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4ygjv7e5vj27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j60fy8e2drnc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonNeuroinvasiveDisease_JamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e2cnln47z9n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t6qjj78wptqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AccidentalDrowningAndSubmersion_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk4mbsp8pq9g4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPsittacosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n9zl927vq39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pd3cblxp2srlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18sb4gej5qq4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61pn5kxdxznpc\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_STLB\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/s1vg6myrpjf19\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytyx36w35jk9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLPA_PRS_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb3h0k8rxnm02\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MKJRX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000OrEarlier_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rdejxd2w1v39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt3vmzzyxh1m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlpdbhcp37zrc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpwrccngh72l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1887s567vl99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_IncomeDeficit_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4ezljc4q05c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy563c0prm6cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cvx51sd13j5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpv71r2hv89v8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwe5qqsxps4kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteBronchitisAndBronchiolitis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/927e026nls304\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qheve03j89cj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvknvj0bhgyrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/342elmbhg9gm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvbl64lg29khd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG00_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpvstjvygd919\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgy2500s90v94\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w0v150twjkp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdr83jn6dpxf7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto1.38_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25sj4e8p3sfk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt7kyz2x7cx35\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1egph4c8npck3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q5sd9q3pkml2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4z76mrgl8xpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tstg95phh4tf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Selenium_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c4837nv9pce6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FM_AST_DOMO_ZG_M3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_AnimalCruelty_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0crhhtll1dfm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServicesExcludingMotorVehiclePartsDealer_FloorCoveringStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_ForcibleRape_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7m23tz9vh7x9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_RespiratoryTuberculosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt27rrjy8d489\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wz43yghbbpz5d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/OECD_TSAL_3_E15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdkmf9qhzd7d4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqk49rmt8zqv7\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDEN.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w6zcf59g295b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8z86vvhz6998\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgwsem68rqsqh\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSFinanceInsuranceRealEstateRentalLeasing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_Male_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_NotSpecified_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knlng86cs9xvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21ydz2tb2545\":{\"byEntity\":{\"country/USA\":{}}},\"dc/flxms10dksvk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kn0dyzenzmphf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zp1e4ncm6qfnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b50z0rt4mjkc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_XPD_SECO_PC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IdentityTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j82etswh647yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snz7t95m7wj7b\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlwxnx0k63691\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionFoodborneBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_DesktopUser_Unemployed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmgjzhrm0mnn1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x883yyh2dtnmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prggk9dzcpnxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdw9vjzl9dex\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lrl9yl15pmmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2c99zgmq0jxf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedAndNotSeparated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fsldmnt4v5s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf8mchhp6cv2f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_VehiclePartsAndEquipmentOtherThanTires\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dctgw00n30t5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpbbwz2h1sp0d\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV13_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_CornForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/588vmff766xrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94b8g45em1ky3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4nhq362gd2ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk83vnzj5h3n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01l565et72rb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0mh7648qbnm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thg8gz2xr5gnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ej1djw56zsybd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q523rj5t9262g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSWholesaleTrade_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30zs656ncwee1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byfpb9ftgpgs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7web1czgn524\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhlfy0yslxqnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy3gghe3xwkq6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_AmericanIndianOrAlaskaNativeAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q78p2gzh7td\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljj7wv7mmflh3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_EGY_CLEAN.URBANISATION--R\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_16To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_OfficeSuppliesAndStationeryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SodiumHydroxide_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/01232p5z5bem1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3reqxszt4rhv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex63m1ybjv8rg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yxs2q0kdbr4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77mymwymxb3gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egbk4mtt7p79d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabBankforEconomicDevinAfrica\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_Householder5OrMoreOwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b6698f2q5nz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zccyxz630xcxb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_TFRT_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxinsPlant_Herbal_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEEXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9per97qy0gb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpvjpsqqq1rsf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSpottedFeverRickettsiosis_ConfirmedCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt8ytq44l3k33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47nh8h3r4n799\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wv6msenvejlg1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0see697tk133\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroinvasiveEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26cwcp13z5ph1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9x3q1nmsh5n3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvbnxkxgvf9b8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_CarpoolOccupancy2Person_CarTruckOrVanCarpooled_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbyg0429l6hsf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlhxh5ycm8tq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_ProbableCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxy6dkvbyv205\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7e9pfrqs508b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km4795jlpedv6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/C00-D48_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mk2fe9866by7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4cbgftbvjjj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_2.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0glmw63y39gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzlkkl76fcqkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w1dtyjssy9tb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clfdesv1bpp67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s71vw2cqlhzpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwbms55ppgxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fev969s174k3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcn6kyc8exthf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t6vfwpk4pns9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v0x1nz99djcg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yn3st0rndx707\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographicEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ICD10/Q00-Q99_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_PropertyCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpdklvzvpc34f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj3x9pthks3t2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_FuelOil_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_NondurableGoodsManufacturing_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s3j5wewkpdz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q68s0qcnvq765\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xq42zfht20t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XPUBP_UK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OutdoorEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5040_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crn6kbd6x0t21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfkpjst0n22ng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_1.00OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdOperations\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA08_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ElectricityGeneration\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InfantsFurniture\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8fkwlnyqesq8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_819PS0_MMLB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FullServiceMealsAndSnacks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35rpy7jp8jt9f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_NoDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Rape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7266n9mcdbs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7mebwh52hw25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m47ry2zecsc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz38k17k05v0c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35To44Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj2dqhrs1rr5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38gqyhs8hrxfh\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b85jxvmcndw68\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimePrisons\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tk1gc4krdhbef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3d1b5cl4snld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPU_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw5lj71wmkp63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfq28bl1xqq1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Nitrate_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6z2pjymnjkvj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1bsybyhm9f2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e6x1qhmegwkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_GenderNonConforming_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm2pd4d5dwb3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtbpt1tr67tjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs5q59fyye562\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_DivorcedInThePast12Months_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3f58bcllptv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47y8c5r70b8h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jl25by9n47m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nr4z2vxmkx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lc20vyl5vpv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yr9twgvd91s4g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_OffenderRaceUnknownRace_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bphdmqkylync\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v30g337mvt9jb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6eqgwryf4skc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gs0xe1k6jj63f\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_DieselOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csybyqmzt8pzf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhwlmsfxh2bv6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t78emz66c4p6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/273kn2nmgl4rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rgqngfv8slq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rz37dnyxv5s6g\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Farm_2500To4999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotorVehiclesAndParts\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm32b1ls2qdj4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_UncookedBeefRoasts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0bh8jsf2yfh7d\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TEACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_BornInOtherStateInTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasuryBond_20Year\":{\"byEntity\":{\"country/USA\":{}}},\"dc/557cv602qnexb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/znywch69hj36c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_3_V\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjhxyd4gpzwld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ys49z0lqtj9g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74j0eggcjm4gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p68wlly6bpqw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BlastomycesGilchristiiEtiology_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl98dd0vpng47\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vyptfqwgjpv63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s17fg28dy4dq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k19vg8h5klc59\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byedcqkxrgpqh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.63-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioParahaemolyticusEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df86tww4msdx\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8f8njngfze25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11gkz46124mb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84yp4cxdmw8l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxq7d5ee0247g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskd8y9ljsvz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionCampylobacteriosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_ArmenianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_WeaponLawViolations_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pvzzsdzpdj19\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_LANDFIL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother35Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e1q2pmlwszprd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PDS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_35To64Years_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gct6q3bwh2qc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherBiomass_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g146s5bvd7yqf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqmqrjz2rm4e9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0n7qyy1fbjb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MensPantsAndShorts\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bkxecxx2ppr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fsgx41jvcwh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbyn2sz59rm12\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR17_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/NE_EXP_GNFS_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsg4f0ksxx62b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbjqp9ng238bc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalExposureToSmokeFireAndFlames_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fv41b2gfbvb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7yf34hemnde9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ScientificResearchAndDevelopmentServices\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e73416jyx4ph3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8xh20yb02tl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Malnutrition_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj9879emw0w73\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_CombustibleFuel_MainActivityProducerHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b47dk9l39f841\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88640zcmek9q8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntercityTrainFare\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtytcm98xw8b3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/D50-D89_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5fjz01zrgzfs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d02lh678tzw39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t81qqz4elbhmd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qlmp19bkjsqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7yr9ynpk74j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpbwg613jkx5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxr5e686r1rjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt7rgxmp51fl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp5jkfpnqltq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2746bhwk5z257\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3jcp9segq8e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weq7jc9hmpn14\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPowassanVirusDisease_NeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3vy1gm93lej5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_ENRR_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eznn4g0j6s8l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41ln5txvjpb9g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9nmww39t90pd\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e90wkyxde53g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtr6vpng99f08\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_ChemicalPetrochemicalIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jsg1bsydhd8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kefr34zzmjcwf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_DLXF_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_CashAssistance_Household_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydye6zygkfd08\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PQTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzn0npnjj4yp5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh875xgn5bgq9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5d43lq6z39g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt07pvnvgdp47\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2q72332bqnky4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Divorced_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ServicesExceptEnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDGRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstPerson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.64-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_MobileUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/667b0gdyjvl96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fsyxvvqz8ys6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWO_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lbxwcw43e7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g58fvff63wpv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgt81gfx49rqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcdrtlv7h60bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnwmttwdsemwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0e7y7tscwygb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7cnn7yxfzmff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rks82p3wh6cbh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qc3vk9pe8vnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hn8smqndxty3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/903k1xypzzzm4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6jvkl36nc5hx9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_SEX_ASLT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7xq76ttcpfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gf6tl7bjwqd86\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_CRP__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3en94mqfybt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nl59bhms1nth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85wghvl64m0j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt2trlxwt70jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7zk5k6g8z744\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4lysds2c27n1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3dxq71g3e2g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swe40f1my52mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g48j8f4bkxwtb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBG_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c019r5gt4ggqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35cf44besxcfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzzbbv40ylq9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_ODA_COMM_SA_CD\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54tl37q1139y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tesqryc44t2q1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twz50nksseg29\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/947t41p579xzh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18mhkp0jqdnl1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_VeterinarianServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfsnh8spny6db\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdly6n5vlhd87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsv5w8hjjyqv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg392qes18p6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxrcfewd5mdt2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Bribery_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0exf8wzrw3n2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drdcwn0lz1m35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs1n5lrmpxftb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPM_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47zyg0vzyk11c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct187nxnm2m79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1hyyctbft331\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_PortugueseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be4h0jg620r07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm0t15565d596\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28lf314z63bm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_2020OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/70gk961xp8ll9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWG_XWC0_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdyyk1kzwxv7g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_Female_EverMarried_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_SingleMotherFamilyHousehold_WhiteAloneNotHispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17yq3nxjw1gf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w5f00zdep484\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3nq7zfbnblcw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7sxgx3g9nch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p58mzp5dfqm72\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jy5kqcnsrjs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z00c68nkxw8w2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ROFST_3_M_CP\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_25OrMoreYears_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ekyk11xgt0cg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1427k1t22yl1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Unemployed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09vs0eddl4vk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c3j2w9ywregrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pm32k8kp7n6k6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yedxxhhqzch85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeResidence\":{\"byEntity\":{\"country/USA\":{}}},\"dc/566pmxlr5ejxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj96wfd40n765\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkm2mmzp99mf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vm5ltxqlstm5f\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--54%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wzn8pj1xd4ph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jg4mlj7kqps3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGRCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndSubacuteEndocarditis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j3dqzvk37bnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1c7762d8vsexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hznr26jd96869\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m08epzy1v45q2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_TRF_CURR_CD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Female_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Recreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bh4xmrxlzpe5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcb0pv248e99g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPJK_YPY_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49wjhhdsqrj6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1lqz36qc6x26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqbj0f5ndxhw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IntercityBusFare\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_OtherCrimesAgainstPerson_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UP_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ev9gs9ppxbq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/905wmsm0bzw99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxrjj6jrxwpm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsv03nbbekv02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj2nk2bg60fg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_28Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zmm3y21mz262\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqf1cbrdy3wq3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gyvnjrwrfpg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3e1j3y5c42drc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_SRV_EMPL_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_80Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.REL9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tphsp3lj8mtt2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPL_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/834l34hp5krkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qpkgs7312pq65\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_AcuteBronchitisAndBronchiolitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSInformation_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0yvnqsfrj1h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_J\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kl94menjlg56\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j9lv4sgtjz02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7mf59cq649nc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSECB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcpq98xjwkmvb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_BioDiesel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionPostDiarrheal_HemolyticUremicSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gmq3wwmz8sdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28zkg8zz6w0l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57rt1e7slfjp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfjmjp32wcxs9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydeq3eb43w68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8v04ptcefy5f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqw4d242t7wph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nybhtmjz7w575\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyx13m2h8vqw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48kg0dzq5k3s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gqtx0n5cscmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthOceania_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m34zmfrg493n7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xgllgpl1hpbkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleFatherFamilyHousehold_SingleUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8vvdsvzw2tth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1w5cn1b5e8y4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AM_02\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/19zlsj5clvymg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2ggsm9lqs3vd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4g85fqdrd9zr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zl6jjybqq1h2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jdth9jyj59j7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgdllwekv9jgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSAccommodationFoodServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h65xnebc15y0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwjmktf5zn6r9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_ManureManagement\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sdqerjb8fw3z4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSalmonellosisExceptTyphiAndParatyphi_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TRFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4rxse979zgm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgmcq96m9pbzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWFE_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx45hksp92j3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewnpwfm03c5y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_Government\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WaterAndSewerageMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21lyd3g9wz298\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_ManufacturerSalesBranchesAndOffices_NAICSWholesaleTrade_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PufferFishTetrodotoxin_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13y2gbgcf93fd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52hgbw7wfxe63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f7g8kth0tkn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33mq44v4253fd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_LarcenyTheft_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n4jbbs88xxy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szfpk5mg9q6w6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj5y1vh8thnrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z350gl7l26b68\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PAR_LEVE_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hzgjj2bqp7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hplpebmwdvr44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fst6xg46ngx69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79nkn0b67kss7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.11-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_82Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es6bjesjyjp46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nptd47ngl5pd3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1980To1989Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PreparedSalads\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eetch30ywe7k3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2bxlk0pllrm9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_Bisexual_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d121zvnrk0508\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gppng4gszj7z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dtems5yknpcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_HispanicOrLatino_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7c0zy2j52s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Gasoline_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5767ch0q2lmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfKidneyAndRenalPelvis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DiseasesOfPericardiumAndAcuteMyocarditis_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28rrf871m77z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wenzws0essxtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz1k3d2l4n737\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30q0wwtl9w7m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/408czhrbyjv66\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5l4154jhv1my\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SP_POP_1519_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisB_AcuteCondition_PerinatalInfection_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_JapaneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw1vpqd20ny6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q854vpb5ypth9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/980t0yhjhrrgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvsbwlr1jf9pf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fepyvt41yex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvm3xwdw7hqt6\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/11m7s9dr7yj92\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSNonclassifiable\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f47tdp0epnvt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfn0x6e5667p3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkexfpmmegk76\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientHospitalized_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sez6j9jqdg3f6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/et9lzcdvpwzm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr1zgv6q2ry9g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_8BDPC_MMGL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlorine_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Civilian_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bhkwq6p30752\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn805y4z3pf0c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx4q2ppg55kq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownVirus_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6wtfpgdccdkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzpqrnpyjbfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionInfantBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j4xn2wgkve29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8jg4npsqvnj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterococcusFaecalisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_KidnappingOrAbduction_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58znscsermbxc\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AllOtherLarceny_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syym5y4re6ck3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yezfgrrq3swzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t65rxkng28fpg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET.AGE--Y15T24\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ConventionalHydroelectric_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccnbw8w4bwc87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhl0dvc38c21d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwkp7zg1wdr45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p641gpejkg3wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_DiseasesOfAppendix\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_DrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnx52tbpgjgkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qc0mtmcktl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njds60y0v8ke7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1PRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/1_2_ACCESS_ELECTRICITY_RURAL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2zf496bj68t6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryITA_AsAFractionOf_Amount_Debt_LenderCountryITA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Other_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he3gh7rj9svlh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0y4e3xxe1t3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Morpholine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fpl5g2lv6tw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49xxmsgs3r164\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb8wc9l9q0s3f\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdg5v38z8cs4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c3e3m225ne11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egh5t947tenv6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CH0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_1524_MA_NE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_29Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77gj567hyvrfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqdgkdwxvsv07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtlq2cyx28vkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fk6vyd4c64fkh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMMR_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1fpgzvctr2tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Falls_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qswnjmmpw3gj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eczberzfqd9kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psnjt849m4dn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpv2q5561hcm4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k43wxgcd7zp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxeqe25mvzxlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wewlwdnfs5qpc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ProbableCase_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qsf0pyntpw2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx3xtkmqhpye9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDO_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d27l4ddtme3r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5ysp38vq0dwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qswlj67xqfe4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ElementarySchool_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To44Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_FederalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_IMP_FPOF.AGE--Y16T65__TYPE_OF_SKILL--SKILL_LTRCY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChickenpox\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66cyp77er4jl3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicaidOrMeansTestedPublicCoverageOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvjv4be1g0g65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kf1sp1lmrpfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw52qqrrb2w11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cdflsqp0hgcj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lstddd29e2btb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PACAS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xdqw5jb8k0kh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_HyperplasiaOfProstate_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dclkxvpynste\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmggsmr6975yf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t49pxhhzxz924\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq83x6w8d3th5\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_25UP_S1_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzvl50yng312h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_GasWorks_LiquifiedPetroleumGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81cnr6ecjbe48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eqser28904mn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99254t9yrmtrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g07tnm7405re2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6f2xw0kjvrgh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/td7dnvseek1gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0630To0659_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59jt32n7n2gx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrl80shl0t2m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecyckmydz98vh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etjv1857d42qf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf35000To49999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ql5p7qhe5w5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PECSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm3jbqvvnze6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzj0742jfw6mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l8eph1s4en47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddhzv7yt46336\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjf0d0rb650w3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfBusinessMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwglr4mzwxryb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f71k7s5xp17xd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInNursingFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HospitalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd4hb6fdccln5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtg4ytfwzl218\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y765fgf3tcdz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpj3e7zxnvnt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzkke7rsmtc4c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39rpevk3t3c7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c7k9qhms0dtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv58t7betnfw3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PublishingIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3kbw70gvgfl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionShigaToxinEColi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_DateOfEntry2010OrLater\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc8wsyyw0bph5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qg8xwnxqky9p1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvqxr4kgz9qz8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFPSP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hn7gppk5x1e6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gmze0p9e857\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfe18l4wp6ey\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p93sv05942l4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvmkf9ftjylz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PurseSnatching_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f6lznjv7g9e4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvq34t2nlz6bg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf50000To74000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYANN__naics2012--55%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_HouseholderRaceBlackOrAfricanAmericanAlone_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdd4qt4l46ml3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_CHLANM.FREQUENCY_OF_CHLOROPHYLL_A_CONCENTRATION--FCC_H\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tsrx6241kbv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_ACTI_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g08j37y6jkj02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgjt5tv9hj8q\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLassaHemorrhagicFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/GFDD_OI_12\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l1bewgt7k1t5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkkqkw0vbv4k2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mh71g34y9j9h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s02vmg4pv65x2\":{\"byEntity\":{\"country/USA\":{}}},\"IncrementalCount_MedicalConditionIncident_COVID_19_ConfirmedOrProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs888wq2qw375\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICS11_21_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ffjv10y6rv79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b172tb31jvy3b\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianAlone_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceAsianOrPacificIslander_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rgdvm4rje4r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb84mez2eyv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kwg5me2ewjvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8cr3rzsdbts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v99re7d3bjnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1qsn76nqj346\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PurseSnatching_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Bread\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew62h38tkv9q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0v8merm9esx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_PhysicalDisability_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2jx1zzqp84e8\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhgsbwgkl94g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc49wvl863fn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmh56vpsvjr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthMexico_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcr8wpnnwtj31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sjw48vcvjr4d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnprymyremfpf\":{\"byEntity\":{\"country/USA\":{}}},\"Min_WindSpeed_VComponent_Height10Meters\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionSyphilis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)ByDischargeOfFirearms_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_DoctorateDegree_Female_AsAFractionOf_Count_Person_25To34Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensShirtsAndSweaters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_2024_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CrimeAgainstProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9je03xf5fgglh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Male_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80k14dkcdk4x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dycqswtrgjhe\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf50000To74000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfForeignLanguagesAndLinguisticsMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7qqnb6bsjdn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6m970nylpktg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_FEC_RNEW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6k63wlf2nw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInJuvenileFacilities_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55qmyfl1950sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tl5ly25ykyf06\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPL9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmw7srr91bj41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qf29mfby22jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/97594tc94j5qc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn4ktwjctn3jb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4gshcer5sfc97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bcgtctbkeb7h9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dw2dx46fdpvt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqrvqc2lhjxtg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l627dbcsdwn06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS92_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/064b7t3c8bpe5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedOutsidePlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhyckv3rfpy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbtpnp58eq3hc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR28_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ym2j46f18pk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgkd0vcrt1yn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhlcc887jwkc3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jgp79lsfsv5r7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c2g8w4n9m5q9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w53yl7e87gqjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbj66qqe32jd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kj6twkjx6xt07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs769pz7kk8r5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l40w55cq3ydt7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c77jdtvwtdq6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_PrivatelyOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1tqjmym4fq26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xr57j4xy7cdv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9lej45411209\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq4165fcb801d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnkprnmewmqxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgggc908sttcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0jl7qwps42h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5mll16sh5tyg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/senqnlh6gymkh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_EtorphineExceptHCl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0g7sk6km0kj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lf9d3cvlsqbd7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_ProductReclassification_Fuel_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--61%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EMCCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvf59cmh8kkc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mmrgj1g1s6s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yydq6nskd1jf2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_0714_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9hqfwfdyb6ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUSB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k18wk3jr0sfy\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvdc70cxehh5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c9ctbenyhgt7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8vf5w85jzxg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmc2nfb9vkpv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtfdxtk7tqjt6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95nm5mj91cnr\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear1To13Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxyy6kl97wb6h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGNRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/111r4rqs34stb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z7qcehcyhfq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l5jpf0ekzr4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxwbfp5bkpbh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpvbv8158pm6d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/csm5xf31p3k54\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSyphilisPrimaryAndSecondary\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonCongenitalDisease_ZikaVirusDisease_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6cz3ck71bjgdf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_WithHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95963ks8gjg95\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr445jrzcy322\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3vvmpcm6xcm41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1957rtkkrnpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts5tzv2fqbfg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y214n913cy0s2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkml6l8cfx3h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrwkzynr6epg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0d4e9jmyhvs38\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2n3p4738r09c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b5bzdh2bhq3qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq7sly0t34sc4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y6veld5zvr49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqnypr99llkdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3pwf05b6b2s9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS54-56_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5md94nb3271gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1f82e150nbb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother12OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dq5b74ep733b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lw7wgsj3t4e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithEmployerBasedHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg0yvys2g9jn9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j53n0pd85jw8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35000To49999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2000To2009_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ebjh53jjrll4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g39wf6kf6gl6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb54jc4c8l4r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_InLaborForce_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsktnegj2f737\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_NNTY_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/3s5mqq3bgvnnb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2039_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy0xsf9dnkz4h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p00d7jj2r6cz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dxf710x82e63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2mkh84kgmct08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfxk1lkyywp1\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vmzyj2sd6qmb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_VisaHolder_UnknownEthnicity_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbw2hnpr2jkt8\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_CokePlants\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y1j2b9hec7k2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRX_PRA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f56hld2snr5zh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fnnnz9v5zexp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5ysd2tlxp053\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyrrfc4z7p90d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1s5v05k2ye43\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeDockOrWharfOrFreightOrModalTerminal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h1v24pfb99bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7p00elhqpk5d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bng6xj133lecc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by9685ee3kl55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk783byzcbpm3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmbj2pjm7nq8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0bzqwjb7h8mf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ref1nnkg6nce8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_IncomeOf25000To49000USDollar_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22syz9b1e4md3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zyc6f6qwjxm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zc0y09fp6wp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6d41te13e1v92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9s714ytdn8eq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbkh3jq4e5nsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/she4g5yxb4ps1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w8nnrq2mpt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fdwd0t99c37h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zqyxf7zndnp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DMACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twr1qx9bykmkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e18zecrm667z6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Embezzlement_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jj165ftddnwg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2pkx9ln55493\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Assault(Homicide)_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ym8ct62hdppd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s23p4fwkwt63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdm7ztl6frzh5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58mc5q5lhj0nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e0j7rp7mz59d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0lc69wwsbhy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxmkb61pgf7fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbk6zhqxzy3w6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rq6q2840czq3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhxl7jszjvygf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2v6wkvskz314\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MEYSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c1nsevsy2gd1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mcbp1sq5850vf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_OtherGases_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3shhdm3re0csb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45wzb02nseltd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5y3cp84rqsx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_OtherHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl61ws0d395lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PWA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd2v9tw3wehb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rk6vybesphls5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PATCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_RenalFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kreqlzmh7gkj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgv7szs87xt2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Female_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68vjrw2eqffec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_HousingInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxtbk13pgnvn2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin28_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qspnyz0ht5rx1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PEACD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtSchool_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr6tq4hs4tqng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pydn6xv4f6p5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ygz522lt5v7c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CN\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Suicide_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9766p3vrj416b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz69r3ts0j1nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2e2tk4czgqn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn0llft8j9pv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ytp3vvbl8xs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0mzct0dwp6e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqn13vktnx5kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxn5bkyt96661\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3rblh840nxsh\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_AirlineFares\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lctxny78fr4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntn8xzsypln54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s870smds5fgd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjlddq2y5ee24\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5420_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_ParaffinWaxes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_LakeEffectSnowEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfEducationMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_With2Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SP_LGL_LNDSTR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_NotHispanicOrLatino_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhf4czh15e602\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SPCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kdchbbh0jt34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bw00zsm4res7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcszfle929efb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.80-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/530xshvhp6he9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dltjjp23jpvyg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7n59pvd9d4m3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NotHispanicOrLatino_InternetUsageAtTraveling_IsInternetUser_NTIAOtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5v0d0f655nnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vzfjngv8dfs23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd3htl25wfxp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23gf04kr0pzdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2epx6pc896xg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mypsn5l58sb1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g3gmqlgsvp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcf2dp0rbv9kb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AccidentalDrowningAndSubmersion_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To24Years_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c4q9lpfgtv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zynlrr0msd472\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6p6q5f5ry0m\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqr2ew048bf8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy1ee3nvnf70d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_7074_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tj0qp8h2vx09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxzmv9n11k0c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v5wcfftg4q6w\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14nsp4werk0g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpjskpygzywn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8enpj8wpz9z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtxgmkw2ctbw8\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AllOtherLarceny_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_LongTermExternalDebt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_OtherOilProducts_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdtfbs87nkbgc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjky538h12446\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_85OrMoreYears_NontransportAccidents_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PovertyStatusDetermined_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_AssistingOrPromotingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_CommercialBank_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HealthMonitoringServicesUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwpmf9tfjv982\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z56fq57ysg2s\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WithEarnings_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dz744kcjd9gn7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9fjlvn331nr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3my8lw5rxwf5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PNPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneAR_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq52jjh22y587\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_CollegeTextbooks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmnz004tlqmcb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp80e5tqtrxd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntdg73jkcnwm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy9kc07h7ykdc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSFinanceInsuranceRealEstateRentalLeasing_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpfm7lv97xrh4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwsnp37k9p6k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_StolenPropertyOffenses_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1807d3xlrxgg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n280vhg4zkhv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcvbr8nvdh6b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b7ckg1vxrbhvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wn5h3nfcsq83c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_RUPI.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zvwhndp6lp27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b79vj522eln84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6zbyxge7jcg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xmyy9m63hg7v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z18l9tcm1dv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e9h8bv2mp3zd8\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_WhiteSpirit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1tv6t43rl4mh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_NondurablesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To29Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FreshSweetrollsCoffeecakesDoughnuts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/536kw8y5q6gmd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_YIY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_Manufacturing_DieselOil\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwt7nzrp9y987\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SCG_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8gzr9qfm33w2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LORCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_WithChronicObstructivePulmonaryDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pj89gnbdxv474\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcryhz9wzj46d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.P1TXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfLarynx_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48ghx6rrrygg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbtkgp4bcsrnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m3p1e3gp64ltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rjdghr1t87l87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c79647qq2rd63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdy7bhsjxsj4f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sznfs3pl6np41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkmkllgpwx363\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WaterAirAndSpaceAndOtherAndUnspecifiedTransportAccidentsAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7pj83fhjphxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqh7nn3690z04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txpcfz1ryv2gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1eq54em4k4cr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5z1f37djsz013\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherLandTransportAccidents_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13p0sjn1z4c2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdthmjc2m33tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6qhzslkmcsq6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_Black_NonSerotypeB\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40wnd7x743b79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zbggbgjxxbs8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbbegdp7b2pbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rq2xjmk0t4sjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smehsjjkmjm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w17wpnf2yjrb8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mjjteh41tc29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhmzj45jj6l1h\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_NonfamilyHouseholdAndOtherLivingArrangements\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcc0ccymr57v2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qzj95trberrt2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c714yhpl6vyrb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSWholesaleTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecqs1m3z59wn\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t9kvf837mqk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qep4n6dc11elb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23ek6wqdfvsn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lym70h6br6yed\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EF_EFM_OVRL_XD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6h9j2cvbv519\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b9wedbk2vbzq4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SLE_23\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfStomach_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzyb1tryfgzt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthEurope_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w43f72t16m2d5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_MobileUser_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvyrx8ye32bb9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_2529_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9e2r9qf7cq3q5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvfnxlqp44h91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnsm6de30vxr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BFTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj9sk23l4w215\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.5-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk4ws4h0b3v2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jetpm9k432xf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rft14sg4qv7p2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj8zcx9zmwqeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1x7bplkx2r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnccqvbytdvv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqwe3ncy1ltpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5pgqtlv6cde9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To74999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DishesAndFlatware\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchgl86jhxmq2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g5btkk23d6xjh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x65hrq2se7rr1\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/5pnd4ftgzezm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7peq810zf14f8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17gqstz9c62gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qsm7r1nj3ltd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnwew0epvpwyb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionDiphtheria\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3fz0qqey13d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccec4ewwrzweg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7mnrcrrksx36\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2019OrLater_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Shoplifting_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc86jgmlpw982\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6zress2wgep5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z147tmb55mrwd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/peccnyqgnwb1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdcpk1lxmj6tg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"UpperConfidenceIntervalLimit_Percent_Person_ReceivedCholesterolScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m0kjexjq02k9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Coal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfEducationMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Male_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wer9bg52rmv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ll91b7v6txqf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3yymrrlyhxrg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rk3efjl70sb2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hx93wm25p4y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjr8l1d16w3y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ch2qfy8w4tk9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_WoodAndWoodDerivedFuels_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_MIGRS.POLICY_DOMAINS--PD_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ssfc4pnxyqvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdd2tzhcgwkw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8p9pegv6rjlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxq23yfnj29j2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q14hzfvw0pxrd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishOrSpanishCreoleSpokenAtHome_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FurnitureFurnishingsStores_ElectronicsApplianceStores\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wn4lh7pfln2d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEL9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldq93hcxq3wnh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportsEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89gqt6kw35d3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtvhp5gzw2rj3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_SolarThermal_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11zvb9z52rk9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpcqztdjsy6m9\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/6zbb7s5nx6rxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zle9y2ft6p2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqk67yfg0t8l9\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderEuropeanDevelopmentFund_AsAFractionOf_Amount_Debt_LenderEuropeanDevelopmentFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2018To2020Date_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x74qdfj4yrhqh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCRUA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_With1Worker_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y8kp7vvjdn7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ks34t4ywj3df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnzrkqzj9ws34\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gcdtlkwfx5c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ndq4txrmdqn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y92dvsvy2465\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4vh5v5570qx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy2mf94wdlfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp5j82jyg7v8g\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/ESTAB__naics2012--51%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k308psxypgkg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyrzk2k0z4x18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8cys65fh6mzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4d9ces4pvy8f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFRCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"RealValue_Index_Commodity_PreciousMetal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqg8qzglr89x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvw341jelxc5b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DMCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WhiteAloneNotHispanicOrLatino_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65rwme4sxgl14\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqgv92gnyg1rb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpknwstld1lg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2mdvcsntxv65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb5t80w8tjtp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrdxqr24g57y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcde768xprlr3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwcg2gkbyss0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkxc1lq0ztxw9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationTechnologyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q2\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_TER_CUAT_MS_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Establishment_StateGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_VisaHolder_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f716yd3ez0531\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMM_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lesgv5l0x4l1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhe85fdejf6s3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8jzzc1kl0jc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv012qy1z7266\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq7glrm3250sb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2mv4vklxct66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re5e79qy4njgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz15m405ye43g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exn9ebnt2e364\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2hhkp79nqrfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vv1k1l9tgkwqb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge207epshk7c4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9102_3.A\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForUsefulThermalOutput_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bc508vkqbmgcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGFRZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2b401tsxerb6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fr90p9e50pbhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1bbcbz2x7cnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jn1xgdfn0wmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_NewCarDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz8pyl8j4hm46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2vpdg2b0fsc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpk3em0c34k88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbvqgd00m0db8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_Asthma_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_AssistingOrPromotingProstitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4740km545jfr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sx6fv4mrygp0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjeg6rtnte8rd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5s1y3zzbnhtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtltwkr7hkrt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0cdq2d9zgkjc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_COVID19_Male\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto4Years_SevereWasting_AsFractionOf_Count_Person_Upto4Years\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioOther_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4d4cddfcbfxxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xbsnpzt92wz3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderWorldBankIDA_AsAFractionOf_Amount_Debt_LenderWorldBankIDA\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/UIS_XUNIT_US_23_FSGOV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kg2gv4q1p1f64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxjjr8g4cpesg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4z92mmd92edbf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnny9eepd7d81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g9cleqcptsnwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re336nz9q68g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_ElectricityGeneration\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mhpv8ptlphy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3crdnk5jy6849\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1586styx0zsv5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5n3s2fd9p16d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4618qcgt47z5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xh54yem9n8z18\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin17a_t_d_1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rfq1n7hhtpqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mstr27sb9kmn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1r8jr8nfm24f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5fd22mzdf1vd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceSomeOtherRaceAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1To1.49RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--71%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zmby114xkpfn6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rhknw6lvgbh8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zeyn5m939tbrh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09d681pctd1pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2g6bm0d29dfy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyzhcgvpm5nn\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CPUCI.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/51zr1s9jrldvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spj36eh20n5b1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1TCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bwf2rv2q3v2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3t3gffcycpmdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cr1xqwzp45jz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8pl4cnlq8kn2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_UncookedGroundBeef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccwrrrq5htyvh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcqq6r3dr7e2g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qg2bl4qf9hq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knwsg4rv7xbw4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmjd8k6f42477\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwg6dh8dxre1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO9RB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gy30rw3kcqrh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gz4c7b5mlj424\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5tv2lvnv2002\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4bvxz5dyqw5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentBachelorsDegreeOrHigher_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1xs3djl0mslt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my2kvgxcsw1xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zfgq5fbpdpfq\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_AshContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_FederalGovernmentOwnedEstablishment_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dweeg9p2dpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yknt1cxtd33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqg4t8c8f7r6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30ldpr4ee1ph6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phf1nt7rg5ltg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb8kcxphwd2bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh0s0mc5g6prb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EG_ELC_ACCS_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionParalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrLessYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv5f16zgpehq7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_PROP_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionWestNileVirusDisease_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t85z31f1eyf29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybrbs59wwhxw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1vh6bkveb58\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_CHLDEA.AGE--Y5T17__SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_HypertensiveHeartAndRenalDisease_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4lp4htq690pgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg1jf8m80krs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ntky50xxsd0gf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2d5bhvrsp7gf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3blp4w0t2nv2\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8jnwqczkdmv51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ephe0gth2bc91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjtxptx7ceyfh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Assault(Homicide)_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w10z11j8yc48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9kqpdkmxm008\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsrlgslkx4fs7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slnxjvlgps3g9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvjfzw7bnyg48\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06w313qbv6hy4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b30w0evhb0yb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7xr35tll49r1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherMeats\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_UtilitiesAndPublicTransportation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w98q7nydcwcf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionTrichinellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_RetailTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mxrxlznnl331\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbspxnjxn5ypc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yekw3hn90lly\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x90bz2rkkvxc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8djwpcgn6plw4\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62gn48xpbqew9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_HumanTraffickingCommercialSexActs_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PhysiciansServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nldkb4tt3p8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdxgbhvggt2gb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Falls\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hbvgg3vxvn414\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherOilProducts\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b133ffn1hd359\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfqvjb47l87y1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qghf17mlkt41b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ebye78sg0lc3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0gl8p8mfzqh4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12tteeb92g6nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9w15nw11khdl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlj8v6xkvmdp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vryvwnmlsm029\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9r1w9n5597d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TelecommutesUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly7dnqsy6ncw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzt0k7bc97sy6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Widowed_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctt4t7x8k9wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfgnbryldrrs8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.53-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/nf7y7n9jdng81\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r47epqhjs4bs5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krljtfy5x7b18\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9d0d0jpj25b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tpezgbmm08eh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3exqt6m3cjxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwkgz94etdf7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/515bxg4tfrst3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hql3q5zx47dk8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100000OrMoreUSDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_NonfamilyHousehold_IncomeOf10000To14999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3rmjmeslegr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqge1vhn159ph\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gp4tz0x6sfl05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qslxdbb89sxhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StolenPropertyOffenses_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWOXO_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpq5qz8f6p941\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TNRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_25UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e61fywvlf926\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Burglary_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_WatchingVideosUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re115wrh2b26f\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_CON_TOTL_KD_ZG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/087clj7r1t9d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmxxxe3jbl0df\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Ciguatoxin_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_MiningAndLogging\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86xvrkd15qjth\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkt61s8d5vdcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8d8e23v66bh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_IschemicHeartDiseases_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jmrsh0b8fcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cs0rh90lc4j\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jh689xeeefk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45kgmxe5jfdr6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Impersonation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3tbn4t53wy031\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9kghw3mm3wp69\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5rqpvqmhetppg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9rmhv5z1stn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bhr2n8bz3pykh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFL1P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryKWT_AsAFractionOf_Amount_Debt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_50To64Years_RatioToPovertyLine1.38To4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_FourYear_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge35To44Years_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9316gmw8rz8z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp9v0xhrl8lq6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MachineryIndustry_BioDiesel\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qkhs33t1v2w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vlcl95828ywf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhhwwk2c6v53b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q9qn7c4cxnhf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_TDS_MLAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5q6phvstxelw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9x11gn7rfz65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9mwy6n7jjy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dh62dv1p9td9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew1gpl3834rhc\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGiardiasis_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgmeqfhbns8hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sysetnj2ey4z4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfBladder_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yejp4yjn05z0f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AlzheimersDisease_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhlfdjj541tp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5hr7559g1md5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcm3rbj3gcvt4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_NotInLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfjcp5eqwhmvh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ESRCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpy2yy0dvydzf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xntn6ctxgnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59e1k64qzyn49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgjwpy6wp9vt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/smxyhj1lsh122\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_HumanTraffickingCommercialSexActs_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bwc67qzbh7tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62pn1d2cks7c7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceTwoOrMoreRaces_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwbygr33cd8tg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xq1vy2gx9y0bg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_MetalsProcessing_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46rqhkpp0y41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgmpxpezlsc3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfy9nbklm57j1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71xvwhzsshbr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sn2qp82x9lnf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_SCP_FRMN.ACTIVITY--ISIC4_C\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd5z73cqycm6c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80To84Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_FamilySize_Household_FamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46g0qmgb4th7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lmjh0d6eqgp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wjfjc1efzqn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9d80gr8qmql\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yz4h2kdegetcc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_CroplandFire\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEGP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dxbw448hbv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionNonNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionChlamydia_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To59Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd978x0xx2bnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40vntrmwnxxs4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_2_GPV_G2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_62Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk8s5d25j3eq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snvf77g5d9fq7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j77fpc1358zhb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spnjql5215wg3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1t39t8243hff\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pl9qln7zyg32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvs0f97yrs7v3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0ebjdwc09k65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j383weymcrw1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfmn9stlmder6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSPublicAdministration_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8ws09bsmg5t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czbe6l1e24wpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdbvd5fcn71zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36effnw9h61yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jkd5dfdh958\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_WithMedicaid_1MonthBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceWhiteAlone_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/br1xh09edktw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx3wbykdh066c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbmxk0qpsvht7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder0OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p0zngtvcxt31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxhfcfnc93vl1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.URPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromBuilding_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_NoDisability_MobileUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsd2cv7rnejeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_WorkedWithinPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_PrivatelyOwnedNotForProfitEstablishment_NoHealthInsurance_PaidWorker_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qn05w503e2tf6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F200_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bzxq7dgd1kyy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fmfd47dx3372\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47rhlh3e2s8r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejkl47k2clcb5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svtj2rvk3yzc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0plkg5nybg4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityMultipleEthnicity_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b5z9nkvtqls2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m4bxsjw1jc5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/js4qwxzdwf2m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeChildCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlf1zbe7svvw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9ez79yvbx8m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLegionnairesDisease_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_AsAFractionOf_Count_Person_EducationalAttainmentMastersDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzq7505xc19q1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_5559_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_10000To14999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Burglary_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2513e9mng3nb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l6vp0xtccglcb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmm7xn1nfv09g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twxzhge00zd35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyrjb35b8jvqb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdnp9zqxze0m5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_HispanicOrLatino_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdfbs8c5lercf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7rjzttehjdrc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_WasteWater_PrimaryTreatment_WasteWaterTreatmentPlant_AsAFractionOf_Amount_WasteWater_WasteWaterTreatmentPlant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteRheumaticFeverAndChronicRheumaticHeartDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhjdplbeg26k1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCongenitalSyphilis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DetailedEnrolledInGrade2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.RFCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_PCV3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_24Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_WithoutFoodStampsInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstPerson_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrMoreRatioToHouseholdIncome_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18ks4dnkpgjl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vc3w0bygvpf78\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6855tccxtn65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR22_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx0x3b8ev34k6\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr1xqzhtb8fr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_EducationalAttainmentSomeCollegeNoDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txqt8ycd5xxx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwn81neb9kx65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7clmehql2tcg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9130_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gt3v51llhdcjg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WG4ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6whnldffexe1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytj673ngw29k3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc0kc77j83708\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfBreast_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_IschemicHeartDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithSelfCareDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x04dbn6qe6fff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_OtherPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdeykdfkf6y5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dwglsczzm1n4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq405c25wbfz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9pxfcgnmpb4ld\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WithEarnings_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CollegeTuitionAndFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23yycw0j2gbd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dq263fz7by9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Influenza\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zknttfmvspq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhxx89pmwbxp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13vntn1sb64h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceUnknownRace_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0rk1z35g85v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx1zsc11py4zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt943zfbr0m2c\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06r7ftmb2gyqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6fd4g99q00d6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18xr4rngz6s5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q1b719sg2e7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cff1h3dptm027\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ENCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_CommoditiesLessFoodAndEnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_With7OrMorePerson_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/43t8r02d632s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5khtpmjhz0hb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PneumonitisDueToSolidsAndLiquids_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_BDY_ABT2NP.LEVEL_STATUS--ABT2_INSUFNT\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fnt09drypb27\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6k6xydw4gyg3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jnr548vs7cnxc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryAUT_AsAFractionOf_Amount_Debt_LenderCountryAUT\":{\"byEntity\":{\"country/TGO\":{}}},\"MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionLymeDisease_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotographerFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NeurotoxicShellfishPoison_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12ffe1wdtvpn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4cyrhplsll4k5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9evvs2gw1lpr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd0m6qsmq9jqh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BN_CAB_XOKA_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hnpxzczhqh3yd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Impersonation_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8x9gl0qh66jd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/60d6gkyw0yx38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d9beqlb0njgz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j52lh7hscpxl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyzfv4yj7z296\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tv3ffrsh08xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kencd2rjyklj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEDEB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Unemployed_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_CognitiveDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h5mgltm1hjr\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8evkm9r02xkv3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llyz09wz8c426\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm5bz26blt2qb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionMumps\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndtq4p929qs9f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years45To54_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithVAHealthCareOnly\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4p6qtz49lt6y3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh49c0kdvkbg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrwf23r719d58\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_90Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sq0v97d7fxqld\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR25_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderIslamicDevBank_AsAFractionOf_Amount_Debt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/h3gtsp7ytplc8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nd0r8cz6yb8r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mztsgsnpbw5bh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6zt05zel7tq4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EG_IFF_RANDN.TYPE_OF_RENEWABLE_TECHNOLOGY--TRT_HYDROPOWER\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pz6xvl3erfjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8ld7er8d1zc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ComplicationsOfMedicalAndSurgicalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cyq1v625h0w1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_IHR_CAPS.IHR_CAPACITY--SPAR2_C09\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Employed_NAICSProfessionalScientificTechnicalServicesManagementOfCompaniesEnterprisesAdministrativeSupportWasteManagementRemediationServices_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Coffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4c2nm6tvxbyr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8nqlscevp3c8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb3mbzpzgsw39\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9f72gjg3919\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Appliances\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lfeeqebqsh413\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6ee9zydd1t274\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmjlw9h4qgdr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jewyx1yn5dwzc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_ODA_ALLD_KD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_14Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance_SOCManagementBusinessScienceArtsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25mhmectq7b02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71qknhdt39d84\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_SCIDEN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/3scnkphbtw0xg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_ICMP_75UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_6Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mp7ebq2wdwkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/blhd5t3cb9hyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7vn882r9newg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_OtherNativeNorthAmericanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8zk3m16j0t847\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9834xw8kwfqe8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSProfessionalScientificTechnicalServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6w21l8q65mfx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89g3vjl83g8s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s7ys7f0xf2b17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMP_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nv5tzbbqhjb2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bsppvcs3xykf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cgd105efmejt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x02cbmgym7k75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_TOTL\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc3kbxvzesxp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1kl1mblsrsc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh5cmjewj0blf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6e41ryvjvvm6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4spv29c0qb31\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateOrHigher_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pg540zxntv6ed\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.EMTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0hqcdt0gmhc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9ptsdwycbq6g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtlxyjtmq0p98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xreg35d8v6xhg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Adenovirus_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clf7nrs7tt3wc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqy36sdhn8zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv0sfvmfrnc2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3dgwc6zql794\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxn1g23jcyx3c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zjt2j6brgx9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd2kms4g78y7c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y8mcvrv0vr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veyw7tp68xln7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionTyphoidFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1t36fffsnmkbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eljx367c5bk97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy1ppv7eme3x3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0yzhyt711fn74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10sk75c6vdqr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdfc23tj68fp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionLymeDisease_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s47jw6q17psbh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jg2xcb1l8v1y9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c18vkhc9xmlw7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qnz60ee77h0vb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_LessThan1Year_Female_AsAFractionOf_Count_BirthEvent_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0xt2wxtj3mp76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5peend51v191\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hngvdbf2jv0nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xen64jzvnzr6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2cx669jb09637\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m34w2j739knf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74h9zwbrgm0b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhkx67yx8lfmb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_KidnappingOrAbduction_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3r1nzxghn1vpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkb0gc6781775\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOR_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeverageMaterialsIncludingCoffeeAndTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2gfx4qc0144f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3ST_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FloorCoverings\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we6kx7xszyml3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3sdlr51dw9e16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cfre5ge08nrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbbe16mqgqed6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPR_PWA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_VOV_PHY_ASLT\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pr2vmwch275w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28h81qcxnft81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sb6vr8dspwt18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000OrLater_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhc2wyfdr04q9\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_LimitedServiceEatingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_LarcenyTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsnl9z9d8x1l1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_WithHighBloodPressure\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmh63qmzx86kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlqwjpq96mkz6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CycloneEvent_ExtratropicalCyclone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ce4nhdl1jps7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeSpecialtyStore\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_25UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gtj17ee6s1k6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXE_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_4549_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_NAICSGeneralMerchandiseStoresWarehouseClubsAndSupercenters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwj75g20ye067\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8t93enb49p4h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_60OrMoreMinute_WorkCommute_Employed_Male_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/08qj38tyksxm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNeuroinvasiveDisease_WestNileVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92k9r2r89kfk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2t8d1r54txp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rnvtreqfng4tb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLNFB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxcnf4slw1pn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxdmcqg3n6cn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fswcxsq8kcw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z26hmvwdn8rw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/957322ll3l5xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wpj42pcbr5b78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skws1vmg5k6e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromMotorVehicle_IsHateCrime_VictimTypeOtherVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthCaribbean_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hlyrjtd492b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zv8wlmny41qd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qbbgp0gkg0dd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ykv2shygl5s3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6egcq0nq855yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8b5kkylmfmc5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75000OrMoreInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w73d5yft3hr8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NephritisNephroticSyndromeAndNephrosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fwy0wkhf5tp53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8mzef30h12hb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb7ll3891y89g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1tv8vmb2431\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NotAUSCitizen_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerCombinedHeatPowerPlants_MunicipalWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx4dvl0jcvv25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9rzpsc46w066\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8ye73phgn8f8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HPC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ComplicationsOfMedicalAndSurgicalCare_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6fwm0p3q057h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxses712pj87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q0ykc951kgcs4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0s4nslrb9qm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql3pfy5n5y0f9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2cpjv3498vrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjp7gpb6lppec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h751ctmwee10g\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr7c885gp81f2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6jt4mlgfx1q9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekscl0hdj0s58\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0hckpnn3s8z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrl8fxkn0p7l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInNurseryThroughGrade12_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1ryjkhj37pwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec8z641wcwp3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_OwnerOccupied_ResidesInHousingUnit_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1f97skeb0rj51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrszw5t1gpg02\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qr442w3vxcbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40rjc7178vkrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkqxl2vb8jedh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.AGE--Y_GE75__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhq138tvlf5hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/epcltdcrx1jg4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcm8lgtmnd03c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0143frhyl2r\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_Male_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd5gx5sbxfwv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.RCRR10_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_LocalGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4cxgk3ryh8m7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylr15pw4psgz5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7kkfxwegqb79\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek1To14Hour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionRubella\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3myvcxbbznpnh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bkneswdtvjh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1980To1989DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_FinancialActivities_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n35grh6t21lbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD4_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORXFE_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k372xq5pfcmb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dx9408ev1eb9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jstvc98ghtf32\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BrownCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86jgl5h9xqsw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4hbhe8lftmsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3n8g9we5yv7th\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7by899tnrexz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvj87n4km2y01\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_STA_POISN.SEX--F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jdc5tbhkwzrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rv8dqkb1ddvgb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_CokeOvenGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_5To14Years_CertainInfectiousParasiticDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCProductionTransportationMaterialMovingOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_PetroleumCoke_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndCerealProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ksf6bb9ybt3d\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/1b6dcdtx5ytqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gkrmhfrwvesd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbltjxkd0b404\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DomesticallyProducedFarmFood\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_Female_NeverMarried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rf35gllggcx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24c8fd0cdl1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsjjthbl8wz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knxfnn62n09nd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Wildfire_NonBiogenicEmissionSource_SulfurDioxide\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlbdekh7y4b0d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_GRAD_FE_EN_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV12_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0b78hcxsfmfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/re9xfnwkhnvl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_KnownOffender_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zj8jthd4f563\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s88l3c7kvd68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnvypcp1x1ms4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionNeuroinvasiveDisease_EasternEquineEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto1.38_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_XPD_PROT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kq4511bwycy26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pn5cce8w07e0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StreptococcusGroupB_C_G_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Female_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9860vprvw87y2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2g83npmkmzlh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s0dqbjsbz5b62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s27zq7g33m724\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_ATM_PM25_MC_T3_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_MarginOfError_GrossRent_HousingUnit_0Bedrooms\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputersPeripheralsAndSmartHomeAssistants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgckcgh0m55v\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin26_t_d_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfLarynx_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AsianAlone_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/495x8v76b79wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrj74r17eve4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsv5k1ggvh0yf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hdr5jfhz0zw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d92fzjd52rml6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCO.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OGVTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zndv3jqwswg7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLOCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9ykgs6ql4tl6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WDEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_FamilyClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7rk3tb4v1wqyc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2cc2cg9c7kn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jd3c1n7y2w1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96vj26bgmzz49\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_DRES_GN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_1Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxnwypw8whrm3\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0xc9m96p85f7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ejf421879e1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltqcslbpt4ms1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MDIRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_InterestRate_TreasurySecurity_10OrMoreYear_GovernmentSecurityLongTerm\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb5fd9f2xvmy1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mntnwkv2d4ykf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xkjzsnq10wgf7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh0gt5e83qd1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7rydy98j8x6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f087ps1mm7b79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rykxmggn0y7r3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderEntenteCouncil\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kp8fsw9qj5yvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f9s1spcwjjn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/etf5vbwjkwle2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionSevereDengue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr0k5l68y83dc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPG0_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpsk6de3752qf\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt4ere5gp9r35\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AIDS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderBondholders_AsAFractionOf_Amount_Debt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_15To24Years_Civilian_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_26OrMoreYears_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4zgtebpds87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionNonparalyticPoliomyelitis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktj2qedhrwdt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vlztvm1vfxvm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2n5w0yn0ch8j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lnctzxplje54c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc7q97wghk1mb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0v50c77lewjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5l0vj3q7hmd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0c13hf365lw\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_NotSpecified_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SportingGoods\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rlnlr3cc9q26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ep35d7hm7wtg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtvw06ysjppdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt3zgvqs3yf72\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qh63n81m1br92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkl281n64hje1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x63tjfw28tzvc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l2j8nvlg3e417\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8s2vy9jnbf9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_GenderUnknown_NotStated_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_HodgkinsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zf3hbvyb8hqrb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTRO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000To49000USDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5k42wnqjx7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdjh1xr045e7g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OnlyEnglishSpokenAtHome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/benpk5tcc29j2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAcuteLowerRespiratoryInfections_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WearableDeviceUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm7jjjs7r3w52\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NoHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Chicken\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78bebhyw8lvg9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g66y529g7jw99\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwhh7brjttsrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5crq9q2qwex24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh3snq7mgzvw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4hhtp3wkg04h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfgz5ln8nwr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts7hr17922dkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionRabiesinhuman_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvvjg86375hd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnwx4jgjbnc72\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGECP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tf0kmnm94pq44\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3025_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r7zcmfq332c0g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcv37k03v2hm8\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderInternationalMonetaryFund_AsAFractionOf_Amount_Debt_LenderInternationalMonetaryFund\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_HousingUnit_2014OrLaterDateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3bf66bht17nxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z99jrljyv2ycf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f91dcljdsngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hm6np9lb12grc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n25gz7smwfr14\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_IWB__BIOCLIMATIC_BELT--NIVAL\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds0gyg5l2dfx6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge5ldp5bj10b6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tj41jqheb08d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xwlgkf2pevkj6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ff4gzg8stdn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2khpnr0hegg97\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cft8zzvsj6dh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hgd1zx8llnb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jll3s9k3w2d52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zndrnnbgsvf0f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PAASB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mwmtttp8bqw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXT_YPC_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snd6ekn7zpyxg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz45pch3z4wq1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3sm9zdjb7vlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qegk44lqjzrl3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kchlm55eng39\":{\"byEntity\":{\"country/USA\":{}}},\"dc/455g5b70kfqt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n24vvy308c6yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGM_EPG0_FGW_MMCFD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm13j7zvqk8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tnj6p42jmdt26\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q5_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_49Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/31l3he04l9ykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5463k2z3hzhth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wmrtkkn2y59b3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gjtst79x3xv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6h6yjfjqtygjf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5ef9m9pmved1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kswk2nkffxy04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lgm9x3bcjpefb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Reserves_Fuel_OilShale_CrudeOil\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ce0jp3kv6vnh2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CONIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrv88eryrdzjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbts34resjw5d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_RefineryFeedstocks\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06208lv5539g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstSociety_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dxwm3lgzc3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rnbq8cwmqcx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2010To2017Date_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqttk2r23m4m6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__TYPE_OF_SKILL--SKILL_FONLCRS\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9enr6v5kfvsg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wedyf9kq895p4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdjqrwcyvp73f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mq1dp384e8l6b\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_45To54Years_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12j7hghvce8jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fv67xgs493dbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjmwskm22jlz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qllvn8zq1y299\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_45To54Years_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyh6btp9xnjn1\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/2w70b1emwfs43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dskbzh6kve1gc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61ej8dwqj9brb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7cg5rnqfndyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfdfx9enqb8s\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6gl60nvx37n\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Heat\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalDrowningAndSubmersion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dhlx4r0shgx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8xqw7y17j1xf\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/646xygx58zbx5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgzhsyh9jzmr3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6q990901772h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xs5l2l173etkg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6nbnm96rpym3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionChlamydia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_COVID_19_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.6899-2-TBPD.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/5eh648xwemb16\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9k665h2nb2gzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvdb8m3bzw5xb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8szrvsn5jlnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y8tcs6nzcng4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8910fwbqfkbp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9q7xe5wjzf0g\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_EducationalAttainmentLessThanHighSchoolGraduate_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr18hqlrvh3l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9z6p1cle3f35\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf5lc46kfbzy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqsjjcf0bvje2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_LND_SUST_PRXTS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthNorthernWesternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhgp786h1wws7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherDiseases(Residual)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f36g6z2xf3ydb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qj5c78ecy8b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r7swxpjs2j2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krlvlbj1dk4gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Female_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty4p6hqkj06n4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.54-2-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionSpottedFeverRickettsiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80ss0l5d4wnq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pye3wxdcw2ne5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GER_2_GPI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCoccidioidomycosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PepticUlcer\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb29b1l7z22jc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjfh98npphtjd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2064_1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek1To14Hour\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8466206fx2v77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv8n9rfcvm7y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzyq0rbttqwt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf2wpc0w17j61\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4vry2h8rdz6b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ztyyc98jk86x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln34ktvtp4p88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs3sqx4d1n8xf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95f0vcs33pd84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NNTCE.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yf75v25re6std\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qf5rs1mjq8k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbdgb8rjpng2f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmdr0pp6dl35c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_YIR_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherChronicLowerRespiratoryDiseases_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherNutritionalDeficiencies_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ek7khy08m25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhcrdtcrxkjh7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r744fn6ej6kw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/te1rnje2br237\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehtzfgyjrde1b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rffmxs26grp85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swm0zh34j8lj8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG1RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_STRESS.ACTIVITY--ISIC4_BTFXE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k79qe9yy5zzg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghqnjkgfwl6y6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg6h15t7plzwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother20To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Town_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pqwzrb05h2s8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j937s880d3xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgx4bnlhtgcc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcb82wnx94kwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1q2g2hef92zw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3qw8lcjkf6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d8mmz951t8b5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlev5wtwj83wg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr6b240ryxrwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmz8lmnp9f718\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pny493lz99813\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-4-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f7n5e86mphms3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OTI1B.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2dghh4y86ekc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--AU\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS54-56_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_PrivatelyOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/snp3pcqnrvcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantMelanomaOfSkin_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxhngzv8y33n3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_IncomeOf15000To24999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf750d6xjesw3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxjy70ewvt9hc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kqys654w226h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge45To54Years_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailServices_OtherClothingStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk4lgc1sqd554\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcfnegc5xxkmf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Male_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzg1wn37pgs4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b785wdnkclc2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6yfhxcxh6p89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAsianAlone_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_LiquifiedPetroleumGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FurnitureAndBedding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v0prqtebsme43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq02991bwe941\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_BauxiteMining\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4431l20st1fm\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lcptt9lhzrnrg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcbt620vbhmy5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOFFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_HIV_INCD_FE_P3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcx8p73vkyh26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2b1dy0n8zp02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s81xj6223zyf9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AWP_CPRA.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj99hd06sme2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqvqssne83qgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionEhrlichiaEwingiiInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmfwkqh6f5xf9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_SESPI.EDUCATION_LEV--ISCED11_1__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gre151z8bzr2h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_MurderAndNonNegligentManslaughter_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3034\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_SOCManagementBusinessScienceArtsOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PMRCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/EN_FSH_THRD_NO\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mexpq9fk69chg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hxv356v06n4b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.URBANISATION--R__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderAge15To24Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1e2ehj1y9yy7\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherFilipino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_AllOtherDiseases(Residual)_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5frsb9w5b7c2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw1rkwy714rd3\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/953tmh4lrfm77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq2cn8667xhxg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqmlb4xqk8chb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mel3hy044fnb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0715nbhynxy6\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjrbl2z11c37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nq6sl3h46248\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7wmx84gb2n0b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ForcibleRape_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m674yqw151hz\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/BX_GSR_CMCP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcj03bvfdnrnd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthNorthernWesternEurope_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSProfessionalScientificTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eckmsl84wbchc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ypptpghw6lxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eehc95lhh6yh2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear50To52Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbe99b3d7rzn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c63h06h6lekfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en7601ncjrzm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t3x81prllzxhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionBrucellosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_OtherDiseasesOfArteriesArteriolesAndCapillaries_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_3OrMoreAvailableVehicles_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IdentityTheft_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tel2dqr3h05d8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zk39fqnh7kv3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EV2CR.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxdej84mhss0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.26-3-BCF.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_NHTSAUnknownOrientation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_1500To1999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wwlmsy419xj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvdp8qlttff66\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAsianAlone_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_DistilledSpiritsAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb998q7g7c6sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwkxfn78r5d9d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLNG_TVP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionMalaria\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lh66twqbr00d\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cqr278lj9b74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkgwl6cns5xm2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tq3m449vzmlr\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_UnspecifiedSector_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionInvasiveDisease_HaemophilusInfluenzae\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDisordersOfCirculatorySystem_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hxbrc43fcdl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaUnknown_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwht2spbx9vdh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nywkpj4f2x7r5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vggwltbzr6gg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsh5sr44s7dw6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_75UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To17Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7tzxhmn6hytc\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_BettingOrWagering_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7krdh66gyznk9\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryISR_AsAFractionOf_Amount_Debt_LenderCountryISR\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHealthRelatedMajor_EducationalAttainmentBachelorsDegree_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_OtherCrimesAgainstPerson_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhx0ezswqzvr4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmqyx3xc3we93\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7e09ch42611m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qz3w6qqr21xv3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2pet1z3xgtqqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxstpnkcp75b9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkxpr82bz7z05\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PPTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_FRF_LenderEconomicCommunityofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years35To44_OtherDiseasesOfCirculatorySystem_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NotInLaborForce\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15000To24999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthCaribbean_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqp4kml3hs8bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjqwkyky25p7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e412qyxxwl22b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_MurderAndNonNegligentManslaughter_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l08y643ptvp1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromBuilding_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jswdwychtv517\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7wpfn1cgd76f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To49Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_GRS__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_PUBS_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2csyyt9w458c7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_DomesticNavigationTransport_MotorGasoline\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OtherIndoEuropeanLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84hvdv9k9h194\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Tuberculosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxezjmxxffqv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wevd0retyd12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zpjkn0lzwtbk7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LeptospiraInterrogansEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ws4n828754b8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssesldy2h94yb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxy6zrfp9bf88\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpl2mcbn8ws54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l41cbz1kqc3sh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/melgp08qr1vdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1kcp3s1kcp34\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Suicide\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthNorthamerica_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j10hlx9kbn824\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yllvsntlbx0n\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxhwxp7grjxt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_PowassanVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--PH\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqjwy88gmvpk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fml2t7xlxpd5g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmgmvq17hz7j6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swmgkcxqmsgn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yx5rfcrnqw5cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j1vctprl63s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/434gdx242vp2c\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderAfricanDevBank_AsAFractionOf_Amount_Debt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1p7j144q8g01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0ch8we15mvtc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.AVACE.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TXICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8yr9vl9rh7gg\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_HookahUsage_Last2YearsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_NumberOfRooms_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7qnrssn5g6eg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceHispanicOrLatino_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfAgricultureAndNaturalResourcesMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Assault(Homicide)\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8440e1ywmfn9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn7zyr4b53gg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h3emxdg2ys6e3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ny4zv9lcs8cjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rxxm6cryxjwnf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhwjsd3zphr13\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0RP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf9999OrLessUSDollar_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Food\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bm232m7exgv7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqz4b8b6999q2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthernEasternEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxj5bgf1pr976\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vx7xpqbkk414\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_NOED_6064_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/VA_NO_SRC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_WeaponLawViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5x1bj5lxe67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n74zzmtpqs29b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MIYRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ye3nhqfnqpm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PHVHN.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_PrivatelyOwnedForProfitEstablishment_NoHealthInsurance_IncorporatedBusinessOwner_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsfcjmrxmb95b\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_REG_DETH75N\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityHispanicOrLatino_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9h6hbz7nr496g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzdf9ydyn6hl\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Male_AvailableVehicles2_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6mzqrl4vm3h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8DI_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFRCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbhrqnl8elsz7\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rrsg7x3dz0zk1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k25z6mrbfrv58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSTransportationWarehousingUtilities_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PurchasingProstitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/12f9nl4svzt0d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w7db9pb93l2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky8r6mmqk23g8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SingleMotherFamilyHousehold_OwnerOccupied_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TESSB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vsp77c8h78fn4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_VisionDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ntn8fp9pe2x2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6556jnqy42p4\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Noroxymorphone\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--81%%taxstat--T%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_Employed_Male_WorkedWithinCountyOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rsf1l3mbyy1c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.ABICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccy6f7pmr5cv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zc6vchegtr889\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58x2fef87hfgd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg018esltgv1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydwtfxfj0km9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4kztescxq7z6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGeneration_Coal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg8g9rxpz3wcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md9kcb1q0vwq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9n0r1hzgjtvz7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vs80y1gtdw723\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTetanus_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ProvidenciaUnknown_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherAndUnspecifiedMalignantNeoplasms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_ChronicLowerRespiratoryDiseases_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xbt12seqzg5h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4blrkb2xqgyf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d85bskb03h1ff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVancomycinIntermediateStaphylococcusAureus_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthamerica_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodFromVendingMachinesAndMobileVendors\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_ParkinsonsDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvxfbghv7dkq9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_IAEA_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_NoHealthInsurance_Postpartum_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_FoodAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7lydbsw4ne5w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pz061mh5d3r7b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9m5cse435w86\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7hd9khsxfpzy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5yq9n06cd141\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WhiskeyAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPJK_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_SimpleAssault_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PPICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Emphysema_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enr63cx8vt23f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzhs9xdsy6gvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p49313kw8p27c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pgnfr3es0rwyb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y2y81zp7d6vvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54453vbx0qykc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6m68vx5ntwv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpc9hd8mbfb2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5h5hz4cz97t3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PRG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_MEAN_1T6_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by9f5251zjdkh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/emtzjmbbq7sx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qmdmylrcnf6m9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BrucellaOther_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSingleBias_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_DYN_IMRT_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_66Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3jgktvgdxq435\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Fluorine_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kt8gdq9qmw4t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrj2lxv53sg9c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zzlh04qy3h9y3\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_NoDisability_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtz4gp4bbytx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfComputerAndITMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00sb56v7pzkj1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5w3m6zgm7jfx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hwnfelfvehwd7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_TRVL_ZS_WT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_COVID19_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SOCManagementBusinessScienceArtsOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_FuelDealers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st7ge4felgw5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DARCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfVisualAndPerformingArtsMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_WhiteAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/er97xqxhlpbmf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_FuelCombustionForResidentialCommercialOnsiteHeating\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Assault(Homicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d1xp8kr0jln4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp9l5496cemtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfEsophagus\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1104q5q75rr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fd5vnc5ryc0x6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sm4yl40brmz17\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5r8g00500643\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F200\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_Septicemia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64e9flxrywerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lqedxb1zyfskb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tw39kvqtbp739\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2D_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother36Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder3To4RelatedChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94649p8490st8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_InvasiveDisease_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4hx57pemtblj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5hfwm0285g9b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_PneumoconiosesAndChemicalEffects\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_AggravatedAssault\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/339tkmh79z486\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pe3pd7w5h509\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7lcsv187jvz5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j9mf9q9l002t2\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderEuropeanEconomicCommunity_AsAFractionOf_Amount_Debt_LenderEuropeanEconomicCommunity\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_49Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_BituminousCoal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_BarbituricAcidDerivativeOrSalt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2xxwztwshes7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PUUCU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_RepairAndMaintenance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb0gjqd8thpw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysypne3v9devd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_NoHealthInsurance_NAICSWholesaleTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/61kfs1qgwnjpb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5v8pehl7r1c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IT_NET_USER_P2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParatyphoid_White\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dt1w7dxptjmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dl6r43gsdcl3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ForcibleRape_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hbkbxrp5chz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezv2q8jv445ng\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderArabFundforEconomicSocialDevelopment\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lmyrlqs7k7br3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NGACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CholelithiasisAndOtherDisordersOfGallbladder_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47ct32shz67z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e65wc5mjb150b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSArtsEntertainmentRecreationAccommodationFoodServices_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9py180zzfb2s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se5jvxddjc3tc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_COVID19_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_BronchitisChronicAndUnspecified_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_PurchasingProstitution_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pscr6rxh96026\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6hz0zyrqx7l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_DiseasesOfBloodAndBloodFormingOrgansAndImmuneDisorders\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/erp3gc9hz4qpc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_DieselOil_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_ConfirmedCase_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb03scv93lmg3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedEstablishment_NAICS42_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0wg9gsvg9fh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m8vcfjy81mjy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vl5r085x15jj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfwx091svnxd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Widowed_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52wgj1128nh87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nkvkyl3gsk63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2prdpt52lslf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mf9js9m8jlgs\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_MATH\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k8sb4v1lmz0f6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwpbzvx9s5xg8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy16gj6mwpx0c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPG_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceWhiteAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlp78ny7472mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fysbxgg4jkg52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jln8mvsp8e66c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84bwvbpr5gnjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmx06wy7ytltb\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcxv81gnxfe6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z85fm1f9r3mff\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkbcr588wpgt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s13el39czqdx9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_5To9Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PhotoProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehb7wv9y7svv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4jgj5j5lxkf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2h3b5crn2014\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Atherosclerosis_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ngpb3ry5pke9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l1hbvblz6b7v2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1sz6c70knm2q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxxedxbtn95q5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO4SP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r90njl1wb9jxc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7sqnhgdf3r84c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pf2h65m7f3gef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j0dkdkevxph4\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0s6dsy1psnk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fexzzr8z5jl4c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4737stmx46bnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bvb7nwvr2yywf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterJejuniEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupIV_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To19Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BlackOrAfricanAmericanAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23wdn5l22n3f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2htpsv4ed73m\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ebxl28e9y0ls8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPA_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_FoodInsecurity_AsAFractionOf_Count_Person_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80zgdpys0v6wd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4010-8-MMTCD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_17Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0h4txk4zcen7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3wk69y2jwejg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionMeningococcalMeningitis_UnknownSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkyde65pvspjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ql2hhqwzw4je5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8vqlkfcvbtc7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_sa_allsa_ben_q1_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_35Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1m77sr4xsff56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szykrr0ndsxgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherTuberculosis_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_DischargeOfFirearmsUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdyx6hcb1w9k9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s9wvrbbgvqf2c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_2024_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5decv3866sgw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq9gznwdmdteb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbe7z97nc4fhg\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kn3c1dgyh5k1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xct0z5cdtxmxg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_ConventionalHydroelectric_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qn7nvs9g58b1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfge5eez00czd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dqh10fw54f04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejcce9zr1hp6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vz6rlf3zfz6x9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_ACTS.URBANISATION--U__SEX--F__TYPE_OF_SKILL--SKILL_SNTWK\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g12lf0cnhnbp9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7w6yprt3syqv5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1b9fxrrxe49xf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ev150171gp5b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--54%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderEuropeanInvestmentBank_AsAFractionOf_Amount_Debt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_89Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With1OrMoreAvailableVehicles_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfcqy2ejnw86b\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/337ql6bhv7cfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5mrf9khprfyd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-3-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f644g6pj6hh7h\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySRB\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_1OrMoreYears_ResidesInAdultCorrectionalFacilities_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryCHN_AsAFractionOf_Amount_Debt_LenderCountryCHN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycwkf6q96wc2d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_WeaponLawViolations_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sw9ceppkpm0z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvks3e8w28123\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58jgmj6cxmzlb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/df5rsv6n6exrc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/prgy7nl6vb5lc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_LarcenyTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zmv3ls9er6t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lh81j11rvxx51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS54-56_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63plz1qte8d99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0s9t4vnl66fl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dp9y4eqjs9ff6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_PM25.URBANISATION--CITY\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyChildbirthAndThePuerperium_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_OtherCrimesAgainstProperty_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--81%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57vb6epc3hv69\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcerhweqkf4z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_TagalogSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j7pej9wer7lkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxs3xz8emg74b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qs5c9007grtc5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_EconomicActivity_Sales_JewelryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceUnknownRace_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em0tczzey1sk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfk0nky4g3j43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y960vlvehz4p2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/PD_AGR_LSFP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_55To59Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCSalesOfficeOccupation_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg75w523m0ct2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_WithHealthInsurance_25000OrLessInflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2px1nm7wt0db5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qmklh664gfp2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cmnkc5fpvpfk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6To11Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Female_MarriedAndNotSeparated\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyf80t0kzgt11\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR18_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b261zr2vnwjr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/my7jwwdvdj2wf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lv9mm6rhrmb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhwvgbjxdnww9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9vvgwwfx4jsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z811e01hxtqg4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zt89v56w8lkv2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_WithDisability_EducationalAttainmentCollegeGraduate_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/evdt1ek71mf5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yld1pxnx90v36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zles0tfnqeh49\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceWhiteAlone_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCServiceOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e6jc2m2e4fp5d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s5v81f48yww5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8vdn1b82zdke\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmkxt7tygj49b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hx4by652gwvm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9hnryw63vhwc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_YIY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yp5k73nglcef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jq4c3f4b8rdt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lj09cvm291gt4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phqhgjgqtfl14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Rotavirus_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Asthma_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/174nyl7xvgke1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_OtherLandTransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/SG_GOV_LOGV\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Generation_Electricity_Coal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_InternetBundle_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyanotoxinUnknown_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjyq9lldwv56h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8cglk2fcg3m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wldn0nfd4q954\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwd7r0z4sr887\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBabesiosis_ConfirmedCase_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_OtherProfessionalAndTechnicalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhrx08x93etl6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kmb99epqlqfnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_IncomeOf4999OrLessUSDollar_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/115skmcczxv53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4f0e0y2m6z9ch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gzst42j3np78f\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5dx1yt5g5f92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn3r3l8266nm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5427dkgcg9j8g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteropathogenicEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4we9m65qdnks9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ydyfcty1wryd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zcbdd4k1y3x74\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA03_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/632xk4c70rj1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4qnkc8mvysp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxngdeqtn07kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt5d224h76g74\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYN_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherFuel_AutoProducerCombinedHeatPowerPlants\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8kkvg2j2qxw3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F300_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionListeriosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_30To34Minute_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Pneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.FOICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CoastalFloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_MBRDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_UNSC\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_60UP_S1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.NAME_OF_INTERNATIONAL_INSTITUTION--IO_IMF\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthSouthCentralAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvb4hmnc7xmtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lxl9w24gzkx1c\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/frxn3g5nh48k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdlkzxwtw5p91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterOther_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vpp98d9ljpmyh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfjh4y7zspk07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_TwoYear_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_TheftFromBuilding_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c27mqpggebf64\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jqm2g7cm9m75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gd4v8yqvd1m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hprwz73t411h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3n2f227fxgmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syz6c1rwlzb9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjz4zcs7xfwmg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSAgricultureForestryFishingHuntingMiningQuarryingOilGasExtraction_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Psilocin\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wv90e00wcm1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtbbnx4yryd26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sl2f2qx8wels3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_SimpleAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7v851nf14p62b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rx89jpwb0ye24\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleBodyWork\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSUtilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/755hg5c50wfqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h08rnw161c1df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmsmgj8z5kvs8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1nj27306hg56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/enqhf1lbhq20h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCBiologicalScientistsAllOtherOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bybp6w7jln945\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xk9p6gcryb0fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/P00-P96_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_48Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_UtilityPipedGasService\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/38byx7ezy63eg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m363vhzkcnnpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t67ss19m6rm92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cl5qqzqgsv44g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jmyz342cds773\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithRetirementIncomeInThePast12Months_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/30n2s6wzke4m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwzmze1gkr12\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F700_F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.B1AUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvbdx6yswrkdf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentProfessionalSchoolDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_AorticAneurysmAndDissection\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_WholesaleTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2h58sll222m3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk5r589p86t45\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_PRR_PHY_VIO.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rw0s9p9yp1kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e3k2n55lbxge\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l4m5vd2rntb5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sywr54kzz81c5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3vwg6473kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqb3lfh4gmfy3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8x9ghh6qw9y64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9sc05ebr0f2f7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8hqgbed2e686\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9b7mvdjj2yt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jc4v211yn8v99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkvwm3b5ebhr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbzpl51q7d5n1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psd712w5b4dj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherChemical_Toxin_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vh9tqxer223g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/72tmzq31lvf4c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRU_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_WasteDisposalAndRecycling_NonBiogenicEmissionSource_CarbonMonoxide\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/387d93vqd9e29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hsp4y8xlyyex7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p9mqen0xzh0q3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jjk2vklhdp12h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8vwc0b6cef9g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_NitrousOxide_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ICD10/I00-I99_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1wmglr10cjvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x94tn7qh6k18h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nnzye2y5p5n48\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rt8z68c9f3f62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfKidneyAndRenalPelvis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n1ys9kt7x0bg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ss6hkdjrm9019\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ForcibleRape_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9qx41rfw7y812\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgbyqh1n5mcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCLifeScientistsOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n7k0b6ch92h85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zb7gwdn587mb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jbhkc9vzh3kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmpc3jvnsq9r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfp7891xvpge5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionHIVAIDS\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_PrivatelyOwnedEstablishment_NAICSTotalAllIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpwdxn02jwkf1\":{\"byEntity\":{\"country/USA\":{}}},\"Max_Rainfall\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_51Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionLassaHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7517sd0m7vgk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qek899q5gdvm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2y92qhwlvkjd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4qpfv8ze5qrn8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksgwfwqf30en\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x57d98hf4c9gg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn8jy7c5y1yqc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3dsrw3zezr9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrdr9jsl1rr49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z5dnk0c6q2y1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71770sf4e6l8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tx2ntq0egcz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glgp3l5qwln39\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_2OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3xyzs9r6dfqk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mq177lnmpm53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ChineseInclMandarinCantoneseSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/112w1s6rk37h8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5pje6b0rk865\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CounterfeitingOrForgery_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/45gxt7szpp7rc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6mlwwt2flyh9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear48To49Week\":{\"byEntity\":{\"country/USA\":{}}},\"dc/be27m1g6qn5t2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhkgmrc8mftng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PregnancyWithAbortiveOutcome_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l9k13dt67c1x\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ze18lpdtw7hx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gvv5n4e62dvx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjbjheqnj1qg8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SAE_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1wft7ek70x81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rl7tlrvj37wd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj1gee5kry531\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1m9xv376xxz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_Female_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dgx9fsqhxyzy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8vmccyp3l8f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87sjxfxy6fbx3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_75UP\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherChronicLowerRespiratoryDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthLatinAmerica_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_HouseholdFurnishingsAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fs4dgt3t8x15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/elwvt47wrfgv\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cn04rqbxh9s03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gwt09s8efcd8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j906xjp43d705\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yksp1dc9h30g3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_GTVP_3_GPV_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_95Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.SNICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Lysergide\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dy1yc5be8pj3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Livestock_SalineWater_GroundWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/grml4467vmvv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfb2pe04yzgy6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2024_NED_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dcstzlcmng2h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y6f7tcsjzc269\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To64Years_UpperSecondaryEducationOrPostSecondaryNonTertiaryEducation_Male_AsAFractionOfCount_Person_25To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ProfessionalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bgkwbk6cs9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xftrdd34z2ly1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_1_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_2_AG25T99_M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/fin14b_t_d\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInCollegeOrUniversityStudentHousing_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7p40pt3etwg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqvsb2vpx0zx9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ge4dvkk7ep55c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7xrqct0m8c76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hg7hfq72rl91f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv1fv31dqezhc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolar_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HispanicOrLatino_NonInstitutionalized_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_WithDisability_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PWG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAN_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m50j1cqtfg3h4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nehkns2deln6d\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--NL\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderWestAfricanDevelopmentBank_AsAFractionOf_Amount_Debt_LenderWestAfricanDevelopmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_DivorcedInThePast12Months_OccupiedHousingUnit_RenterOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesLessFoodAndApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ypesbkcpmtd4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/36hks9gwbkdqf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7kg5l29v1ptf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbg4wg85q3fl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0s0byxg20pm3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4UP_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t95mnkek4ksk\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--US\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vr0qtb7w4x88f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceHispanicOrLatino_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj15r9j0l780h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionTularemia_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1d206bmedp3l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jepwx33828z64\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNative_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_50000To64999USDollar_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Prostitution_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_OtherCrimesAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StolenPropertyOffenses_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_AllItemsLessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fln1rcb33hdf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hn5zq5mmgm9e\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/ER_H2O_FWST_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/r0zvx3cb7rj44\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3pbcxfr4ntd5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOSCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_Cost_Fuel_ForElectricityGeneration_LigniteCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz552zx902llh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlmn5q00p2p75\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6876sd81wennc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rek6qls42d6kb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGR0_STR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hf4lfwp46qnj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zn2qjyq96f219\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tm0237k7m8164\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlzheimersDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7fd2m3r1v6lt7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8969xlc692kp1\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lz7errw2fk7b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrkedqq3n9c6f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdx55x1zjprv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyyw7602qs0j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/EMP__naics2012--54%%taxstat--Y%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x3x75bx8496d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_EPOBGR0_STR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryJPN_AsAFractionOf_Amount_Debt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeCampground\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionJamestownCanyonVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To14Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jxd329x7k27fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_RaceUnknown_NotStated_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal8OrMoreRooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ngybyqdk230z5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDRUP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifePhysicalSocialScienceOccupation_BlackOrAfricanAmericanAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds3d4gpmrg286\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneVE_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxs3d0l1pqrhf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F500_M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3mznj6tww08fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq1w5052974y4\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vbs3fbpwz49b4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/40bpjf39dj515\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jny39hr8nmfs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdb7ygsq4q6mh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NE_RSB_GNFS_CN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgbdewrhw34q4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6pxb0jvbmcb7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67To69Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05bcfl6x4l2sg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57569lxdbmse\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94qlw53jzd193\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthLatinAmerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqy5q5ryd7s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/psbttpqbmrd7c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PocketPicking_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Nondurables\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1jy2glt2m7e6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_2529_3_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/14yjxbhvqd81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6622whffrxr91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8qtz8ksh3en\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm99ge3jwwg93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV01_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgxkw1k79sp49\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_OtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg3cd3tp22sm7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvm9w550p771h\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RS_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--HT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/472cv08ys6tt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t24ldlhscz6q9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxe3zqp5p7m1h\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_LigniteCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgrbkqph5rs53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m22z5wl7b1kt5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5450_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl0vly5d8x485\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_PENSN.AGE--Y_GE65__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_AGR_SSFP.SEX--F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_InternetInadequateComputer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HypertensiveHeartDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8qdg6br7m1lef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rkylr8pzrhvrb\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_50PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lvghbdd5c7y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c9grwl2vgqesb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLKCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvg4t0b4933b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xre8r8zwbm837\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fqvn81bsvd5b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother25Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_IncomeOf25000To49000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v4hr09hv1ct\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2017OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yzxh3cvn3yrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gw1c2vkbknnd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFACP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OwnersEquivalentRentOfResidences\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vkdlnz7fcjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8gstj4wckyvg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew6t277kz0hvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm85b2cgwlly2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_2_MF\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y55T64\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_PRV_SMOK\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0dlzylhxnhnfb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_AsAFractionOf_Count_Person_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InflammatoryDiseasesOfFemalePelvicOrgans_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFoodAndFormula\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ey55y6le2nv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg1bsgw3l2v57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhms8fnkrswmc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_COVID19_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSFinanceInsuranceRealEstateRentalLeasing_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Diazepam\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPG0_R5301_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zrl9r6l9wgkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fxbyxj8edfmgd\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_PrenatalCare_FirstTrimester_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FactorForHomeInternetServiceSpeed_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fq0c4z654hwfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k161jcw2jzz41\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rlfw925jhb6j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AmericanIndianOrAlaskaNativeAlone_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4ns7xke0hy06\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto1.38_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jykx0ptglxtrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yyzjqc6nvsqrf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RNGR31_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_FamilyHousehold_OneWorkerInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2lqc3zeqnms4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym8pggznhv73b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe8cvhgxq1922\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hv0gvs5fqr9gb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_LodgingAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kbzmmyv4bp6\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2fsnmg56jv9g7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G3_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Separated_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_SAF__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8t5wgz0sncy21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c021v45t5d166\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_OtherCrimesAgainstPerson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherManufacturingIndustry_AnimalWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bwmphb6l4ec43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLiverDiseaseAndCirrhosis_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hmh41l6d3dek6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tx2x2r3rdfx79\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkz5w5157n8zb\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto1.38\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p15zgfkcfvyk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6rzthm7w3sx4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xzqtfm0p3rsec\":{\"byEntity\":{\"country/USA\":{}}},\"Area_Farm_PrimaryProducer_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h2r2rey6c1w8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3lx9wkz6t71cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nk7qvpemz8zb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhqtnnvdmpexh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xffdlgp2z56s4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqsf90xeeegh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OtherPorkIncludingRoastsAndPicnics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMD_EPD2D_PTE_DPG.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_EventsOfUndeterminedIntent_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8m4wy7wlsyyq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MultipleMyelomaAndImmunoproliferativeNeoplasms_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hng6ckw4cnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytnhhzekjsyz1\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k4n5kkm85kfx8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh4sly3kmwbwg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSPublicAdministration_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehfgmw8ejgqj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5z49fyzl3j9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s2m0b31f1p1nc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Male_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_AggravatedAssault_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumCoke_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r70zz1kqbf4f4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BTC9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fkjhgf0gdx6s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrch26whc5n27\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kysv8dyj4eyw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzh4twe34m1yf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCOV.LAND_COVER--LC_IWB\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_FuelOil_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_UtilityScaleSolar_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55gxrlcrd6621\":{\"byEntity\":{\"country/USA\":{}}},\"dc/84dr0g9z0tb23\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NephritisNephroticSyndromeAndNephrosis_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfMeningesBrainAndOtherPartsOfCentralNervousSystem\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1rww46zpphrz1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ShigellosisAndAmebiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_PurseSnatching_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53mg40wq1n7zf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Female_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/020gx7335t628\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h8ty9rc82tt2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_JewelryAndWatches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90gltztm3nf48\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f123es1x4x787\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_BlackOrAfricanAmericanAlone_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_NutritionalDeficiencies_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f68682w3g7p94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vmlwtfjnrg3g5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y5cklktcj5n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f6gcy0j5v9793\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rp00fp0jfk941\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELC9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_39Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"dc/399zp04ewfxch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4sq1vemtjsg09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8skgb59y47lv4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mv32mvttwbe64\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5jmwz4fcyhdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr1f76pb6yq98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrswz7pxxpep7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_PRD_FOOD_XD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_59Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/per_si_allsi_cov_q3_tot\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_DiseasesOfHeart_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ypv46z4lqcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1gwrtfqq1kc5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbv66xhbmqhpf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithRent_700To749USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6mkzntdsfkbk6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_Cannabicyclol\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgf4rht33q6rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvp560gf95g66\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q66dxp1ft3yk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zxvep8mlmpzz4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherDairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5hxq0476yw7f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvqkn0xn7gqg6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttb1bsn80bxkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ttsdmhstlsk3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gjdwd1j8py2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b00vk6zw0lc73\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_M15_2024_FE_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_FactorForHomeInternetAffordability_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04bmemvzht6z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58h6qbmmhc605\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_NA_YDR_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Walked_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPG.PRODUCT--MF4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f8y805zn7jl44\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MusicInstrumentsAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s8x2zb4fnyen9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_NutritionalDeficiencies\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_Earnings_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gtpzqn200x2w3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdvdrkvwkljw5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterColiEtiology_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/770d89jz8jf8b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wvc0g10lnf2m2\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Rice\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nrhnkepq56l6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbeyb1l5bzmf6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200021\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_PneumoconiosesAndChemicalEffects_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q6gqrlwy4n1pc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxgq96yd8j2r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2e2kb60ltskf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOC7B.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InfluenzaAndPneumonia_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_Female_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.81-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MeningococcalInfection_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthCentralAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_DiseasesOfAppendix_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CheckingAccountAndOtherBankServices\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_City_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jgzvz6pkk0s2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbl8xpc2vh6r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xppw09s6qgkm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Separation_NAICSArtsEntertainmentRecreation_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8r6phcy1e9kf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcgf13qv4fedd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCFRR.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInNursingFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7748m0mf97sv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gg8b591f2fhec\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_SimpleAssault_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Separated_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j3d7gy7t9l87\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLL_YIB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromBuilding_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h50yctcq5qpq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx5wldtgspqbg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3010_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolarPhotovoltaic_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSOtherServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wk09k9f9f8kd1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.79-1-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_NonfamilyHousehold_MobileHomesAndAllOtherTypesOfUnits\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_SpanishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5vx8jxv3q05t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_Asian_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MTTUA_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_EducationalAttainmentNurseryTo4ThGrade_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MGRRZ_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLOLE_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_StorageAndTransport_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbe0drezxrpv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fbqkdx3zf0y75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/devxkq9sm58z\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_CounterfeitingOrForgery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_TheftFromBuilding_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PBR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.44-1-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jphj8zrrfg7g8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m53e08wkf0me6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3q9b33w682yc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvzw984wm7793\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyhpktvz3hbyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glhvr43pns87h\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PI0_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WD1ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2021OrLaterDate_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_WearableDeviceUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/075l03evrf6pd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxz18q4rxxcx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tkjvf2wbmkd3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_HypertensiveHeartDisease_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2ssvd6q33h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrgb0rj41efvc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DFICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_WelfareFraud_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_Female_LeisureHospitality\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d52f63482fvbg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6j0c8yyymjg1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sbvnt74tnn2v4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8sjnnv5thl71\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylw09yrjrr0k5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Wind_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7l3w2tqwzxj22\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhybj7j4j5kx4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPARX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7n111lfnjzr8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8lsmxqm6d8l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gm2w2gkzsyz29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hdqyt9fgyvpv8\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhwhdgcqn653\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To44Years_Neoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cm7ec0lfzg5s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yqcrjcg3hdns4\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_DieselOil\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankMultipleCurrency_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_MainActivityProducerElectricityPowerPlants_SubbituminousCoal_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4fclekxvvhdcd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b25g8hlqf05xh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gj6rdhd27nn25\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENTCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To34Years_Civilian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Percent_Person_21To65Years_Female_ReceivedCervicalCancerScreening\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5qj5dclfmf1t8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlp6w2qp26g9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xxbpr7hf4fq7c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYEGP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v78t45118s0bb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcxs0mvhnmm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tldxrtqymmys5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v45f6mblxqrxf\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_LocalGovernmentOwnedEstablishment_NAICSFinanceInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rqpkbhvh4hrf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeOtherVictimTypeOrUnknownVictimTypeOrMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbvyl8qd4qcg6\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_BituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ycxdcvfpjew4c\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_HousingUnit_HomeValueUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3b9mk5zc2n39\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vnm37hnn78d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvn80bx08xg93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/twjxc3y33fyb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z894y2ccbfer9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORO_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"GrowthRate_Amount_EconomicActivity_GrossDomesticProduction\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10dnqx92cybzf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeCommercialOrOfficeBuilding\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAsianAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r1f1183fd4sf6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0ywbvd11mfjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xf18zpxgb5b77\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceAsianAlone_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/decb38gw5d015\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3hxev3eyyg88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb1q48lj5b419\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Unemployed_SatelliteInternetService_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithPrivateHealthInsurance_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/81rpnbpwrg2c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4bg9zd8mkhvk4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ltntf761gcmmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nfe0965q3vvzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xyq0e8wnr9yl4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djfv6q5dt3g89\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkvej6jrk2mz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsh68fbe4rtt7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_YIB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t23qhp3hq90hb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_FuelOil_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrLater_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_ADJ_SVNX_GN_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_48Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kplnwd05f30rd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjjfp97521yv9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_04_01_02_impexp\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Amount_EconomicActivity_Sales_HomeFurnishingsStores\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7ce21q5116gt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krlmzg9m7lgk7\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzf2vlntjfpj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xcxgez9b3ssdf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yxy38nhfth707\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_CopperMining\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tb3qecr4e3g25\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthOceania_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--KE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfBreast\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m2lrtltnq5w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2wryfbp2ex7j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj8htmjqy2t52\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_NIFC_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10njd57c57x5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8gw44738xg5f\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bbf2jd9z91srd\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15To19Years_NonfamilyHousehold_HispanicOrLatino_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nktzvjhp7kt4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PocketPicking_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55nv4y32bgy9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x0t9rp6pm378\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fe0qmr92ny2t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksmx7fwfkm8lb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_ServiceForSaleUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientDeceased_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m9cbe6sqbrtk9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c933fjx4s1086\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xks5c8kvg5wsc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_RiceCultivation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionDengueLikeIllness_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionBabesiosis_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/CM_MKT_TRNR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx43mtxfg7cef\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_LR_AG25T64_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_Nuclear_MainActivityProducer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8n9tsvlbedn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzfdgrtcv5h7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0l8kl6tf3b8f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ne0tw9j359pl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r30gg5dmdbg0h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e69ey7l5cx1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sx8ghffr1yy9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88pf47nzfy421\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_6Month_ConstantMaturity\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCSocialScientistsRelatedWorkersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xvrbfysfq58x8\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSAdministrativeSupportWasteManagementRemediationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k922pjjpg863\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-LR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_65To74Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MMFRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/0k6pb09jmkl0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k293b3f7sg3tb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p19dypcq7dyff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q5ms7q418rd75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfd6sw62pjqe8\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqqp1g24hnhv1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb50hzx929cd2\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--FR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPrecisionProductionMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90qtj1gf126s1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drc9ede1e9q4h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw048w3b7qy74\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9d1bpzjqvngc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r476sbnb92syb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1jw0j3hkb8j4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w89cm0k48wfk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xyrw4x27z3r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xh0pmy7864rb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecjqtv3r74f82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To34Years_SummerSeason_Female_ConditionHeatStress_PatientHospitalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1tb82nwzelpj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bwh94d7xpj75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8537zqf45wl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jk04e5m2kjhx3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbld19xc0kff4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_NonfamilyHouseholdAndOtherLivingArrangements\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TelephoneHardwareCalculatorsAndOtherConsumerInformationItems\":{\"byEntity\":{\"country/USA\":{}}},\"dc/061nhzwbz9mw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_WithArthritis\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rdbphzyzpt22b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AorticAneurysmAndDissection_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WhiteAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/489lzn03qbk4d\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_75000To99999InflationAdjustedUSDCurrentYear_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_SubbituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAOtherIndustrialProcesses_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_NonfamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3nmcj3w1lhed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezzclv0xpgen5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6q3lz66gew59\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t92qjytd86bs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9543pvydqzp7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq4g9sz793yb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdb0hsd7mkdw4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/038pwkwnl15d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ld3lhg35x7yc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x50cyh244dxj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g6v3r774jmr3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kh1dp9qwqerg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9p2zgqx1e738b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfm1vw7kvxx64\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryCAN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9d2w33v4g48mc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0f03135jc0w9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BaconAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eelecwt5vv304\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rp4rs2p53w76\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76x53fher9sv\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithDisability_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV14_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89z1wzt1h3xxf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/NY_GDP_TOTL_RT_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ll92eb6tk0cc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exr4sx2yt2rf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdj03mg2vjb8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb3v6scxp28kd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_AmbulatoryDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drs6lnzltejmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8dgk3864jpbd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/721xrbnw88brd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6p6cwf4gw4x1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xzr1mnksc7hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLymeDisease_ConfirmedCase_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw3ej6v6fwz7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLN_YPY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ytjb0cmvxz6yd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_EA_6_AG25T99\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSManufacturing_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wtdsxn6mc9x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/54s3kl07lh793\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccgcbd5d0pzn9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeParkingFacility\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y5fywzqctgpv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ve0lmnmh7grg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk87q1lvfwk4d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rewe6hmpsxnm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqxm8mwj7bz6f\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66sy80vs0b8q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7spbefxc5wg3g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s96vxnbm8zmb3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w69hqbnllqtz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqg5meb39h5j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kml6qy9cfh5n8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalActivities_MotorVehicleTheft\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionVibriosisExcludingCholera\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t7wpw7v4803b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFTCU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62slg3qmk0r89\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherAndUnspecifiedMalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddcdeqjjzqheg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k78mzy67jmhwb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_MeatsPoultryFishAndEggs\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0m9k0becn738\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4073b059kpjb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qwvkhr4tsyt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk782exz4v8e6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeTribalLands\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgc9mjxlqhky\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6ec06v07e9c9\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/FB_BNK_ACCSS.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_RenalFailure_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34w3n4sh03d54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xz23p3vd4r2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjpczt8ysrhtd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_ExtortionOrBlackmail_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6nhv4n3b8jp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.33-12-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Prostitution_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_StatutoryRape_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en7vd0cdmjfl8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/essntc6xfvc19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentHighSchoolGraduate_NonInstitutionalized_CellularDataPlan_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7kngv92b21351\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g4qjylwmq5t81\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh5r6ej5kkndb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sykkvv3prm4dg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x103jlhm6kgs7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_NaturalGas_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvltjl45yq1l7\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4198rbxgwbc1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KDRVIS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ComputersOrPeripheralsOrSmartHomeAssistantDevices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h5p5xl5ng7wn7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionListeriosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_4.00OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t5gp7cq7flzm1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by5m8er4h0v2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eekgbhxdk7d0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtgxnmjy0qjvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8O0_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvnr6x76zmer9\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Influenza_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AsianAlone_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tr6tmz4g0zwv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wedcrjzd7bxrb\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_SimpleAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0S3_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNLSB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqvr01fzvr4d1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p744j0xf2fvsf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_PetroleumAndRelatedIndustries_NonBiogenicEmissionSource_Ammonia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2bx5x4b1dev63\":{\"byEntity\":{\"country/USA\":{}}},\"dc/351plekgj8vc7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8y9jy54hcgbp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8shx7dnk4zdb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7x25ey5l1wy3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To24Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthNorthamerica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wccjkdfwj631\":{\"byEntity\":{\"country/USA\":{}}},\"dc/85fg84y2yqb7g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvw33z08vmptb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgynjkmpls306\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDEUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/MS_MIL_MPRT_KD\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteBronchitisAndBronchiolitis_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m0twm2zt6cw82\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS33_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2zpmdjp8wf4v2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_1559_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForUsefulThermalOutput_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_DYN_MORT.AGE--Y0T4\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18To64Years_AsianAndPacificIslandLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p394qejv50w3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xc5y99glzsved\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0727bll17j04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qcqvqvxb9d6yb\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSManufacturing_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_Female_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_WhoopingCough_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k7k2ltf6xqx6f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceAsianAlone_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEngineeringTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_ALL_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_HispanicOrLatino_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p9j7vm4q2744\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf268hxk3dep4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSOtherServices_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8s47j6wtryfd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFGBP.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkfp4vw6r7d3g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_5054_FE_ZS\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_45To64Years_EducationalAttainment9ThTo12ThGradeNoDiploma_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_ATM_GHGT_NAIP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_20To34Years_Female_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ndhj7mvbv9w9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyl9xbdf4y5e4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SCHL_3539\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_40Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_NAICS71-72_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderOtherMultipleLenders_AsAFractionOf_Amount_Debt_LenderOtherMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/NY_GDP_PCAP_PP_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mt1x12hhy69kc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj43rbmy99zd9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_Citizen_ScienceOrEngineeringOrHealth_DoctorateDegree_HispanicOrLatino_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w8vx2ffxvvgzf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqkbp4q8smnmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z77bhhjcrcns6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk8nwkmrj38nh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LocationOfCrimeBarOrPubOrNightClub\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NewspapersAndMagazines\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5m8cxz6jp9t1b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_EducationalAttainmentSomeCollegeOrAssociatesDegree_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3w6dvdwpgh5k2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdc5dfqtvdt2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e36plsswwnepg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownChemical_Toxin_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPY_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_NENR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionVancomycinResistantStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4200zhkhrdfr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jefrmsecdvwtc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_VictimTypeFinancialInstitution\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb3zk1xsp9sy5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3sl5shk319j6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_COVID19_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MalignantMelanomaOfSkin\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vee4plps1yr2\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_FederalGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b472t3368m2b9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfRespiratorySystem_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Male_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r53xx8849bx62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zx80xgkjn4cp6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_DivorcedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zq9ky9w1pkw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj3fycqtzkk2g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w4wt79wr15dl3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2018To2020Date_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77fdeh50rmw1b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderCentralBankofWestAfricanStates_AsAFractionOf_Amount_Debt_LenderCentralBankofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Incest_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w6zqff4s9hbm\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_SolventUtilization_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AllItemsLessFoodShelterEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fny1s7l9rz3r2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2nmyvls7kg56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nscyz9wvy7hlc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qckd9hf8njd46\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS.AGE--Y_GE15__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusB_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25gj6jwvqcgf5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw8sd8kncejy5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCComputerMathematicalOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8sc83veyf5b85\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yfvrpczx23rb8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4evrp6s0pm1w4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtSchool_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09s8knvvh0p3g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3x8qjl73jxn6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly4sd2x29bq5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dh3lqc3qvczld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e278se994hx5b\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_NAICSNaturalResourcesMining_RealValue\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MotorVehicleTheft_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/95rh6s5srqxmc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cz7cychhfkvt6\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_StateGovernmentOwnedEstablishment_Male_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_AllOtherAndUnspecifiedMalignantNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpv5rfv81cqh4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Suicide_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5x603v39fqxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/52r5bz7zjslj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cwb2fc8yxxfnb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_STA_BRTC_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_31Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithDirectPurchaseHealthInsuranceOnly\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_LanguageOtherThanEnglishSpokenAtHome_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1zc4180sqgyd5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithPrivateHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvhcqvh51d6t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhrym53bs7y1c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeqyb1g9xt0p1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CTC0_4.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4m6c7bp8hjlm5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInGrade9ToGrade12_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/seprcngvj0zbf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.D2WHU.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfh29z7ke3nx9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p24vb02jm064\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b20xhxkzjtq3c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_1519_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3y9xvk0lpxk58\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_NonMetallicMineralsIndustry\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tyw5t57f0tx14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HouseholdCleaningProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k6t1ncv9e573\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hql2c0v1s580h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq3ns9snr7w0g\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qlrsej34p1g57\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MPORX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MotorVehicleFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zkkflyc0c943\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gl8wmm8r6e527\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_JamestownCanyonVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Emphysema\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_TwoOrMoreRaces_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Shoplifting_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.MGTCA.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_60To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2gpryh022970d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ks9yytg4hzryc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_USCitizenBornInTheUnitedStates_Native_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bs94wqj8kqkj7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nbe007fs6t7q1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0cyy0y0l6mwk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tzm2m2gmzs0sg\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCSalesOfficeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_BeefAndVeal\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkvrey8wt7hpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqencz7e85bt9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p56fymb5ycge7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge85OrMoreYears_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xm6bhksl63wn3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_TER_CMPL_ZS\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NotHispanic_Latino_ConditionSpottedFeverRickettsiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstSociety_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbvslgxb32gv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jw792qklfh2t7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yndd3kx2r9p4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hdxbdmwydwrd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcyjntz25x1g8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEGBP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tjtffdr2756\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_Female_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_DrugOrNarcoticViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2f470spc63df4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9v3bqp6kfchb\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_StateGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29mmstfbcplff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusOther_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumParvumEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To24Years_Civilian_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTheologyAndReligionMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5pcpz7rb74b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p6zvse77qx5b7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qy9x2p85n1yk3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_ART__BIOCLIMATIC_BELT--REMAIN_MOUNT\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_89Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57v8e6gf00dc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnvtkrrtftq81\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_GPI_PART.AGE--Y25T54\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3v4rd0341g5l6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionPertussis\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BFLCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_Hist_50PctProb_LessThan_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHantavirusPulmonarySyndrome_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/AG_LND_ARBL_HA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_CertainOtherIntestinalInfections_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/engcqzfh2kyy6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tc9ezr22phgeg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSocialSecurityIncomeInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PostageAndDeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e0rdev2d7qq74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrwzy43sg2p1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qc138bsqm0s66\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_NephritisNephroticSyndromeAndNephrosis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb6mz9f9mpheb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pslwk77bmpsb1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknownBacterium_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifeScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80x0zf6r7ejch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cpr9vcvw9lnm5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfStomach_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Burglary_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plfystxh8f097\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb0p5q5pcxy4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58d40j9cxk7nh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r2wt4249xt3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_InfluenzaAndPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3llbyzb2txc4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysxdld0t5k2s6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.MGTCK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klzfdsldvj65g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p94kb44hhn0e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_USDollar25000To49999_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15yjhffk35xg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17h61y8x5b4pc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_HouseholderRaceSomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9t1y6vvq2jtm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dkc5080g3ppfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gnmkmhztfhmz9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1394_8.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_CellularDataPlan_InternetUsageAtHome_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthSouthamerica_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bhyl62r2mt84\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionTetanus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tn30h78cmsv65\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9040_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c1ck69yek9t2h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2twlzrxnvwmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_UsualHoursWorked_Person_Male_WorkedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_CrimeAgainstProperty_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m84gp10h8r0hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vrb4he7yt2e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/by7stxm2e1vq\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_SR_2_GPV_GLAST_CP_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Area_Farm_BarleyForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_ScienceAndEngineeringRelatedOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto5Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwtr1s52jztb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WhiteAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cll3lvc463chf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2v115jltnhw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f97l5wpg6h8q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jyy510q374bd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensSuitsAndSeparates\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f0ew21ryh9xh3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kys8pnvg5x5f9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.VTTWP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IdentityTheft_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge15To24Years_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantMelanomaOfSkin_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jns70vzzclql6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MWT_TREATR.TYPE_OF_WASTE_TREATMENT--WT_INCINRT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_WorkPerWeek15To34Hour_WorkPerYear40To47Week\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_SingleFatherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vw9bb52tv142\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c59hywr7k84b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccng1wn5ll2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfTracheaBronchusAndLung_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AnimalCruelty_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3j4hxg789kzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1gvqfv76e7r\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQRCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ewfgsgme532c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lgd8dg84z572\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfluenza_PediatricMortality_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceWhiteAlone_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerCombinedHeatPowerPlants_RefineryGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dfgdmkvc2eq18\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkkyft8prln1h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_PRG_SYPH_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_74Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ktg8ec97xl0b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxr01n84hm7y6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8yxzjg9m7qn9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhtxmh5gc347c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26OrMoreYears_Civilian_EducationalAttainmentLessThanHighSchoolGraduate_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2eyr5s6w9vjl9\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_INJR_60UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/08by37qhmvhmh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1ngy61cvw8k9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1qlzy4ybr25h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y22rxpcgb6v25\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ParalyticShellfishPoison_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Hernia_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthMexico_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y9t6967ftvb9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyz45gwpbeqpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mr45qvflq91hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fj4f1r6x8nsx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdsgktjmmr5mf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74jhwdrw8yyh6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bs6pb960mvff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp2lsrt55rxy\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"dc/78wch6hx4xzz8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvjvxqd69ll4g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3ny0z4bydvs5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s632w4rgqlpq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_InternetUsageAtHome_IsInternetUser_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_DesktopUser_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rkr7cvylft2d\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderInternationalFundforAgriculturalDev_AsAFractionOf_Amount_Debt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusUnknown_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_DiabetesMellitus_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfp91wq6bfkc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/39kp0n0jtmwr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dpe6958pklwr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_IncomeOf25000OrLessUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Milk\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kyzr1re6gyfv\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y7w499clk8v5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jdy2m3k0tr96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4h1v5cvyhc39\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_NonFerrousMetalsIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_FinancialServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_NonScienceAndEngineeringOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kcw8s4lr30cc4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORD_YIY_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szpm8wltfqtn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f054rvt4ke3k6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s4y0dm0ffm1c5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_SulfurContent_Coal_For_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Rural_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstProperty_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nqydlq4kj6pz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pqq8dlcj6pb8f\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1gz1700ncx3c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_WithEarnings\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPublicAdminSocialServicesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swj46yk9k7lrf\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/dp1xlme37dbm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp89zebvsvpr3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_DPNG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9zlqykqs7xb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j058f60gmk5c3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bey4c1tjnb4w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rml908ny26l75\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jb25el47tst83\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdWorkerSize_Household_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rctpjk72y3ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8w8jct0ydctjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pskqfmbffqgq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_BacillusCereusEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_PowassanVirusDisease_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55kpdxmgfpbj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h0pyjz6ppd8xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_AllOtherLarceny_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10yj45ghkqg1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_MalignantNeoplasmOfCervixUteri_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Female_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Capacity_Electricity_Water_MainActivityProducerElectricityPowerPlants\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clg1y6r7z1cwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h01wvxp5428f8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0sj1vqj7nsc\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_85OrMoreYears_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidWorker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MensFootwear\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7vftsr41xe01d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ELEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEurope_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_HumanTraffickingCommercialSexActs_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_7074_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1p7zw55m68t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdqvl6ze8m6hf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qphv3fe173cm2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b07wgw8n8q8yh\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pk6rv8gdxm7f8\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Bilateral_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"eia/INTL.81-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_StreamingUsageOrMediaDownloadUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Earnings_Person_Male_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Average_Cost_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsxchbrl8dez\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/486dgcd3x8094\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q1rxfjtrkrj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22lbeftwesvl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/91wfvkxz0q326\":{\"byEntity\":{\"country/USA\":{}}},\"dc/924kh9f5ebd26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nkvg4zf2nlsw3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lx9enx73zxv88\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1840_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmk3g2xx6y0k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ecce22684w50d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzrg6s2b5n4ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6vs7n592w1fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl01wwb2qg5bd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r55mmplskq5j1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yclzv7kkypfz9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y8178kx2thnc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhc0shvl3chjf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvlg78n8fqlt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionNeuroinvasiveDisease_LaCrosseVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_HydroelectricPumpedStorage_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x7t38rt2dp5z\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dfv99jwqngs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpcybxbh7zrz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvy9vhkv4hl5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqv01fkldhdg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ChlorineGas_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceTwoOrMoreRaces_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_SexualAssaultWithAnObject_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74yfksm1y2v52\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bg3gepe4nws7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q62egqb2xbxfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1v1nxn78r5p5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpwk8vr7svys9\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_MurderAndNonNegligentManslaughter_IsHateCrime_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0ttjm542cz75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwfebsyz5qxd8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_ForcibleRape_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/274dmzplq01qg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qky20eh3twdr6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cqvksvhfp3t\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5e8jgcfsgh4xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nn1zqh0w5lpl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s77b38579k0b3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkm5hs0fjfgsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8qeevlvjzx18\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeATMSeparateFromBank\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_NonInstitutionalized_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfFamilyAndConsumerSciencesMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02fq5e152z4tf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv9h32nzeklv5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2RI_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.62-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_DiabetesMellitus\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmkp8ry296dq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0nfd8zvk40jb7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0zmzbvwmntqeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6l8tgz2w2g3x6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YNP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbeeed1x27h3d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumHominisEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Geothermal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceTwoOrMoreRaces_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bye8v9913xxh6\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_CrimeAgainstSociety_IsHateCrime_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt18ej4m7dleh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kl6zjxss6dn01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjmjmbbqg6xn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumLiquids_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c20b3se90bf8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7kgcgwqsgf41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tdev61pzs9xk8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVibriosisExcludingCholera_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Rural_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4vn5fpgwzflq1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1To4Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_WeaponLawViolations_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_ISV_IFEM.AGE--Y_GE15__SEX--F__ACTIVITY--ISIC4_BTU\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSOtherServices_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65To74Years_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSPublicAdministration\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshBiscuitsOrRollsOrMuffins\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Smartphones\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rcxztsyvewqnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtTraveling_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_LeisureHospitality_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmfy7jg0fdd4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeBodyOfWaterOrBeach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8PH_6.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8czj4qxcmmle3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfjdrrweyqk21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByOtherAndUnspecifiedMeansAndTheirSequelae_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqwlwc9xw7e7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2gt29420twvd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSWholesaleTrade_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17k56hwhdp704\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qq7xdpkbvv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cd1q9m6sl63b6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew75qfmev1tj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0pgfhn9pfs0d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_UNER_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6f9z0xml3xb52\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSX\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MycobacteriumAbscessusEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WhiteAlone_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1n3951wswcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Herbicide_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_WorkedAtHome_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/63wcted7dt584\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CLTCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/27eg6kfgxbb07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rf2cmf0jtjb08\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_COMM_60UP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_SomeOtherRaceAlone_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Intimidation_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1k2em3swt7nw8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zb78kzxsh5f52\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_AI_05\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/g20_made_t_d_2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAnthraxDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xejg6s76dxle2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xqjex0q3cl193\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceTwoOrMoreRaces_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65_MoreYears_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05yj2frd0tl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1z8eg5tjj9qgc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With5To6Person_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_ExtortionOrBlackmail_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dsjvr4sklwyt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkn7z8s0g9emd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ywgl9p0tx0dnc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mtx8klm5llv3f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentNoDiploma_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3ess9ketycc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjgj4wz82hfz9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentLessThanHighSchoolGraduate_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/530mnn3kz37e5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6skejddjdkvwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b09ygnnwgqqpd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clsqxz8s5rm63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishLessThanVeryWell_5OrMoreYears_HindiSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dm52k031ghc11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzwxl6g11frp8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_KnownOffenderRace\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/456yesxz1t872\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pbmdzqd5lc238\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnterotoxigenicEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/79y4hw0ncfchf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jrh7lh0tnz5n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kv5c6xw5l4wqd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l537jc12yp4l5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHomelandSecurityLawEnforcementFirefightingMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xdhwg3lx36p51\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_KidnappingOrAbduction_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y83n98fr74yg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/em1y64rxt31j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpj6rrn5wtvxf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkrhwqlqthq8h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_LegionellaAnisaEtiology_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthMexico_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qddf1tek6jpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvgbefxj18kbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderInternationalFundforAgriculturalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_93Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesAnnual_Worker_StateGovernmentOwnedEstablishment_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eywd3hvtcceh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvj288p0v4v87\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionNonCongenitalDisease_ZikaVirusInfection\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yznbekr0z53g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1v68t927mnr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cjm09jw9q805\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf50000To59999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiEnteroaggregativeEtiology_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_1.38OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_JuicesAndNonalcoholicDrinks\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5704chnkse8g3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/debzrlp76r3vf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p53ce37hspeh5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpvjfdb1sfvrb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eyq93l7lzkljh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jpgvpj5ef91bf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ckqjcsx595z32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qp4hs30k99wgf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal6To7Rooms_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfSocialSciencesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wl0by9xg5je2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sv3h4xwvh4s47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tmh7mvdy9qc3c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zex94xk94g2g2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4092h192qt956\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SalesRevenue_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Postage\":{\"byEntity\":{\"country/USA\":{}}},\"dc/led6pthwnx2sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5kgfn0vdwlh43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb5hne18ph398\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_0_FDPUB_FNS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_77Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_DrugOrNarcoticViolations_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0vjbefh1y1bdd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j5w8k613ywc6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_FPL_SATI_ZS\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_WithDisability_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MedicalCareCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y25T34__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0mnddpkdnl13c\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Other_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_PetroleumCoke_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbghtd7t1jw7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRUST_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjjqtg5lkwzqh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y467mxl016lkg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f482hmqbh0e42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wtbncg7jtw0x9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2jh3vm6qsgkxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lflvkqhwj46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s819y6mztnx5d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8wpv48b2l3c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqh4cndndq3l7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/FB_CBK_DPTR_P3\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_MurderAndNonNegligentManslaughter_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5s706h1m8b2r3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_DeliveryServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqhve475k2198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ynh6gf80r5xgg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWD0_FW.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--M__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_81Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/58315ybc7c0k2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rhl7nz732vx43\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_COVID19\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_BlackOrAfricanAmericanAlone_In_Count_Person_ScienceOrEngineeringOrHealth_EducationalAttainmentDoctorateDegree_PostDoctoralAppointeeOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xd96tp8n1ng9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Hispanic_Latino_ConditionStreptococcusPneumonia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/knk2g1krp7y8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nel3k5v2q9yc9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h9qhb34450qyf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_SKP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_SaltAndOtherSeasoningsAndSpices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/we41flb7nc24c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.LUACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HeartFailure_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tej0l9s6x2rh\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionHumanGranulocyticAnaplasmosis\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3qzbvwfrtpdth\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9xxqjv5s2q665\":{\"byEntity\":{\"country/USA\":{}}},\"dc/khvlj45kqh2ph\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2nk1290f6pkvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3se53scbjx1h3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xrsm7chr0k9h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwp823s1nnx11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Non-HodgkinsLymphoma\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nr18z6sgm7lr7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPTXV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7mvglrjtq8pq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gls2e2jn855t7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc3mde5hlb1d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xw2msskbvq44d\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_RCOV_RT_016_DB1519_DFRN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_Essential(Primary)HypertensionAndHypertensiveRenalDisease_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tires\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv89k7ldv0kd7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0zxrdzbe9f37\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rskwcylgb099b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x84d42dh5y8bf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicLowerRespiratoryDiseases_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_HispanicOrLatino_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_RenewableEnergy_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nsxvc3h9390vg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_NonInstitutionalized_1.38OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gb726hqr9bc5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3020_3.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1391_8.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_Concessional_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hbcyb8wmvy5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4999sjetj8h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d1k0tygkzrc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44dqcfg038y5d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_IndustrialWaste_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_MurderAndNonNegligentManslaughter_IsHateCrime_Homosexual\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOBGRR_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthSouthEasternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade4_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_TOTL_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_58Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyw7qtzgzq5yh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgwpl5k209pch\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent100YearGlobalWarmingPotential_WastewaterTreatmentAndDischarge\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaDuodenalisEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AccidentalDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_ComputerSoftwareAndAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6nlnc7935q2y4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_MotorVehicleTheft_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4qvvl31j9r35\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wgjb2dch639vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionMeasles\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO3RO_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceTwoOrMoreRaces_IncomeOf30000To34999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29qffrjj2egfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6r7xwgbgqyt8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d6g08wd0qg2t9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.AER_ERTW0_XWF0_MF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbd2pjw4yq9fg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb3rzly5cdc33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionHantavirusPulmonarySyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_OtherFamilyHousehold_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfhwm4679b84h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szb9enzwes67g\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Electricity_TransportEquipmentIndustry\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcusPneumonia_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30To34Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_ExtortionOrBlackmail_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vh764l3vzk1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAR_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_SDR_LenderCountryNLD_AsAFractionOf_Amount_Debt_LenderCountryNLD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_33Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6kpp7hwdj3gc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gdww8hnt8y4z4\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_25OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Hernia_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5th3nt4knkd6d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cj3pg8c2q3en9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfnmfs4kfg1z6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherDiseasesOfArteriesArteriolesAndCapillaries_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4b9bxry0tx6gb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1dswsl3jvrq4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationalGoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28hsp5zwe40h1\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_PRM_CMPT_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_VoluntarySeparation_NAICSRetailTrade_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qtzfxkqq3yttf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z4z7jbxp66pg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lr1dzmcl2wnk6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHepatitisC_AcuteCondition_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_KidnappingOrAbduction_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h19ssrmtkbjxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k670mpfry4pnb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_WhiteAlone_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Male_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q7lby1qbftj9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgc6x42senfjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlqxmr23c0k96\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv3pkj9n4eye\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwr4806m77zg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionGonorrhea\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vk8gnfwsw1c9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vf5ptq3vk8wj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zqr535m7665s9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wwmr0k2yc3ef\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gx27d68vyydvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_DrugEquipmentViolations_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthAsia_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Rural_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15wl0wqp9rzfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1hd16sks0g50f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt9s71jsncs93\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPNS_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2w5v33n8z2j09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_20To24Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionCyclosporiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_7Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Town_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vcjk548d469bd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--F__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Worker_StateGovernmentOwnedEstablishment_NAICSHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/83jy77gnrqjt5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zw5g7m8ykd0xg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_BroadbandOfAnyType_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSServiceProviding\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_MurderAndNonNegligentManslaughter_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Intimidation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_Naphtha_Refinery\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeIndustrialSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e4nzd5b09h05\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewx6zne6lke11\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_CON_PRVT_PC_KD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_20Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4zjkmp3k69q31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64nwjmq23zk62\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qbyyjvhqs4wj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO2SB_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MRMRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_SCG_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedForProfitEstablishment_ForeignBorn_PlaceOfBirthEurope_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CounterfeitingOrForgery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3yrd282pcqms7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5jb3vpl8rpx28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gmq833f15q1y6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_15To24Years_ConditionStreptococcalToxicShockSyndrome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ejltz81g3tfn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear40OrMoreWeek\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSEducationalServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cc6g9g9kgph2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_TOTL_CP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c973xvq5tm9y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ncbz8j0nj3rsg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_MYS_0T19_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34spj943rw0e4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/SH_MED_DEN.OCCUPATION--ISCO08_2262\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_NER_23_GPI\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_4_MA\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f108h29cr4bz4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fllw40k5t6226\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9estfql2dzwp4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h508g0p8gey4c\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_13_01_01_hlthsurv\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vxehdvhqqnj3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5eq0y6wj0e3n8\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Other_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1y7n4gvd8lsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kvq5gf8gzd4j3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qgnc8k271lk1d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate1970To1979_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5pwcebtfrezkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/852pcnpx33gq7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fm5f7b5l25qtd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rh34t74zjnnt\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t29mjdcvl0ev8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R5307A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NCPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Pneumonia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Rural_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p938rt97kpsg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To34Years_Female_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyCommodities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dmvhvxjnrc832\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjt68tbh8bhc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ClostridiumEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bj59qlhfg76x9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7rxjcbgp7xw6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7ys4kg96kgnf\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_DR_2_GPV_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek35by2zcb4cg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_AcuteMyocardialInfarction_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s64zf5z6pf4bh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser_InternetUnavailableInArea\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_PlesiomonasShigelloidesEtiology_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_DiseasesOfHeart_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dtmymr2yrbx7\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_15UP_NED_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_Arab_VictimTypeBusiness\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yp3y1ezhvwz8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_AccidentalPoisoningAndExposureToNoxiousSubstances_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Rural_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Housing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xpwf7h3984n37\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqr4svsxh0xg5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h2g3x3qx3vqsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_PeanutsForNuts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf35000To39999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lk87ls4ndwp73\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DAICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_Solar_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfCervixUteri\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FoodAndTobaccoIndustry_OtherBituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumPerfringensEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfOvary_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzp0gvtryyedd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qr8z0zhtz32cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ESICE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherFormsOfChronicIschemicHeartDisease_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g55bsnjwx2l2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpddpmjffq19b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_EPAFuelCombustionOther_NonBiogenicEmissionSource_OxidesOfNitrogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Intimidation_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_SOCEngineersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q1n20mzr38p21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0m4mx5pdp9d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To54Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hlgmjc4gyg2ff\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlxy1y14gtk25\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_Information\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_18OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4s5v7v6r3hbh4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_CommercialBuilding_FuelOil\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4hqgh4lwgzh1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbg1t1jb0v054\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nh6ben9jydep8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j6we2dk6mesdh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_CharterNo_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ehgx6y0qyncl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tp89wjhzrzbg3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryUSA_AsAFractionOf_Amount_Debt_LenderCountryUSA\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_PersonalCare\":{\"byEntity\":{\"country/USA\":{}}},\"dc/574c6ykmkgsk9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_CombustibleFuel_AutoProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2ry6z94kxy72\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_4064_4_MF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yv4jty0wqg6wd\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ey9jejxbnn5w8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.FFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y_GE65__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TECCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"WagesTotal_Worker_StateGovernmentOwnedEstablishment_NAICSInformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfBusinessMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_MotorVehicleTheft_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsianAlone_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r0w7st6wdvph\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crfcxcgl8vh45\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzry0ddlfkbn8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentSomeCollegeOrAssociatesDegree_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3p4yk9pedgvk4\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FPA_COMM.PRODUCT--CPC2_1_114\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_Prostitution_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAlone_IncomeOf100000To124999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drvbx924ztls6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3gjngs8ygr65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t0nj1kwr1ezx1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35z221jv6gegc\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_NotAUSCitizen_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_BioGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeLiquorStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_InternetUsageAtHome_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdr7dve24mc3b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PQISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipts_Fuel_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Rural_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8nem82j3spfk\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NA1340_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_PornographyOrObsceneMaterial_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75OrMoreYears_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qqgsz9h1xb2hh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.TERCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j3bfpr4fjne4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_Female_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hj3f9nyrqkh19\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To79Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_NotHispanicOrLatino_TwoOrMoreRaces_In_Count_Student_ScienceOrEngineeringOrHealth_MastersDegreeOrDoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgsys42zm96gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1g67e33zkdnc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07gxpts48s6q8\":{\"byEntity\":{\"country/USA\":{}}},\"PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_34Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88g7wvz11lxv6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dqznxk4frgc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8lm3p0jzcpc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Intimidation_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_CommoditiesLessFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/17e4wk3cjwgfd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/Q00-Q99_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_GovernmentOwnedEstablishment_NAICSRetailTrade_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2wkrfbkbh528\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ksqpek5dwb0m7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PTA_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65000To74999USDollar_Female_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEnglishAndLiteratureMajor_EducationalAttainmentBachelorsDegree_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrLessYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCBiologicalScientistsAllOtherOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vn4wn17kklr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yzm8vqp9dv1tf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wklvvkgmydx6d\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_CommerceAndPublicServices_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringRelatedOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ek0w22htnrjvg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_ICD10/D50-D89_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/46st2255gt852\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l5fnxbdygdn65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w2yxbwtht5ttg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_GBP_LenderCountryARE_AsAFractionOf_Amount_Debt_LenderCountryARE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_57Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lc7fjxd4ec678\":{\"byEntity\":{\"country/USA\":{}}},\"dc/18n1v5m4lqfl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gmp0646e61d2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_ScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp4er061bb1k8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_NotAUSCitizen_SpanishOrSpanishCreoleSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_PoppyStrawConcentrate\":{\"byEntity\":{\"country/USA\":{}}},\"dc/22lbknsv44gs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/25f6ejxhc6mbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2p5hb81j27e26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusOther_PatientDeceased_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/13fmb36qlg4z1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qj9v0vqzp9vlg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vtwql0es5n581\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j4m6z9bsew501\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mqbwv17rfxzh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ry7cmbnxc2e83\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_UrduSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_ForcibleRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8yb4yg614r351\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwrps8zjcqj24\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n8zll532snr6h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_SatelliteInternetService_IsInternetUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b1n6efbez1d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceTwoOrMoreRaces_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaCayetanensisEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7z12mck90ny4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCEIZ.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_LongTermExternalDebt_LenderEuropeanInvestmentBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionAcuteCondition_HepatitisC_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Copper_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8e7vkwe5be4nc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1z9nchm6d1c6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2k1dxr3rsqgb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0qm3lw0e1e59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypr7nczvxq3q7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEA_SKB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_PurseSnatching_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5sxxhqfp48szd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3znqwgqrgh1p2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To39Years_BachelorOfScienceAndEngineeringMajor_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_8Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Male_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn8mhvmwtjr7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPDH_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ConfirmedCase_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCryptosporidiosis_ProbableCase_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1scj3np556p65\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kw8pdj8j7hd21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyzjs15s7h0h6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qkfv2prw55jqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ResidentialMentalHealthFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HLISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ffm6fqsf78np6\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceTwoOrMoreRaces_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CableSatelliteAndLiveStreamingTelevisionService\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jvxd5sn4jyzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5lylz73bpr4c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rekc93kt5k54\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eddrdtzntwc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zvrb28bg0fbxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SWPGR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_10To14Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithOwnChildrenUnder18_Male_FamilyHousehold_MarriedInThePast12Months_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/RCPTOT__naics2012--52%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z67n5kl09bhjh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_81Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Male_Citizen_UnknownEthnicity_UnknownRace_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PetServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6c29rr13kerl5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0v5nfdldpq124\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Meningitis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_City_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_Assault(Homicide)_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2knt62t4s0dr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/838nsv9cht0n5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdmed9q3l7657\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_Arson_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4rfbdwbcq3kcc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwv2ljnvcyy52\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_FuelTransformationIndustry_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_HispanicOrLatino_InternetUsageAtCafeteria_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9vy1y4f76l32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xj3mrx8q8kh26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zh5e1qj4c6m91\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENDNP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_TaxicabMotorcycleBicycleOrOtherMeans_WorkCommute_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d43mwkmcesxnd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPrivateCollegeOrGraduateSchool_TwoYear_Male_HBCU_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c6eghnqwg256\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mnmhbhws4fxzg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7cw8nv1cl7wd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1153gwv58nd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOBD_VBP_MMGL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ChronicGlomerulonephritisNephritisAndNephritisNotSpecifiedAsAcuteOrChronicAndRenalSclerosisUnspecified_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p5t1d3tw8qyy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_42Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnt02sm28phng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpzt7l9dxswp7\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmOfStomach\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArchitectureAndRelatedServicesMajor_EducationalAttainmentBachelorsDegree_Female_NonUSResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCMathematicalScienceOccupation_WhiteAlone_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4ggk5261plkg2\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Household_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_IdentityTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV09_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_RespiratoryTuberculosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_Female_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthWesternAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSAgricultureForestryFishingHunting\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g3kxvhecqqe54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5RX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNeuroinvasiveDisease_WestNileVirusDisease_White\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_NHTSAUnknownLocationType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/970x45pqkgrs2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3prr9lcg9x77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rtelhw6yy2dv7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjqt82r71bqy7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bynr5fk48h3y7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yk9j1qxg4k9b7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_InflammatoryDiseasesOfFemalePelvicOrgans\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceWhiteAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Male_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9b4ldcrvf9yp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DARCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_EnergyServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_NonelectricCookwareAndTableware\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionCryptosporidiosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentHighSchoolGraduate_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_NonInstitutionalized_IsInternetUser_InternetExpensive\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd729fxzst7q7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w3zssvvkrj94h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2ejxz6kl5kvf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGonorrhea_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/100tn4ef47h88\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfqm72pskj41f\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_50PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04ley4dgwyb89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cjpcj871wpg96\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthOtherThanAsiaEuropeLatinAmerica_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc347g9gvgdvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2p9lwlt7m666\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z0gv5g0svl7q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zg60kp87jkx05\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d5np0bcr06z\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3wkcglxsvclc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Female_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/megwx5kbmvqqc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2fqz742pm8zd\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotHispanicOrLatino_HouseholderRaceNTIAOtherRace_JobSearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Septicemia_BlackOrAfricanAmericanAlone_AsAFractionOf_Count_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_UnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnkrk052d99ed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cnl0vz054ylhc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4413-2-QBTU.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/631s0y7ys7ljb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7072r7d3l5xc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws5k8vpj0vfp9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/debgvvtebmhyg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--CY\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j31v0gt92cp4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_Female_PaidEmployee_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdzwnb7hnkqpd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bmc60hlr1btp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sd5wm75y4nsmg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfhbghbjr3dm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_77Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t6nyt95zv9t4b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.R_EPG0_R17A_BCF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment_LessThanHighSchoolDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Robbery_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Town_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ex1lwgjt8frkd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hntx4fdzef472\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sn4g2f2qkzqx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_91Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ec4bb466j546\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77196g55c0ew3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jhzz6mw65ndwf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50rgxecdzmyn2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65mz9s2133gyd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yj7zn1eztlmkh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/GF_FRN_FDI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_47Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gfcz1zj57w84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MarineHailEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientHospitalized_ConfirmedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m60n94sqql2d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/516lbmwkf5th2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nl0h556bx98h5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x91z42pjfwd1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_TheftFromMotorVehicle_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_LeastEffectiveContraceptiveMethods_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9ppg4zemt7c7h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/es68cp1vnek5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0x9rt5bvhcp9d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d05wtk6rmeqp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqldew7jb8679\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwvwsjyv2nqd9\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OtherIndustry_BlackLiquor_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_75To84Years_DiseasesOfTheCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_WhiteAlone_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9wr6rf3258697\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_60To74Years_BelowPovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jff4rmhl74s93\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1_LessYears_ConditionBabesiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dhqhe9dsl8588\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s20x8zsdsfqx7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkfzpk5m5ry1d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.2-9-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"sdg/PD_AGR_SSFP.SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_HeartFailure_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_NotSpecified_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b57n3pzsnts6h\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrmpnzj75ng2\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_3539\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j80e5hh8xp5jc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterUnknown_EnvironmentalContaminationTransmissionExceptFood_Water\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hctxk6y53b0z9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26z99bp2sg1x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hr76ntw8j20m1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.DKEID.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Divorced_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5lkg16vlezglh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nw2l55g6kketb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gstvfw6gb8wk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/thmg1btz4gzk\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FOOD_WST_PC.FOOD_WASTE_SECTOR--FWS_OOHC\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G2_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years25To34_LegalIntervention_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6lj4r5rd11q7d\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryKWT\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Embezzlement_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Hourly_Mean_Earnings_Person_Employed_RetailTrade_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/87eqw04ffrjkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wf715mglt95yh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GC_NFN_TOTL_GD_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_ViralHepatitis_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_OneRace_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NoDisability_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zny73e9nxb42\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhljgftnycn8b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_LiquifiedPetroleumGas_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_PneumonitisDueToSolidsAndLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kt512ynvpmc2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_LocalGovernmentOwnedEstablishment_Male_Worker_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crh2hrcst55t1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_Female_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_AlcoholicBeveragesAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rstrk7y0v0ts5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wttg7hy1b5d28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_40To64Years_BachelorOfScienceAndEngineeringMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5y8v4m0vd52c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fpdnkehylp9tg\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportEquipmentIndustry_NaturalGasLiquids\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentGraduateOrProfessionalDegree_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/066196l3p8848\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Suburb_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7emh06v2v2wj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1s1eymwl03lg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0t2chk5mkhjeg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cx7bxwc3qerw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-3-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_15Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherRecreationServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p513njgml41rc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_DifferentHouseInTheUS\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j14yctqrdv71h\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_E_1_G1_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVSXR\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1xvwh3pwx789\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200023\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fjvsqjyh5s0l\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls1s5bl9bc3w7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mkpd4g9n9k2d5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VUA_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/fin38_t_d_1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"dc/79twn28g6kdeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e885xn4hgy3qh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1UA_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionGiardiasis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9cn47xc97mqw5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds70dg34s4jh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jtmdspjc5s35c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInNurseryThroughGrade12_ResidesInInstitutionalizedGroupQuarters_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q0fd1b4l56t9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e123fhl8sy098\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8n6f9qlxtsne9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_25OrMoreYears_Female_WithIncome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3j30v5bl0wqy3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6x1njxzez7j99\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6q7wff4q5fycb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8621l167b060d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ts9gy1vhn3sp3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wlm9ncbfgb7yf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_EMP_EARN.AGE--Y_GE15__SEX--F__OCCUPATION--ISCO08_5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_PornographyOrObsceneMaterial_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AdenovirusUnknown_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_AllOtherFormsOfHeartDisease_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9rt51f5bek95\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f46n0806l73v7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_IndependentLivingDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y9b2ye5wkmgeb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Assault(Homicide)_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/efyvgbv67p93g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h6ylj31hyrkec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me5xn34ckf5yb\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_SubbituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7glpx3w7bk8cf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b64mcy7r1dfm5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jsq010wz8s4kf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeSelfStorage\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j9vbghlp44bb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jp1gqn0hc1er3\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Arson_IsHateCrime_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEurope_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/de41vc6w2yzk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y08ecxpjeh702\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_VictimTypeUnknownVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_WithTotalRooms1_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Male_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wwnnk7vbtt9gd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1596grk9tkn92\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mxxhgfkmk1d8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzld95nng1pp2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftFromMotorVehicle_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7f553000bbl38\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9f27geygj54q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vrce3svbsmpk5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/10yjghp7rn047\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7smrpx1hlg6w1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld0g8etd5s8nd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_GRNCVI.LAND_COVER--LC_TRE__BIOCLIMATIC_BELT--ALPINE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeFieldOrWoods\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetMobility_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_KidnappingOrAbduction_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9mh9y38z33x3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xhe2ckzzrx8tb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStLouisEncephalitis_NonNeuroinvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.68-2-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CommoditiesLessFoodEnergyAndUsedCarsAndTrucks\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bcrlejvwgdh9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgpkbpygmb2e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhccx9xs3m36g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nxtsx1snz79c7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BOIMP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hl1cck59cr7d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk5qk0lt2vbvh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_ESL_1_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz1ryqy8w12qd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35OrMoreYears_Male_EnrolledInPublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eb1v73kfv5snc\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y35T44__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2021OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2DM10_PTC_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_TRTP_1_GPI\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_AsAFractionOf_Count_Person_EducationalAttainmentAssociatesDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l94qwmyb6kq2b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svfrdzxzj8qtb\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2scr0j9bs9xm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9mq2tglr2vex9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f81m6m06ke36h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t1npbmgt4txgf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_Wind_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7qb087hm7v6r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99bdbzr8q07jb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jqzyg2b0st5eb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/468dcck20en7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionAcuteCondition_QFever_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrLessYears_Female_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_OtherCrimesAgainstPerson_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Robbery_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ym7wzh1yhrn5f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0C_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ds9mx603ffqc7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceTwoOrMoreRaces_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AtheroscleroticCardiovascularDiseaseSoDescribed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CrimeAgainstPerson_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_WithDisability_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48k6d059nv3l9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HouseholderAge35OrLessYears_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c2qjkyshp1hfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/me4hy4p5lvyzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Employed_InLaborForce_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithDisability_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mbz127y3vgjj2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PETCV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_YRS_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hslbewgd1h6c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/916cm6ql2p2d3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_TextMessagingUsage_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pdp6s604rfhsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpzd6qrgbvpeh\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PBS_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"AnnualChange_Stocks_Fuel_AnthraciteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_BrownCoal_ThermalElectricity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue200000To299999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringRelatedOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g0tgqq6ry2mm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mndwx69rgq9x3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_VPP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOf15000To19999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ResidesInJuvenileFacilities_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd8gcv7bbkx5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjxpw23fp6j08\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_PRFL.SEX--M__EDUCATION_LEV--ISCED11_2__TYPE_OF_SKILL--SKILL_READ\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z8k1jz0g2kxcc\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/5_04_01_01_exdebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Cyanotoxin_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00zg2xqdvp8m5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdvr50j5qlzn1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BMCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.GEEIE.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_DepartmentOfDefense_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kkxmfy54nkbr6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v31jxg3nvsqt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xe2l3hpq87ch3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_2OrMoreRatioToPovertyLine_AsAFractionOf_Count_Person_15To50Years_Female_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Employed_InLaborForce_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6s6h4jewnrjeb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9lcwr42qs4t5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc2zw4jwsqby8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dk7whded7v2f1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sk8v6vzshelj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x9m877e7jrsj\":{\"byEntity\":{\"country/USA\":{}}},\"dc/787m577gcq2s7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With4OrMorePerson_With2AvailableVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To24Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherBeverageMaterialsIncludingTea\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3hg0pk7878trd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/746bvjmcsxpf1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_Female_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Town_Science\":{\"byEntity\":{\"country/USA\":{}}},\"dc/en0881z76b6l2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/41mx4vc8c3gq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5hm0ebfgqw68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jf3vcedlncfl\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y55T64__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_1PctProb_LessThan_Atleast1DayAYear_CMIP6_GFDL-CM4_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8131s3xs251f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMRR_PDR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_WomensApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkp2fzsbbpq55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l53hm3823tsvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d93qf4bbz2562\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06ny24c8b0fy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86kbgh3kgbtj4\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8g7z1zsepbp31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ftrxq5br5qp81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhhkwdjd8hp3b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityUnknownEthnicity_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6To11Years_AbovePovertyLevelInThePast12Months_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_LanguageOtherThanEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCProductionTransportationMaterialMovingOccupation_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kpcb4b9tzh1y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrj0hxlwg0fmd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_AG03_MA_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30To34Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzeb4tyq5nzg5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAT_DOMCMPT.PRODUCT--MF2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_48Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s5wl74vg28m79\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEM.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_100Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0F_YNP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_PatientHospitalized_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_CertainOtherIntestinalInfections\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfHistoryMajor_EducationalAttainmentBachelorsDegree_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_1.5OrLessRatioToPovertyLine_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nvhywhnfz3hfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wd5g31pcj0zr3\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_73Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderEducationalAttainmentHighSchoolGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6m5cz3zbdq01b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mn5yqlw4vzs3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.KSCCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Widowed_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7egjqgb3jr92c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentAssociatesDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Female_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lt1tggpcfw45\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPsychologistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5d47e8mhl94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f3ng95pdksl21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tcpwzj12485y9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG4RS_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To64Years_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS92_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Brucella_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r7d8ezxjhg8c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjyrhpvtfy7cd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8lbkwzg1j04h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4tgg5vwdcez\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_ICD10/D50-D89_AsAFractionOf_Count_Person_1To4Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSWholesaleTrade\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2hnzc1v00p1d9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2vvg3j2etcm49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yvq1j88f4w07\":{\"byEntity\":{\"country/USA\":{}}},\"dc/beq161jel2pxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0vyblm74l4fb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_2OrMoreRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To64Years_Civilian_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Occupancy_Vehicle_Years16Onwards_CarTruckOrVan_WorkCommute_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromCoinOperatedMachineOrDevice_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nx30f3dglljfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rpe3qllmvc6n2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zc62se21b2md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0U_PTR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_HADGEM3-GC31-MM_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9gf166g9k21th\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOPR.AGE--Y_GE18__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/DC_OSSD_PRVGRT\":{\"byEntity\":{\"country/TGO\":{}}},\"worldBank/SE_SEC_CUAT_PO_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/UIS_DR_1_G2_F\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Generation_Electricity_OtherBiomass_CommercialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_EventsOfUndeterminedIntent\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bz8gscy0b8f58\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DI_08\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_RussianSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_PublicSupply_FreshWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7s4y952r8r925\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4exr8t1h9d8j9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p928jw78br6n9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dc5hbzngddq37\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nlx8w6xf62lv2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionLymeDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEtiology_PatientDeceased_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoDisability_HealthMonitoringServicesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RecreationalReadingMaterials\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vkvew64e7qb9g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NeverMarried_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nknq5erwwlr2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_52Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p3wg8h0xp4ef1\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_Lesbian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5nd12rxt4ww5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To50Years_BirthInThePast12Months_InLaborForce_Female_AsAFractionOf_Count_Person_16To50Years_InLaborForce_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenByNaturalization_ForeignBorn_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterYes_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRX_YPB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Protestantism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_Female_Separated\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_MedicalEquipmentAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6vnk07dpzeh8b\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1mjr71wb6l9p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t8265xzmktlh3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfr02wdw6p9xg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNOP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceBlackOrAfricanAmericanAlone_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OwnerOccupied_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPhysicalScientistsOccupation_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_FoodAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dwvtxdqrzs1s5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xtrtjmdbqty02\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_WithEarnings_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h1hzeg9mywzp8\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_RefineryGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8f533nfxxnn5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqhfbr3e6nct5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_Coal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n780pf40b101\":{\"byEntity\":{\"country/USA\":{}}},\"dc/glgcn71vm3bp9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To50Years_BirthInThePast12Months_Female_Unmarried_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_PublicSchool_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eh0x7xj3zsmvd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x2syp295e5gp5\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_IntimatePartnerViolenceByCurrentOrExPartnerOrCurrentOrExHusband_DuringPregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f65cxzkdkl43h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_FuelOil_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_DrugEquipmentViolations_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSPK_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_ProfessionalBusinessServices_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithDisability_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25To44Years_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionPsittacosis\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59z0mlncvxgb4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mxvdstgpbh1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3c3jypw27edd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyb46br982cj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_Female_LivingInAPlace\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n6cq2cnp1ehg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29qy8jvm0tq04\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dgvj5zxs1fjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaEntericaEtiology_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g2pjnz98sjl74\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Bananas\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxq78lp631ss4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpmlvydgmphs6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.WO7ST_1.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_LambAndMutton\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8ry9cs213qsx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy2v5ws1ht5bg\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_H2O_IWRMD_MI\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_14Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Embezzlement_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydperxd14lmf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h39hxdhn5b3db\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilRefineries_Naphtha_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Male_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0rc914fwc02ed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyb637cslvxqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9c7yfppj4636\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wet32hf632ny3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ernzd380scwd3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljcepzzm38m7h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_LocationOfCrimeStadiumOrArena\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Catholic_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djc8hr4b6xnm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb6l9k42r2yk1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrnyj7kt5d32b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z03q26ft31m74\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_SI_06\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_0.3OrLessRatioToHouseholdIncome_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/py73xdg8vkd54\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sy8nk0pkm6r2g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ekcc9hjy87221\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9140_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DFACB.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.REICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cn8ezejlest7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l8c2j40j3g696\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nm3bftsv2z2w2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15To19Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Female_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_HumanTraffickingCommercialSexActs_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3060_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigaToxinEColi_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentSomeCollegeOrAssociatesDegree_InternetUsageAtTraveling_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCEngineersOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j8ennfpfyceg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_AsAFractionOf_Amount_Debt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfCorpusUteriAndUterusPartUnspecified_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/381v9j8grz481\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8mp7qxt4tpbe\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalUpperLimit_Percent_LiveBirthPregnancyEvent_WithMedicaid_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_HispanicOrLatino_Female_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qemgjnpd95nx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z1wefcxgb8278\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_OtherBiomass_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInGroupQuarters_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCLifeScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_PornographyOrObsceneMaterial_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WZEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9wjdq6gnxnc2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s90cj8ebmgp5f\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricPower\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e5mvn3xefp3h2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_GrossRent0.3OrLessRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990OrEarlier_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_ForcibleRape_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxcr19p3r9ss6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr0bpl3mq71lg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/TX_VAL_MRCH_R1_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMALowRiskFloodZone_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocystisUnknown_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_ToolsHardwareAndSupplies\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4tbpqk0w4kp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bkx0es3nfe2p9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/krnrqvgxdkw32\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vhslbb9qyzxwh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf7xg6rt6cs2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherChinese\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpepqvmdr1t26\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Accidents(UnintentionalInjuries)_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x18wk8seljpw5\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5ydvdc5wldngd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k3mvflt2r9dr1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Female_Citizen_NotHispanicOrLatino_Asian_In_Count_Student_ScienceOrEngineeringOrHealth_DoctorateDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06rfz85c4t214\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q95mkmy3m198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0mtw6z31gerb\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_PetroleumLiquids_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7jmcel2nv9vh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AsianAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zy3bgme0ek7hh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ekwt1x9h8c29\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfg864jelj5n4\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Consumption_Fuel_WoodAndWoodProductsIndustry_OtherLiquidBiofuels\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_AggravatedAssault_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Arthropod-BorneViralEncephalitis\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0qccf18rkydt3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gbtkysbd5f1mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ln276zqzxjrw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn0pttrye6en9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/byx9r81syxezb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2010OrLater_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0flj62fpwwxd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fcnh36e8ffmrf\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b2dmkzpwqgdm8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ClostridiumOther_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade8_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/148vplnfb9fn7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_Separated_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1n3k2dedk18p6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentHighSchoolGraduateIncludesEquivalency_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/edhh58n3jpe68\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f5lzr1f0gyf55\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jed3trlh5htw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_57Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hxtlrr9fhgfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6xtkwd5c04c94\":{\"byEntity\":{\"country/USA\":{}}},\"dc/syfqzfq1ghvvb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l7bxhvq52xsmh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jvfm4yhbke9wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yl31386kq4vw8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.CCEXD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71rddcbfrm5vg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/le83b0rp4nrkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wfqt1me4kds4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xshlq1f7x7kgc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_Methane_Manufacturing\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HealthCareVisit_12MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ttxn0q3q9pzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ssm2b41cd8yn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7c9dyncxzpvyh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lp7vxpqq1xl33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgm7l9ek5xl53\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mplfqttxr83dd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EColiOther_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceBlackOrAfricanAmericanAlone_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_2.00To3.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Catholic_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/km725qmnk8ys5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BoysApparel\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6e8cpwrfl7tj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6y59n62xb5j7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_LimitedEnglishSpeakingHousehold_ForeignBorn_PlaceOfBirthSouthernEasternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3d9d8vdgxhdtf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionPlague\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7z625f396rlzc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL0_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0830To0859_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74js07nreke8h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89pkyp17cg2ec\":{\"byEntity\":{\"country/USA\":{}}},\"dc/szb7g5c62vfq5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ewlh0dz57lp6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8j2z16wgs2e41\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.7-1-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_OtherDiseasesOfCirculatorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderMultipleLenders_AsAFractionOf_Amount_Debt_LenderMultipleLenders\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/ft28k3vtd1eed\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_ACS_MCV2\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLCS_TVP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sfx7r79lqdzsf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInPublicCollegeOrGraduateSchool_Female_HBCU\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry1990OrEarlier_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Lunchmeats\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAROP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_SimpleAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71ewn06z6v6r9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5sb7f9t3b714\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jwf83gbzfkgm7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m0jy1ycn3ng5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7p51z6lwv35z3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86223wb3cvwd2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddxcd87dzn7n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_EducationalAttainmentBachelorsDegreeOrHigher_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Meats\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_40To64Years_ConditionChancroid\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5wqgp1cd7c46g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55lqd6g2fqvhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sgxk3pdzertd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceHispanicOrLatino_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfArtsHumanitiesAndOtherMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_City_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pq0xnlh5dhpz\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvh76v7z7wl33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwetd8bby83s5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_ConventionalHydroelectric_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.KD0VAI_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthNorthamerica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/684cb60yf4mwb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7nqj9lly7lhf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x30wv8l42c987\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_Ensemble_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SH_DTH_IMRT_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_NoDisability_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_Durables\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_OtherVideoEquipment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xv3edgcebzd2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dtrqvdzyqzek7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NTC9S.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_WithHealthInsurance_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OfficeSuppliesAndStationeryStores\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5hnkkex9ndn21\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d157xmksywfh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_AGR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_LocationOfCrimeSchoolOrCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fej5wbqb7x37c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvsyqs0qfkynd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornAbroadOfAmericanParents\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rze32sl25vqf2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tfbwqkprm5lb3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_Robbery_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_NonInstitutionalized_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_WithChildrenUnder18_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eq4lvstz2y883\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hxkzm2hpzfwk3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lq088gpky2fk5\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m30fl95jbprx9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AgeNotStated_IschemicHeartDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tmpv17cblxx\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Employed_InternetUsageAtHome_IsInternetUser_InternetPrivacyConcernsOrInternetSecurityConcerns\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzqm7z8jg59v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5550_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientDeceased_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_NoDisability_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4m5bs883z2sd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5vsdqdmv5h09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x40e5nl6b58wb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrh4fx2c7nms3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RFEPP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionWoundBotulism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_ScienceAndEngineeringOccupation_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wj6dml1zy4g88\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfParksRecFitnessKinesiologyMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_NonScienceAndEngineeringOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSRetailTrade_SOCProductionTransportationMaterialMovingOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89fndld3xy4z7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j20q5nkr739s6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b137735fq0r99\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_Televisions\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Shoplifting_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mhds7rcqxed53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOXXFE_VPP_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_AGP_CPRA.EDUCATION_LEV--ISCED11_3\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_SexualAssaultWithAnObject_IsHateCrime_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_WithHealthInsurance_LessThanFullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3cwne926q2pvd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCFCR.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2039_S1_FE\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FOSEP_56_F800_F\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09z87msgrnz46\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8tnebf3rytk9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nskyhdqhk5x42\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.130-1-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.29-7-MK.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_TheftOfMotorVehiclePartsOrAccessories_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h0ny3581qkk8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWG_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kx0xlcqx0l6x9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthOceania_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_Bribery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MotorVehicleAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70To74Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k97t86k7hgrn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_1OrMoreOccupantsPerRoom_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bt82e6x4wbe57\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1w52jrtvw6m2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_MotionPictureAndSoundRecordingIndustries\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ShelfStableFishAndSeafood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2m8w2p8e9te7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5p3y4s505fcx1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_GovernmentOwnedEstablishment_SOCNaturalResourcesConstructionMaintenanceOccupation_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWWN_MDW.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_EMP_MPYR_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89vg9gen66jw2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98kjs8sqg8dc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/klk7mvgk4wxcd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_OtherSeparation_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_OffenderRaceWhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gcfkhq47jsxk8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/slvlykx2ce8p8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityHispanicOrLatino_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGC9P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderRaceUnknownRace_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction_SOCNaturalResourcesConstructionMaintenanceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COEXP.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderRaceSomeOtherRaceAlone_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Sodomy_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/53d9wwwswmct8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8xqtzvnnmszc7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.HYTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_Male_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ElectronicMarketsAndAgentsAndBrokers\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bq85mkz1x54y\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglfw1ryxcll8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ve6s1v1eyrbt7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_TVP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_OffenderEthnicityHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Economics_PrivateSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvdl3n1msef1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzlll0bwxv5k4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vdcwdmgxpg4cd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherDiseasesOfRespiratorySystem_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bxr7k8se5s7x4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fshhnsl90qy0d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ldt76zv4x67cg\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountryGBR_AsAFractionOf_Amount_Debt_LenderCountryGBR\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Consumption_Fuel_PipelineTransport_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_LocationOfCrimeAbandonedOrCondemnedStructure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_CitizenshipUnknown_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_HumanTraffickingCommercialSexActs_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6j3qn609jet54\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPC0_SPT_PER.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxideEquivalent20YearGlobalWarmingPotential_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_Malnutrition\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_Employed_Male_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPP_1_G2\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_WebBrowsingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NoHealthInsurance_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qty4q6bbp4c67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qwjv0ff143xlc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rw6eqgl39e03d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTWD_XWPN_DF.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_Male_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_PRM_CMPT_1519_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_15To17Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pp1z16ee7wkp5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ws19bm1hl105b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydcs1bn3ms9y3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_GoodsSellingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_OnlyEnglishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c53jk16c4g1r1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tlm8gs44twxe\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw310c5cs56k7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mxmehjhfxs495\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DYN_NCOM_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_Suicide_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RoastedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_TheftFromCoinOperatedMachineOrDevice_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/69g4s34wv55n2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wc81s568zgvf4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8CDHDO_5.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jy7thrfw5e0j\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder5OrMoreRelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/48kvxfntx2dg2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4e0fc4bwrj1m9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8dk063m2h40hh\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PlaceOfBirthLatinAmerica_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"dc/75g77dn5q74j3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EP00_YNP_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Female_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kycx6c21ss8z4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjw2cplvx2qmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfqwsf50yfbmb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_CerebrovascularDiseases_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterNo_SchoolGrade8_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4xy9t88gtmmp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hndxvvnzf2yr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0vtcew22bz77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjzsnw4z75zjf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_MotorGasoline\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_25OrMoreYears_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgch9n8tzghkd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionPlague_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6p6p6nx5yrjz2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vgc2dwvyvqd7d\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_LarcenyTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0v67g55628t3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4yg44xmr4lrr5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qd1ncv3e2rje\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.21-3-MTOE.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCBiologicalScientistsAllOtherOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_CharterNo_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_NontransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_Civilian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fxw60rxykwz1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfhjn9q0v8k5c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r8je87hdsfv48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_OnRoadVehicles_NonBiogenicEmissionSource_PM10\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10To19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrLessYears_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Impersonation_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/057gvtnp0gvr1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6sljs4th09m25\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r0fv9e41dt03c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationUnknownBias_IsHateCrime_LocationOfCrimeHighwayOrRoadOrAlleyOrStreetOrSidewalk\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Pneumonia_AsAFractionOf_Count_Person_Years5To14\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5tf08vzm5cxyf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_BureauOfIndianEducation_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Suburb_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HealthDataResearchUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceSomeOtherRaceAlone_IncomeOf20000To24999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanWageEarnerAndClericalWorker_MotorVehicleMaintenanceAndRepair\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_IncomeOf50000To74000USDollar_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/90b9x74yn7td9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nf9c0ytxz3602\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q48kx4vwtnml4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MNSRX_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_NAICSManagementOfCompaniesEnterprises\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InstantAndFreezeDriedCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6wvlty0jszwb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentDoctorateDegree_Female_WhiteAlone_AsAFractionOf_Count_Person_EducationalAttainmentDoctorateDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA06_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yvvv06p9x5jq\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.E_ERTW0_XWCE_C.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/21j845ny0gpl6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z3k4tm6h4frc6\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_IsHateCrime_LocationOfCrimeRestaurant\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_OccupiedHousingUnit_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaSpiralisEtiology_PatientDeceased_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InArmedForces_InLaborForce_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry2000OrEarlier_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0800To0829_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_NeverMarried_OneRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusUnknown_PatientHospitalized_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ToxoplasmaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18OrMoreYears_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_StatutoryRape_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9367yhz38ndj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljc3zg0sctch\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto4_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9rn9q0gz23jxh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gh1v0yrvtk6g5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Town_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8k0mys8k94n65\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionMeningococcalMeningitis_SerogroupB\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k2f4p2xrxlm03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1d9zr380e0q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dj6dg4618tnv6\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_95PctProb_LessThan_Atleast1DayADecade_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_VehicleCrashIncident_CollisionCrash_RearToSideCollision\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_OfficeSuppliesStationeryAndGiftStores\":{\"byEntity\":{\"country/USA\":{}}},\"dc/015ss6gd0wl2c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/02h2efw7h1rd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dej9degddytc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hzp55yskjmdvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/st911qnwe8qjd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupI_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hk3j0b1p4w914\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryESP\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceHispanicOrLatino_IncomeOf60000To74999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_HypertensiveHeartAndRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_PublicSchool_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8cxm4417sq9h\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8gch0gcsq568\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h4ylm7f66hrx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rbl7pp2nw905\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h7drslkymwle7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/R00-R99_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLineUpto4_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4wvgkgtpybv19\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP4_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_PurchaseSubscriptionAndRentalOfVideo\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-LR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/NE_GDI_TOTL_CN\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5bvl6zm36sqm6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_FamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GirlsApparel\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TobaccoProductsOtherThanCigarettes\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To64Years_WithTricareMilitaryHealthCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Catholic_Geography_PrivateSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0e9v5yq2zzj2g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.NGA_EPG0_SACW0_MMCF.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7rqq6kw79zpc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tv1ejp1x0xggh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_4549_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9701tx0vq8d5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w17mg77f5yme\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_UtilityScaleSolarPhotovoltaic\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotAUSCitizen_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7pc4v69e2jt1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wyxmw2dy6t2xh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_VictimTypeReligiousOrganization\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_MeningococcalInfection\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_Male_PaidWorker\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhhgtxhn0llrc\":{\"byEntity\":{\"country/USA\":{}}},\"CountOfClaims_NaturalHazardInsurance_FEMAFloodZoneV07_BuildingStructureAndContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25000To34999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthOceania_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/55wr9j7tq5397\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rg4elenz620h4\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_GaussianMixture_5PctProb_LessThan_Atleast1DayADecade_CMIP6_HADGEM3-GC31-LL_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_30Years_Female_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_WireFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0h1zk175ttlj1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccdj863qbsne8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sel1p71e7gh94\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AlzheimersDisease_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/26xny3d4bcz1d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ylmdnlq56jr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hp8jdr94t7px5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9rvk8yrfjzx2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybnl8ks1deqv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Essential(Primary)HypertensionAndHypertensiveRenalDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_SmartTelevisionUser_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ez2stfvtxx57c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vk6se7pc2445c\":{\"byEntity\":{\"country/USA\":{}}},\"QuantitySold_FarmInventory_CattleAndCalves\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_MalignantNeoplasmsOfColonRectumAndAnus_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfBusinessMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_Female_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithCashAssistanceInThePast12Months_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05c0j0fp272z2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w7qd273knbpj8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xb5ft8md1e4tb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k0gb6b2vbxt58\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gkjmnwhj70z1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8swmgpmwwj438\":{\"byEntity\":{\"country/USA\":{}}},\"dc/whb7h373656k\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_TAX_PAYM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_NoHealthInsurance_ResidesInHousehold_DifferentHouseInDifferentCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Suburb_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_WineAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7tb6mg8syz10b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/98r7efn81n9l9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v9gfmpdyqw7pd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n0yr4wpgxfrq2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_MicrocoleusLyngbyeiEtiology_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9036lpsl4zdbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d2tvyn0ckl3v3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGCGU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceWhiteAlone_Islam\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_EasternChristianity_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/srmh0ndb28xg8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_Suburb_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentLessThanHighSchoolGraduate_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_HumanTraffickingInvoluntaryServitude_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.RES_EPCCOND_R03_MMBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_CPA_OFDI.TYPE_OF_OFDI_SCHEME--OFDI_DIRECTCPART\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_18Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r6l39k1nyfhe8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-7-MK.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FilmProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_RepairOfHouseholdItems\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPLLPA_PCS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Male_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOORDB_SKB_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSCCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumEtiology_PatientDeceased_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Town_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xn1g94fty268b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCTCD.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.COIMK.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/egv1vvk1hv0kb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fgehry01pmdeh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ACS_CMPTR.EDUCATION_LEV--ISCED11_2\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Household_ComputerUsageAtHome_HasComputer_HouseholderRaceAmericanIndianOrAlaskaNative_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_0To4Years_SummerSeason_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_UnknownOffender_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xx9lyfcxh4r3f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PATCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIX_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35To64Years_SelfCareDifficulty\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_Male_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCLifePhysicalSocialScienceOccupation_WhiteAlone_OnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/420l03dlqgydf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwz2kkg5wf6y\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionInfluenza_PediatricMortality\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_HouseholdEnergy\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_City_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_AggravatedAssault_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_With0AvailableVehicles_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mg86d3dknwklg\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityHispanicOrLatino_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4r46qskdr16q6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b1dw9s1mq6cvb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4xqykqk6bz4\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NoDisability_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tezwvshfvze8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pfp068r9jj38c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xg37y4f10sf6c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4dy73sx5fqc6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g1tc4hfrxn2qd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zjmhe58fej3tb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_XSPENDP_1_FDPUB_FNNONS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/qgl2qmp8bd58h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Variable_AdministrativeArea2_ClimateAndEnvironment\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Accidents(UnintentionalInjuries)_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_Leukemia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_Widowed\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_6OrLessYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_VictimTypeSociety\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TETGR.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderAfricanDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_Mycotoxins_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_KnownOffender_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"SampleSize_Count_LiveBirthPregnancyEvent_TeethCleanedByDentistOrHygienist_DuringPregnancy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/57kmmzy9c7k8\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneV20_BuildingStructure_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/47r5pjdrxfgj3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PublicSchool_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w59g6zs2tymv9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMU_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PRWHU.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/92mplrg472596\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzsh3k3r538e8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kbhqwleer6wb6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfhklq4y38lfh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tvk4sk8wqerfc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v2d78fm3lxyz3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_PepticUlcer_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1y3066h2mj2wg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jkphff79xxrx8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k5dk9x3cnjd31\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6hq168w1t3hf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_InSituNeoplasmsBenignNeoplasmsAndNeoplasmsOfUncertainOrUnknownBehavior_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2qz6t006hwejc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.116-12-BKWH.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_22Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Catholic_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDFDB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugOrNarcoticViolations_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l8hps5jct4pb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.12-4-TJ.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"worldBank/SP_POP_0014_FE_IN\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x8bj86t403tp2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGDS.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn9831qpyy3b4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yncv6mp8st7cb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_OnlineClassUsageOrJobTrainningUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionDengueDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3djf0dj2bwtcf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3z5j2bf72zn3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MD0SC_1.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zrpv5z8rvjnj7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_DrugOrNarcoticViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yj0bdp6s4ml5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qxgdm1q43z72h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1dqw52pfphbfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjbv81s95rp48\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_AutoProducerElectricityPowerPlants_CokeOvenGas_FuelTransformation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NotAUSCitizen_ForeignBorn_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zq4mchgczk42f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qx0nzjgy5h73b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yndkn63mqmg5h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1jvzjt530rcpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4k5s6zg1j0zs3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g47v3xbl2jl64\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pzyp3knbrhdb6\":{\"byEntity\":{\"country/USA\":{}}},\"LowerConfidenceIntervalLimit_Percent_Person_18OrMoreYears_WithHighBloodPressure_ReceivedTakingBloodPressureMedication\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_NAICSManagementOfCompaniesEnterprises_WithPayroll\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionBrucellosis_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCNaturalResourcesConstructionMaintenanceOccupation_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentSomeCollegeOrAssociatesDegree_TextMessagingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rgrrn61j7rfr6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Male_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"RetailDrugDistribution_DrugDistribution_14Hydroxycodeinone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/88k92k6ykd594\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw2q5nbzzvjt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q05kc0dwjpvd9\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionCryptosporidiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSArtsEntertainmentRecreationAccommodationFoodServices_SOCServiceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ylglsj5z762cf\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_IHR_PSRCN.SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_7Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6k41eem0gmjjd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c4hvsj3d44bkb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_NAICS52-53_PaidEmployee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hkks7lm52xw6b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5To17Years_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0pydyxf4bgjgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8gzw2zjw0h4y2\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_RetailSales_Electricity_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_Emphysema_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Female_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hd6b44f63m5yf\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCNFB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentMastersDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0llhlrmmm5ce2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n1yq53lw9yx6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0wbn9c2nzyq8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAsianAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5To17Years_SpanishOrSpanishCreoleSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_OtherGases_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c5y4k0zkk6kfg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xnjg5dr2xf663\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3p3ym0gm2glg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMumps_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_NutritionalDeficiencies_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Rape_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07rkjk3806772\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_55Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"WithdrawalRate_Water_Domestic_SalineWater_SurfaceWater\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvpy11be0t8yf\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_NotSpecified_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wxv7zrk4nl6yc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGI3P.A\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_HeatContent_Coal_For_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_96Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_5OrMoreYears_USCitizenByNaturalization_OnlyEnglishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4l08yw9l35sl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9q3qp8jvl4lm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djcz64bqh8jj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years45To54_Asthma_AsAFractionOf_Count_Person_45To54Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_OffenderEthnicityUnknownEthnicity_UnknownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9bn6x6zrdzq59\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RQIMB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e7gbq3lp3m6h7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_CounterfeitingOrForgery_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female_AsAFractionOf_MarginOfError_Count_Person_15To50Years_EducationalAttainmentSomeCollegeOrAssociatesDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp87gbcslcc79\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G5_F\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimeMilitaryInstallation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupIV_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To19Years_SingleMotherFamilyHousehold_BlackOrAfricanAmericanAlone_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EQTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rbs51kzgmpwrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/spef6z1cg6qy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbwm457pwd2y6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPK_YPB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_14Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exdy1y297p3zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pvmyrtl80fedf\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryBEL_AsAFractionOf_Amount_Debt_LenderCountryBEL\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_SapovirusGenogroupII_PatientHospitalized_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_Female_DivorcedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2kp8m4s2m8rkb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nj8zmcdexkc7h\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade12_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDACB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_ForeignBorn_RenterOccupied_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_LaptopUser_IncomeOf100000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceTwoOrMoreRaces_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7d641b7vr1rj4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sc4jlexzrq55g\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_LongTermExternalDebt_LenderCountryJPN\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_ICD10/I00-I99_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0tdxplwqpct1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9lkczw0fttkt8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5qycnqmd9393\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Atherosclerosis_AmericanIndianOrAlaskaNative_AsAFractionOf_Count_Person_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDDC.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzzz77qfvxmg5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--F__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_WeaponLawViolations_IsHateCrime_VictimTypeMultipleVictimType\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89jrhgn2713cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxnl33169r8p2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rfz6z1kmv5tj2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ty5hhxvjfl5d2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zr7lp2bh4twhg\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Shoplifting_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_SmallScaleSolarPhotovoltaic_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeprosy_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_OtherDiseasesOfRespiratorySystem\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_DesktopUserOrLaptopUserOrTabletUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89wm1nkzmvnq6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bb9js32vt6lch\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ccxtrp9n9e5f3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqd05brf153z6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hfxcf88fxhcg2\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tst3prfzr9b\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_TransportIndustry_AviationGasoline\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_3OrMoreYears_Civilian_DesktopUserOrLaptopUserOrTabletUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_Coal_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d0c34t4md1372\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_SubbituminousCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WeaponLawViolations_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.4417-2-QBTU.A\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionYellowFever\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e57q03pcdxpld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1zd9vj1yt95d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vvf5yfwkjhtb5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Robbery_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hb42tbwy5rm3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ls7fq3jezhlbd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOOOXH_SKR_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOT7B.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInvasiveDisease_HaemophilusInfluenzae_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"dc/252bbym6pebp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9jr2b32974dm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b24cf1tcnw1s6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_USCitizenBornInTheUnitedStates_Female_Native_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DateOfEntry2010OrLater_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FEP_56_F700\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zz1pfjell7jqd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Assault(Homicide)_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_Male_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdff8bs89wz28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Influenza_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_BronchitisChronicAndUnspecified\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_CMPT_15UP_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_MovedInDate2000To2009_RenterOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6b9x6q7278gs6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n2x7w4dwhjlwg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wsl2548f719w4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLCAS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/348hn346pe046\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g83zsrs47m4tc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w184l3e774kk5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_NEET.AGE--Y15T24__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_HouseholderRaceBlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_StateGovernmentOwnedEstablishment_NAICSArtsEntertainmentRecreation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g8lqwd96f2y87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z884c55cp9594\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_MotorVehicleTheft_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"dc/je7n2rx9q3ww\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mjj0ddb63ezz9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1njzyt2pcejd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/06z27mdfhgdh8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qq6e41mlq9kz6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BI_PWK_AGES_PV_SM\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_2Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_56Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v36zdtbtfmd28\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_74Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_AllOtherLarceny_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tpql2nr8dq8y9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xv469fnnj04zc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_ForeignBorn_PlaceOfBirthAfrica\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1407vft80y9d7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w5rdt65mnwn41\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Tomatoes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bp6dg4j47v0l2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_OtherHeartDiseases_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rlsxn8yxjklb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Town_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kfprf04m0tjn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt6m4bxxccyrh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8r7l00p83knkf\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ElectricityGeneration_KeroseneJetFuel_FuelTransformation\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_Years25To34_ICD10/I00-I99_AsAFractionOf_Count_Person_25To34Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FoodServicesAndDrinkingPlaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SomeOtherRaceAlone_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Establishment_LocalGovernmentOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfTransportationAndMaterialsMovingMajor_EducationalAttainmentBachelorsDegree_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/crw4m34pvr0qc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PYICP.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_6569_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_41Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bjfcd2nvnt788\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxj4sbpb22d56\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pkx6cxgcw8w8c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_TabletUserOrEbookReaderUser_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_27Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_3OrMoreYears_ForeignBorn_PlaceOfBirthAfrica_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ly0f7kprrwh01\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2.5\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_24Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_92Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_InformationAndInformationProcessing\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_JPY_LenderCountryCHE_AsAFractionOf_Amount_Debt_LenderCountryCHE\":{\"byEntity\":{\"country/TGO\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PetsPetProductsAndServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/99np5zjlw60q2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8le3cqd3r71zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t535y3j0hcwl8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesByOtherMedicalProfessionals\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4h1tnvy6b8962\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7xqhlrxynr5m4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6zygc8xtzgrrc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l36mt6s9xb7mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/melkyh1epqzm3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdhqtswcvsjy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q20gqsx7vs7x9\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-MM_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Islam_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years75To84_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_75To84Years\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vjjbxvkfg4epg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ybhkllbjv56m3\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPL2_YIR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetServiceSpeed_HouseholderAge45To64Years_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_MalignantNeoplasmsOfLiverAndIntrahepaticBileDucts_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/clcm2pkgj1r53\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterNo_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/weh8mtxrff1zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11w4lr006rg33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/49747qqsbfcq4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_NaturalGas\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9yxelzrk4rpj6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fdy1hyzxmbq11\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_PRD_FIESSN.AGE--Y_GE15__SEX--M\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_IncomeOf75000To99000USDollar_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionStreptococcalToxicShockSyndrome_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherDisordersOfCirculatorySystem_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years5To14_AcuteMyocardialInfarction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y10h5d3vr72k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_OtherAndUnspecifiedEventsOfUndeterminedIntentAndTheirSequelae\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FrozenAndFreezeDriedPreparedFoods\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtPublicPlace_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_MobileUser_Urban\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ProductionAndNonsupervisory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/00f94p5tcgpl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cfxmycwx0p1z6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionQFever_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16OrMoreYears_NoHealthInsurance_NAICSConstruction_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NAICSConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_FederalGovernmentOwnedEstablishment_NAICSAccommodationFoodServices\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5d7xy0k9ymmt2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsbygep0j5mbc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/50gf53mjz5sv9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c8nppdee1wsjg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtCafeteria_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Male_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_ScienceOrEngineeringOrHealth_NotHispanicOrLatino_Female_PostDoctoralAppointeeOccupation_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_50000To74999InflationAdjustedUSDCurrentYear_NonInstitutionalized_ResidesInHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthWesternAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Catholic_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qngvl5lbl8949\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInSameCounty\":{\"byEntity\":{\"country/USA\":{}}},\"dc/njw5xqf7qqwk6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t96kxwlvh5kk3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t76tqxn438sy8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chromium_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Arson_IsHateCrime_Heterosexual\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_ENRR\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_Manufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1h1rnmvtj706b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v3qgsf0r1zsyg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SocialSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhfwzbgk1y6zd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gly3peb6x5wqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetDataLimit_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaUnknown_PatientHospitalized_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6kb0gzvrwzjn3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ff9bb6h4we335\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w1j6k5wqf0em4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MotorVehicleAccidents_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_51Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hvfhbbnk6d8dc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.B1SCP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kjm2xvqbwqn11\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_TransportAccidents\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_IncorporatedBusinessOwner_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Suburb_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8rdkhjxswly57\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_7074_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NoDisability_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e8j9t8dz0s6fb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9pqsz4e3gnmg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68wghsywt34m3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8zdzmv97213b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jbgtdmprvvfqg\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8h5ekk66j9zvh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xrjry1mr5zkjb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_OtherChristian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfn3205lg8264\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_Coal_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Female_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cycrs4nvxsehf\":{\"byEntity\":{\"country/USA\":{}}},\"MinTemp_Daily_Hist_5PctProb_LessThan_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSRetailTrade_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_VisaHolder_ScienceOrEngineeringOrHealth_MastersDegree_UnknownEthnicity_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9999OrLessInflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthAfrica_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_Town_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ktqrxbdyxqwh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ljj7vplrjc5bb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AllOtherFormsOfHeartDisease_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_9Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WorkedFullTime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_HeatContent_Coal_For_ElectricUtilityCogen\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_SportsVehiclesIncludingBicycles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nplk1b9cbvre2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjpex2gsd0f77\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEnterocoliticaEtiology_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_InLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade8_Town_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_TaxReturnPreparationAndOtherAccountingFees\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jh9myxggthdkb\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_City_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7q81k2khsys89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfInterdisciplinaryStudiesMajor_EducationalAttainmentBachelorsDegree_Male_Black\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_55To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Amount_EconomicActivity_Sales_RetailAndFoodServicesExcludingMotorVehiclePartsAndGasolineStations_FullServiceRestaurants\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8fd43r7gt7ml1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1kmc7q5d1551\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_BC.COUNTERPART--AF\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAgeUpto25Years_IncomeOf40000To44999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85Years_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAModerateRiskFloodZone_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"eia/INTL.13-2-TBPD.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/zsferssx1ghe2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionNonparalyticPoliomyelitis_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To39Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AsianAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_PurchaseOfPetsPetSuppliesAccessories\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p5dxrk76lnk\":{\"byEntity\":{\"country/USA\":{}}},\"dc/der43dvl938b6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/RESLV_ISV_MGDA_XD_DB1519\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_21Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5OrMoreYears_SpanishSpokenAtHome_ForeignBorn\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainment8ThGrade\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_SOCMathematicalScienceOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g18f9jcl3rec\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Income_Person_15OrMoreYears_WithIncome_BornInStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ADT_EDUCTRN.AGE--Y25T54\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_12Years_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cxqn7elbj59f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhreq465zqv43\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y49d9ccmpwyg7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Amount_Emissions_Transportation_NonBiogenicEmissionSource_VolatileOrganicCompound\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_IndustrialWaste\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m7d5123g7qw36\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t7n9xg25lqpt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionMeningococcalMeningitis_OtherSerogroups\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_NotAUSCitizen_ForeignBorn_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Burglary_IsHateCrime_Mormonism\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_OtherReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/466g3v84w63q3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/skgjj4c460bq\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WatchingVideosUsage_IsInternetUser_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_SuspectedCase_AnimalContactTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentBachelorsDegree_Female_AsianOrPacificIslander_AsAFractionOf_Count_Person_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nwpnph9gs2re8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v286nx1gbrc29\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_72Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0jhbx32rrf10d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewk0cc2rx38p5\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_HomeValue_HousingUnit_HouseholderRaceAsianAlone_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.LUTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MBYRX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimeCollegeOrUniversity\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To34Years_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf15000To24999USDollar_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NoDisability_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1pfhxfg9djrf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pxt7l6njvwbkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_98Years_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Generation_Electricity_UtilityScaleSolar_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_CrimeAgainstPerson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b704fb5lrtktf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d8rc5x2jqe0eg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n9bzbm94km2d3\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_CHF_LenderOPECFundforInternationalDev_AsAFractionOf_Amount_Debt_LenderOPECFundforInternationalDev\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_66Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5zsxt9geg6zcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/763esreqx30f7\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumLiquids_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_CellularDataPlan_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_UploadMediaUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt6ph9n9b9qkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Sapovirus_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_SimpleAssault_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c91n3mf8zv26d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t9jeqqbsj3cpg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wt8p6gqjxyqf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_47Years_Male_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_PovertyStatusDetermined_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterYes_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Arson_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h578sj35rvlfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lpkk5gqbb9w81\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y3mty1dp5b5g9\":{\"byEntity\":{\"country/USA\":{}}},\"CumulativeCount_MedicalConditionIncident_COVID_19_PatientDeceased\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_MedicalConditionIncident_ConditionVibriosisExcludingCholera_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCComputerMathematicalOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tq005x02204c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ctjldzcrvb7df\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t48h8nt28ser9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fejgfg2d2kv2c\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.DKEIE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p0jygle9r839\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_SCHL_5054_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetReliability_HouseholderEducationalAttainmentCollegeGraduate_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NotInLaborForce_FreeInternet_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Town_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b4ycynffdryf3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vps435ly8qh62\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100Years_Female_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderRaceAsianAlone_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k91qzdrqt3r91\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_MPI-ESM1-2-HR_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_WithEarnings_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Town_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ARTCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SH_DTH_NCOM_1559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Annual_Emissions_GreenhouseGas_FuelCombustionForRailways\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/352wtbm37xtzc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3esp9zry3dcvd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_FactorForHomeInternetCustomerService_Male_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Male_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3gx5wz7r3ysn3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_LKW_QLTRB.DEVIATION_LEVEL--DL_LOW\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_26Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpcbj92m7cee4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mdbgh6pps1wl1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BabyFood\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mn1b2tmkw49yf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s3vzv4w9v1bt9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMeningococcalMeningitis_InvasiveDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_ServicesLessRentOfShelter\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d85hvbx8n99md\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDPRP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_MajorAppliances\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eztrr1626hks5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_35To39Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/plv38kye9dqgb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yb8es79j023y7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_City_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/982e4wedw32l8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmlnl58xxg5w8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_AshContent_Fuel_ForElectricityGeneration_LigniteCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ViralHepatitis_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years15To24_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_15To24Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_Rural_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD1_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_IncomeOf25000To34999USDollar_DifferentHouseInDifferentCountyDifferentState\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithoutFoodStampsInThePast12Months_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8wkwmbmwbydl2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1hx5k9q9fzed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vb4b1bsvjl5f9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hpk9n2sw21eg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6j18rtg73sxd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_DEM_LenderCountryDNK_AsAFractionOf_Amount_Debt_LenderCountryDNK\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MortalityEvent_Years15To24_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_TheftFromMotorVehicle_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p4cnxtv7hfbh4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_43Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_WithDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Town_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionAcuteCondition_HepatitisC_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_SOCPhysicalScientistsOccupation_TwoOrMoreRaces_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"DifferenceAcrossModels_PrecipitationRate\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SOCSalesOfficeOccupation_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCPsychologistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v7k8bvm23m9ph\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BDAUB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ListeriaMonocytogenesEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishVeryWell_5OrMoreYears_YiddishSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade8_Rural_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3446qqsg50w4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tqs636m1z3m49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wzqkjpwwrw9k9\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Imports_Fuel_Fuelwood\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainment9ThTo12ThGradeNoDiploma_Female_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade12_Suburb_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0kkgn7ps90fcb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b8kq8nencxyw\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_USCitizenByNaturalization_Female_ForeignBorn_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xeyfr3yvl5qmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kzcvvsxtk8zsh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_ALP_CPLR.SEX--M__EDUCATION_LEV--ISCED11_3__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_3Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Science_PrivateSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_PublicSchool_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_5559_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/0n4ymqbpj5cm\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m1242s89cmx87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mgtc7846t35fd\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_EconomicActivity_GrossDomesticProduction_Nominal\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf10000To14999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3g0zjg2fk4nt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationJournalismAndRelatedMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Catholic_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CrimeAgainstSociety_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmsOfLymphoidHematopoieticAndRelatedTissue_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21Years_Female_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_HouseholdSize_Household_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wjrqf8s5tzs53\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PMCCB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_ForElectricityGenerationAndThermalOutput_PetroleumCoke_Commercial\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal2To3Rooms_PlaceOfBirthCentralAmericaExceptMexico\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade12_Rural_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/736jv1jp81w21\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_AcuteMyocardialInfarction_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.RYPRP.M\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.JFTCP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WYEGB.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PrivateNonGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_Hire_NAICSOtherServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pc71n1ter3qf4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4yxrfb55q9e\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dnmn0v2c1xhgd\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/czr4n26slxcw5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f4ng2rh5q7z7d\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPJK_PTG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_POV_DAY1\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterNo_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/db9c76settgqg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qvgbnmzw8tbxb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_InternetUsageAtAnyLocation_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5n12gc77c3r5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/htjn5hzhstfs7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupII_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hhp9pmxt0vxf9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientDeceased_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bpcxwpg5qkjz5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IdentityTheft_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzzl0rx7m1yf9\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Suburb_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lkszxt7bcb4lh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceWhiteAloneNotHispanicOrLatino_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_StartTimeHour0500To0529_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationDisabilityStatus_PocketPicking_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cc6f880yfg0qc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z9mpnp8ty0hw5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPM0RO_YPB_MBBLD.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_MarriedInThePast12Months_OwnerOccupied_ResidesInHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCEngineersOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bczq57st9hd47\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1jegjyzs2dd8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mb51zzcvvpmt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Male_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d1tz6cn169re7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StatutoryRape_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/428vfq74jlpp1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zbnl97ylmj8d4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionMalaria_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Female_SchoolGrade12_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j0dc5dg7g54zg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7jp8hxkbcsl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqvvm43xtq1z5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_OtherCrimesAgainstProperty_IsHateCrime_AtheismOrAgnosticism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7b7kdr7kg73s7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/msk1b6xr2rf15\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0z7j2bw5pb4c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_IsHateCrime_LocationOfCrimeMissionOrHomelessShelter\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Age_Person_Female_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_Burglary_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1egbj1p8pm92f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cf8sdh56g8jwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/drjbfevwyvwl7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqxx534vg08cg\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SE_SEC_CUAT_UP_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_ServiceForSaleUsage_IsInternetUser_Veteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_OtherAcuteIschemicHeartDiseases_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_Female_1.0OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.KSTCE.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktbdrtmm6mbc8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_EnergyIndustry_GasolineJetFuel_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_Hinduism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3To4Years_Female_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_CrimeAgainstProperty_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j8bwts7fkbf98\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qw6qqzhmgt4c1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLEY_VPP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Death_Upto1Years_CertainConditionsOriginatingInThePerinatalPeriod\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_CellularDataPlan_InternetUsageAtAnyLocation_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_NondurablesExceptFoodAndBeverages\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f66bvgxl3fcsh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmOfCervixUteri_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_AshContent_Fuel_ForElectricityGeneration_BituminousCoal_ElectricUtilityNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w0qmsr3jk279g\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade12_Reading_PublicSchool_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q4rhkgjh7ejhd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yljfxw94svkvc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ymljmkpvyvt1c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Female_AbovePovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_PrivatelyOwnedForProfitEstablishment_SOCServiceOccupation_IncorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_SchoolGrade8_Suburb_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w9e371gcz6v74\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionEhrlichiosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Female_AsAFractionOf_Count_Person_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20To34Years_BirthInThePast12Months_Female_Unmarried\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthForeignBornNotBornAtSea_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Rape_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CrimeAgainstProperty_IsHateCrime_VictimTypeGovernment\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jcklspgcytpv4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_WireFraud_IsHateCrime_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_AtheismOrAgnosticism_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.W_EPLLP0C_SKB_MBBL.W\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_13Years_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_20Years_Female_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Emissions_CarbonDioxide_MaritimeShipping\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Sodomy_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_City_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"data.census.gov/table/EC1200A1/variable/PAYQTR1__naics2012--72%%taxstat--00%%typop--00\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2eqfkk27sv23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qjtf8h02jscbb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EnrolledInCollegeOrGraduateSchool_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_City_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ypqch00s2pdt6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionInfantBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_12To17Years_BelowPovertyLevelInThePast12Months_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_25To29Minute_WorkCommute_Employed_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sflnery176nk4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WDPRB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_83Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/65bp65gc7b4zf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rzfmn8p4vf5v4\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_NERA_2_M\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1lndepqtr2nfd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykq6x8jp5t9m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hswkbcytjlq67\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tbslrqg0b7gzb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_BelowPovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/07cy28r3rcw41\":{\"byEntity\":{\"country/USA\":{}}},\"dc/955fb2f6rsn5h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b77rw0jvtz017\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cp00qmj1f3jd6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_UnemploymentInsuranceClaim_UCFENoStateUnemploymentInsurance_InitialClaim\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Rural_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_SulfurContent_Fuel_ForElectricityGeneration_PetroleumLiquids_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FreshCakesAndCupcakes\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1x762ebh5rgr7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cvlkz4j9m5swc\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Receipt_Fuel_ForElectricityGeneration_BituminousCoal_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nplyjyt7hyjdh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_MotherHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_FreeOrReducedLunch_SchoolGrade12_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_City_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_HaircutsAndOtherPersonalCareServices\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanConsumer_IndoorPlantsAndFlowers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hrlel2805rrt1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mc1dz5j8y6c09\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother25To29Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_1950To1959DateBuilt\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Male_SchoolGrade8_Music_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09eq0x4sctt8d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9tbx7gfqsznb5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/phtdhrryk5xk2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zdrskn0b5lx5c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Student_ScienceOrEngineeringOrHealth_MastersDegree\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade4_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1vhmfr6lrnn3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p8mp4nc7682m8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqd02gk7sq8n5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Unemployed_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_OtherCrimesAgainstProperty_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dv5e97tkhbzm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jr1brp8l7zzl6\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_DMFN.PRODUCT--AGG_IND\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/BAR_TER_ICMP_25UP_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hbqy5ey2081c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx3b0j4mqws78\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ydzn6bgnbgrl7\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPPRL_PTG_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionGuanaritoHemorrhagicFever_Black_AfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNursingFacilities_SameHouse1YearAgo\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceAmericanIndianOrAlaskaNativeAlone_EasternChristianity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CryptosporidiumUnknown_PatientDeceased_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLegalProfessionsAndStudiesMajor_EducationalAttainmentBachelorsDegree_Male_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m6q8wce6pfvth\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_POP_1519_2_MA\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringRelatedMajor\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO1RO_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_SulfurContent_Fuel_ForElectricityGeneration_LigniteCoal_Industrial\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Farm_10To49.9Acre\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y67p800g45jp1\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cw7sz99gch4w2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvh89h6tr96k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mfevp32bqs5v2\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGEIS.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SL_TLF_BASC_MA_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityHispanicOrLatino_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"InterestRate_TreasurySecurity_30Year_ConstantMaturityInflationIndexed\":{\"byEntity\":{\"country/USA\":{}}},\"dc/24t8p1jt1dm1f\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBYI_SAE_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pcnlcs43crhm4\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_ExtortionOrBlackmail_IsHateCrime_Male\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2ptwb5ycp83c4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/89dm7ezzh6zfb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d5jpmxjrbhrf1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dvwdknmkdr6y3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fvm7qzn0bhed\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_WithMortgage_OccupiedHousingUnit_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionPerinatalInfection_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_87Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthLatinAmerica_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_FreshFruitsAndVegetables\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterYes_SchoolGrade8_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1yhvyt6clc8r7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/633wvvm74jl3g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.BDTCM.M\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_1OrLessRatioToPovertyLine_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdd5wdyl3bykf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInMilitaryQuartersOrMilitaryShips_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_WithChildrenUnder5_ForeignBorn_PlaceOfBirthSouthCentralAsia_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto18Years_RatioToPovertyLineUpto4_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_OffenderEthnicityMultipleEthnicity_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zd1bw3m7wt6d4\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18To59Years_AbovePovertyLevelInThePast12Months_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthEasternAsia_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f2vvhsqk04ct7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9phvjekf9xde9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sp73376ygbjx6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Civilian_NonInstitutionalized_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_SexualAssaultWithAnObject_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_NotSpecified_IsHateCrime_OffenderRaceAsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_CharterYes_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_Science_PrivateSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Receipt_Fuel_ForElectricityGeneration_SubbituminousCoal_IndependentPowerProducers\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cegkxcjrtgjj5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_MarriedCoupleFamilyHousehold_With3OrMoreWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfScienceOrTechnologyOrEngineeringOrMathematics_EducationalAttainmentCollegeGraduate_Female_AsAFractionOf_Count_Person_EducationalAttainmentCollegeGraduate_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_CharterNo_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WhiteAlone_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nlhh5qmsvkk7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/67wgv5y7l13hh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaEtiology_PatientDeceased_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t56jlwfzg8s36\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xthgvhhe4e7y4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_HouseholderRaceHispanicOrLatino_MarriedCoupleFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hcmmhy5g321x6\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade8_Science_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ew5jem3883y08\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t4dn64tczbg4f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_4Years_Male_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_FurnitureAndRelatedProductManufacturing\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cbdmj0mwlm30c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8zbmcykcq4c5\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h8ldgf5g9sk38\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_ConditionInvasiveDisease_HaemophilusInfluenzae_OtherRace_UnknownSerotype\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ewsm1f4j5scvg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PLICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_WithSocialSecurityIncomeInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_Female_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/he7k1mr7g53z7\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationMultipleBias_DrugEquipmentViolations_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e2rbdzcr0spm9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rs6c1g3eb9cl3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sxdlnck8mpmr9\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationMultipleBias_TheftFromBuilding_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Weekly_Mean_UsualHoursWorked_Person_Employed_GoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_95PctProb_Greater_Atleast1DayAYear_CMIP6_HADGEM3-GC31-LL_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_EscherichiaEtiology_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6Years_Male_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_PublicSchool_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxzs6xydl5rwf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f9b5c27ynwyt\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSingleBias_Impersonation_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8f7yy6gst0w12\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy84e9y8f2q76\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SettlementAmount_NaturalHazardInsurance_FEMAFloodZoneA20_BuildingContents_FloodEvent\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cv3se7m8p9sk3\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_1__INCOME_WEALTH_QUANTILE--Q4\":{\"byEntity\":{\"country/TGO\":{}}},\"Percent_Student_AsianAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/944rh4417xdv2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n5s314hcre731\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x78ye890gj8j6\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/GFDD_DM_16\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"worldBank/NY_ADJ_DCO2_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Rural_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_PublicSchool_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dblknr5x8wh9c\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_CharterNo_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Catholic_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxt6t29ntwp73\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_InLaborForce_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2r1c78wzvbq58\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"ReceiptsOrRevenue_Establishment_NAICSOtherServices_WithPayroll_ExemptFromFederalIncomeTax\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d7yfwf71psr33\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jep5drggecsn7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/se7dwhs2kvm6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1bmmn5lc8968b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ky1t2dtxn2tx2\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_FamilyHousehold_ForeignBorn_PlaceOfBirthAfrica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DestructionOrDamageOrVandalismOfProperty_IsHateCrime_OffenderRaceAsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/decy74rgnbq03\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v1r4lr1v3xsqc\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yjh01crf4rpj\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceWhiteAloneNotHispanicOrLatino_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CleaningAgents_PatientHospitalized_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_18To64Years_RatioToPovertyLineUpto4_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSEducationalServicesHealthCareSocialAssistance_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_InstantCoffee\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2befl0mwkm586\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_USHistory_PrivateSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCComputerMathematicalOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kqcew3730ptv8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionAcuteCondition_HepatitisB\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAsian_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Hispanic_Latino_ConditionHumanMonocyticEhrlichiosis\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_Robbery_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_Rape_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_PocketPicking_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7zm46blb45tz3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjtg7hzf32eh1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6hplj6lnmtdhg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k9er0x8cn8s26\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r5wm4vd0w4ln\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5nhx35nxdzbs2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jks1t4npkley1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HVI9S.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wrjhb2x8wbqm8\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/IC_IMP_CSDC_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c6hbvc6cddgh5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7bkewfz2t9q6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_AggravatedAssault_IsHateCrime_OffenderEthnicityUnknownEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dtbhcennme1b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLPA_VPP_MBBLD.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_OfficialCreditor_PubliclyGuaranteed_Multilateral_LongTermExternalDebt_LenderIslamicDevBank\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_90Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianOrOtherPacificIslanderAlone_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade8_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysfgheejbmt7d\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthernEasternEurope_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c0m832elqpep8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q798xsytjrred\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionLeptospirosis_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_33Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/94zpfqcyh1828\":{\"byEntity\":{\"country/USA\":{}}},\"dc/svr8twfhjg97f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/62qkgc1mlsgzd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d15sswq39e94g\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_AtheroscleroticCardiovascularDiseaseSoDescribed_AsAFractionOf_Count_Person_65To74Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_Male_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3h1sgvc1m0123\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7cr51lq4cvcc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG6RX_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_NoDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_PublicSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_HispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k6fkmg00k21wd\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_WithDisability_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bh1cqpwqqfb5f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ghccd61y403kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l650z755kcecc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qhlbh3ldkh6x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwmx0zx9htczd\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Exports_Fuel_AdditivesOxygenates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_YersiniaEtiology_ConfirmedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_53Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9zjhbrp8b0021\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_PatientHospitalized_SuspectedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r3cmd8vbx6dt5\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--EG\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotAUSCitizen_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthLatinAmerica\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_DairyAndRelatedProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7wnlsrvmqn198\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gn76svrqzrkdd\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_OOP_CG\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaFlexneriEtiology_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_HodgkinsDisease_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/557hhr4vkpr91\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gv6ey3l34vln3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y92t2ybf8kmx\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_TrichinellaUnknown_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_95Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sr81d0rern4e2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xbrstqhv7tfe\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.EVNTP.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.WWEIB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_IntentionalSelf-Harm(Suicide)ByDischargeOfFirearms_AsAFractionOf_Count_Person\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z6mbym7hsmq85\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Female_ConditionListeriosis_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterNo_SchoolGrade12_Economics_PublicSchool_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WYI9P.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n3tekzqp6jzp2\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade8_Town_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/66vy9j60q4z28\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nyk5qf380t4g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p03dwxq5q9qd6\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_EverBreastfed_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithSSIAndOrCashAssistanceInThePast12Months_FamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Female_AmericanIndianOrAlaskaNative_Tenured\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_KidnappingOrAbduction_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3ew52fjzmftc5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mz2w6nqlze8mf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaBoydiiEtiology_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_2Years_NotHispanicOrLatino_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_Male_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NoDisability_SchoolGrade12_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1qqtsmeg82gpb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N9103_2.M\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_FalsePretenseOrSwindleOrConfidenceGame_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8er5m9bsvdze\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_37Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7r62mcwnvf0b\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.E_ERTWD_XWCD_C.M\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/llwtmcqn4v1v6\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_Income_Household_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Generation_Electricity_WoodAndWoodDerivedFuels_IndustrialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_AsianAlone_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Economics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m27jlyq6eeh93\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_REPR_1_G4_M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_EnterobacterEtiology_PatientHospitalized_SuspectedCase_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_WithDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44yjes1ywbgl2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ShigellaSonneiEtiology_PatientHospitalized_ConfirmedCase_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_WithMedicareCoverage\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_TwoOrMoreRaces_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rvjgmcbrm7547\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z2mj8htq2x983\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_35Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_Female_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SpeakEnglishNotAtAll_65OrMoreYears_OtherLanguagesSpokenAtHome\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade12_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_NegligentManslaughter_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_93Years_Female_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Male_WorkPerWeek35OrMoreHour_WorkPerYear27To39Week\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Rural_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/59455fclmcf23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cxtl5sfpqdz78\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qfrgh3h3xfv7g\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SG_INT_VRTDEV.INTERNATIONAL_ORGANIZATION--ORG200010\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"MarginOfError_Count_Person_75OrMoreYears_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_HispanicOrLatino_SchoolGrade12_Reading_GainAndUseInformationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vne5qqmd70rf2\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayAYear_CMIP6_GFDL-CM4_Historical\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Count_Person_20To34Years_Male_Divorced\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_BureauOfIndianEducation_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanWageEarnerAndClericalWorker_CerealsAndBakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_HomeValue250000To299999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NorovirusGenogroupI_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_EducationalAttainmentCollegeGraduate_Employed_SOCBiologicalScientistsAllOtherOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"QuantitySold_FarmInventory_HogsAndPigs\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0R_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_NORSOtherVirus_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.NGNIP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AcuteAndRapidlyProgressiveNephriticAndNephroticSyndrome_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_Male_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf15000To24999InflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Norovirus_PatientDeceased_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Rural_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Catholic_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/15nfh8t681ghf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationTransgenderOrGenderNonConforming_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_SOCPhysicalScientistsOccupation_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3kwcvm428wpq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bgqml2hfwznwd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qsxl1n60yz1sc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--JM\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_HouseholderAge85OrMoreYears_OwnerOccupied\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_WireFraud_IsHateCrime_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5gxqgtk653m85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nhq2vwdrq26g7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wb0gft9brnkpb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthLatinAmerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SingleMotherFamilyHousehold_ForeignBorn_PlaceOfBirthCentralAmericaExceptMexico_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_RetailSales_Electricity_Residential\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gw9m7bhp7cnp\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yhlc98xdzrvxc\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMM_EPMM_PTE_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x0vv6cs6mt591\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_LocationOfCrimePlaceOfWorship\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_PublicSchool_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/430ljmwf85rq8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b6m8vf5yqlcr2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q8p2tj70w1rz8\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fzr2v1yff7b9h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithFoodStampsInThePast12Months_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_HydrochloricAcid_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_MultipleMyelomaAndImmunoproliferativeNeoplasms_Male_AsAFractionOf_Count_Person_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Upto64Years_RatioToPovertyLineUpto2_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zhvts2ejn66dg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_DateOfEntry2000To2009_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kxhhh668l1b77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sqwmcr7b6s0g7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_65OrMoreYears_SummerSeason_Male_ConditionHeatStress_VisitedEmergencyDepartment\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_71Years_Male_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dchdrg93spxkf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vfgr2f6v5ey8g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wbtt3ngg69wl7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Male_ConditionTuberculosis\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_19To64Years_Civilian_Unemployed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hz45nxx33jgj8\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzskdpd60lzxb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dbzf5njzttpd6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ns1rqx6wy9909\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceTwoOrMoreRaces_IncomeOfUpto10000USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45To54Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_Householder1To2OwnChildren_SingleMotherFamilyHousehold_BelowPovertyLevelInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_PlaceOfBirthEasternAsia_NoTelephoneService\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15OrMoreYears_MarriedAndNotSeparated_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_Female_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Music\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npjgqczdg1e11\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tgjzjxbzfy71\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOETP.A\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_Science_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7msjf1qm3jj63\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_Arson_IsHateCrime_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Female_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthSouthEasternAsia_1OrLessRatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NAICSEducationalServicesHealthCareSocialAssistance\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_IndustrialCogen\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0RO_SKR_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionNonCongenitalDisease_ZikaVirusDisease\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_MarriedAndNotSeparated_ResidesInInstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_SupplementalSecurityIncome_Household_ForeignBorn_PlaceOfBirthSouthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Sodomy_IsHateCrime_OffenderRaceNativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_WithDisability_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLEXP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_IncomeOf200000OrMoreUSDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PrivatelyOwnedEstablishment_NAICS48-49_22_UnincorporatedBusinessOwnerOrUnpaidFamilyWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bqpgrb0j6fn73\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mwsrx8rnekrf\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ct0c0rzccxdy\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j1xfvqcnxzhch\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_DOD_MWBG_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"dc/7543rgtng6m59\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7dvfpw9hth93d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lvmp6y7lprvlf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ykmp8nlx51dc6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPD2_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_SEC_SCHL_3539_FE\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"dc/5rlspttthkt1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exx710qnedkf9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ezw5sfx5xd8e9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_StateGovernmentOwnedEstablishment_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_Suburb_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade4_Geography_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMR_PTC_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hjhm0w8x9ppv7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_HeartFailure\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPsychologyMajor_EducationalAttainmentBachelorsDegree_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_Female_SchoolGrade4_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRaceOrEthnicity_IsHateCrime_OffenderRaceTwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade4_PrivateSchool_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3wss23shs1t74\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nglg0nvjw3ysf\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwpzhj2485lsd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_HispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_28Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_84Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_EducationalAttainmentBachelorsDegree_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_PlaceOfBirthEurope_ResidesInNursingFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Household_FamilyHousehold_IncomeOf10000OrLessInflationAdjustedUSDCurrentYear\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50Years_Male_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_VehicleCrashIncident_TrafficCircle\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Bromine_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_SOCPhysicalScientistsOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_DrugEquipmentViolations_IsHateCrime_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rs0dyre3xl4\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_VisualArts_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bdv3dmytmprq\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hqzr7pf294z5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bepz7pypbszf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hps5pcwm2d55\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_YearsUpto1_Leukemia_AsAFractionOf_Count_Person_YearsUpto1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55To64Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Female_ScienceAndEngineeringOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade4_Suburb_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To69Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dx8ngsplm5yp5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICE.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_ChronicLiverDiseaseAndCirrhosis_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_PublicTransportationExcludingTaxicab_WorkCommute_Employed\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_SchoolGrade12_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kd9fvtwtx5d23\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lwqlh3vtpzw51\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r36jess17t15f\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/TM_TAX_WMFN.PRODUCT--AGG_ARMS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96jdvrjr1c2lf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPLLBAI_SCG_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0wkef6zs7tgng\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rjfeln0ssp89\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Male_EnrolledInPrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade4_City_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_AsianAlone_SchoolGrade4_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_Catholic_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/k1gs2q2jjzx2b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To79Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"AmountOutstanding_Debt_PrivateCreditor_PubliclyGuaranteed_WorldBankOtherPrivate_LongTermExternalDebt_LenderCountryDEU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_BirthEvent_LiveBirth_Mother48Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_SchoolGrade4_Catholic_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gxv8lrqs4w0g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dxzph54nvvt75\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--R__SEX--F__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q5\":{\"byEntity\":{\"country/TGO\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11vrv8b2193n8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yw8ywdg08q9zg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MG5SB_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e351bke5y8c75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x19n48g25sbt8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionCyclosporiasis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GiardiaUnknown_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_16To19Years_InLaborForce_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_BachelorOfEducationMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e15wl9344p0j8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N5560_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.BYICP.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/SP_POP_2024_MA\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_74Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_InvoluntarySeparation_NAICSEducationalServices_Adjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Receipt_Fuel_ForElectricityGeneration_NaturalGas_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WhiteAlone_SchoolGrade8_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6dh3nbh1el5h8\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/ER_MTN_DGRDA.BIOCLIMATIC_BELT--MONTANE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19To64Years_WithEmployerBasedHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade4_Mathematics_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NativeHawaiianOrOtherPacificIslanderAlone_SchoolGrade8_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bfjdlvjmdtqm8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSEIB.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_PatientHospitalized_SuspectedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_EnterocolitisDueToClostridiumDifficile_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_NutritionalDeficiencies_WhiteAlone_AsAFractionOf_Count_Person_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_15To50Years_BirthInThePast12Months_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Female_SchoolGrade4_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_WhiteAlone_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_TechnologyAndEngineeringLiteracy_PublicSchool_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ph9657ns8dv87\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pyykk8vnr4q4b\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Female_InternetUsageAtWork_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gynjdbsgccjhc\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_EUR_LenderCountrySAU_AsAFractionOf_Amount_Debt_LenderCountrySAU\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_31Years_NonWhite\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_CrimeAgainstSociety_IsHateCrime_Gay\":{\"byEntity\":{\"country/USA\":{}}},\"dc/80qv563fvjc42\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_25To39Years_ConditionSalmonellosisExceptTyphiAndParatyphi\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qe9wc4v6k4cb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xfbpble12cgwd\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/AG_FPA_COMM.PRODUCT--CPC2_1_112\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_18To64Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_38Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_HispanicOrLatino_ResidesInMilitaryQuartersOrMilitaryShips\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5852wpf8ppyn3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_76Years_Male_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_ICD10/A00-B99_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l0sgzx7vdpg89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qrbc71tvk5c84\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_IsInternetUser_InternetExpensive_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_82Years_Male_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_AshContent_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/EN_MAR_BEALIT_BV.COUNTERPART--BD\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_TLF_UEMDIS_19ICLS.AGE--Y_GE15__SEX--M__DISABILITY_STATUS--PWD\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_ResidesInGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/djnwkbc2sbnd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/e4xdnwnkvrhcd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y0dvhk0sggzef\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPX_PBS_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yd52y6csqelnf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_SocialNetworksUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years55To64_AlzheimersDisease_AsAFractionOf_Count_Person_55To64Years\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dg1jc2k2wb6e3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CampylobacterEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years65To74_MalignantNeoplasmOfProstate\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_ForeignBorn_SOCManagementBusinessScienceArtsOccupation_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p7x6lzv5vr2d9\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPM0X_PTR_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_InternetUsageAtHome_IsInternetUser_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_36Years_Female_HispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0gwct3w6pcc4g\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.8_NA_8SSOXM_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_ForeignBorn_PlaceOfBirthEasternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade12_City_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bd3xnjgjlgxc1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/34d33x7cwzdm1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6gsvegvkd6mv4\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_Arson_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1wqy1jshps0q\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5dkd0txr26cp4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.PCISB.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.CLSIP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/76kp5vce530t\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mlqxvt4zkqde9\":{\"byEntity\":{\"country/USA\":{}}},\"DiffRelativeToAvg_1980_2010_MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayAYear_CMIP6_Ensemble_SSP245\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_IsHateCrime_VictimTypeLawEnforcementOfficer\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/05r3svdkhm2g6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4mzpzj8evb2q8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/522fgzc51y1rf\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_WithoutFoodStampsInThePast12Months_WithoutChildrenUnder18_SingleMotherFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/44xd17qjtlvt3\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_PublicSchool_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_OtherAndUnspecifiedNontransportAccidentsAndTheirSequelae_AsAFractionOf_Count_Person_35To44Years\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade12_USHistory_PublicSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j3ejbdgp5vqxf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y439k8kj78ng3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rb02s0td163q8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MO5UA_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1j45tmydcdydg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2718f4xfg3nwc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Product_MobileCellularSubscription_AsFractionOf_Count_Person\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Household_Male_EmailUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_HousingUnit_2000OrLaterDate_OccupiedHousingUnit\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Suburb_VisualArts_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BeerAleAndOtherMaltBeveragesAwayFromHome\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade8_City_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/28glzeh8g1qq4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjk8sg6b9v3b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1zfdp90wr17\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TEGOS.A\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade12_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/197k4jhpfbzsh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nzls54r068yn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationGender_CreditCardOrAutomatedTellerMachineFraud_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationSexualOrientation_Burglary_IsHateCrime_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_HispanicOrLatino_SchoolGrade8_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.TENFS.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf50000To74000USDollar_CellularDataPlan_InternetUsageAtOutsideHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_InternetUsageAtHome_IsInternetUser_InternetNotNeededOrInternetNotInterested\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhilosophyReligiousStudiesMajor_EducationalAttainmentBachelorsDegree_Female_Black\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_NAICSConstruction_ForeignBorn_PlaceOfBirthMexico\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0fxx8k5jvxw3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6bm5jctysw7x7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9csneep2fzch3\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ceqd5pcbtf3x8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t2cn9esdb3el1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_WithDisability_SmartTelevisionUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_85OrMoreYears_Female_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_WithDisability_SchoolGrade8_Reading_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_99Years_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/b3ewtdfc28fmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x51nz8kh6h7k4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Householder3To4RelatedChildren_FamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_KnownOffender_Bisexual\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_City_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8pcfxmj55rlnb\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ndxlpdw1h9z2f\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_10Years_Male_HispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_BachelorOfScienceAndEngineeringMajor_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/exee51lw0svq1\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.OPACP.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d33gds3q0c7p\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x6gdvfmneyw95\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionGuanaritoHemorrhagicFever\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_59Years_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_ScienceAndEngineeringRelatedOccupation_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_VictimTypePerson\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_Shoplifting_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c80z2nzgljq89\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zs6wnff672lf9\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool_UnderstandingTechnologicalPrinciplesPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_AllOtherLarceny_IsHateCrime_MentalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_MarriedAndNotSeparated_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/68s48f02cybpf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kc8vkznlf7m93\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vd15bxpzelf4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5j9csc0bkjxz6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/64l0v5cv3es9g\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_3_MF\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_SpeakEnglishLessThanVeryWell_ForeignBorn_PlaceOfBirthCaribbean\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s111jl7b7t5s6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_Indeterminate_Other_UnknownTramissionMode\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_94Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_GasolineUnleadedRegular\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenBornInTheUnitedStates_NoHealthInsurance_Native\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ec2x9vlwexph3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gekjw171hv5r3\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DC_DAC_AUTL_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_25Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sczmbrfkvq97g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v4r20l27f9vvf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wqry7etfzj6fh\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade4_PrivateSchool_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vwws4tpz8lkhd\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentBachelorsDegreeOrHigher_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_NonScienceAndEngineeringOccupation_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2dxzj9myr15zb\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMP_PTA_DPG.M\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mvxjyhmpqr7r\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n868f3dpdfp14\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/DT_NFL_MLAT_CD\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_CriminalIncidents_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_IncomeOf125000To149999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/29ce5fbsyhh09\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s6wllq7slv2v\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_COV_CHLD.AGE--Y0T14__SEX--M\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Worker_VoluntarySeparation_NAICSHealthCareSocialAssistance_Unadjusted\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade8_City_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_30To39Years_Citizen_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Female_NonScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d643h84j357y6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fx3f84pgsjjr2\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade8_Town_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1k5tekyk74n\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ysjzl0p3kfm88\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_FarmInventory_OtherSpringWheatForGrain\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Years16Onwards_Employed_WorkedWithinStateOfResidence\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NotFreeOrReducedLunch_SchoolGrade12_Geography_PublicSchool_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qb8w24g8tkrm4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y1c39njwq8z2h\":{\"byEntity\":{\"country/USA\":{}}},\"Count_BirthEvent_LiveBirth_Mother19Years\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_NonInstitutionalized_InternetUsageAtHome_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_PrivatelyOwnedEstablishment_NAICSMiningQuarryingOilGasExtraction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_Intimidation_IsHateCrime_GenderNonConforming\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_25OrMoreYears_SomeCollegeOrAssociatesDegree_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_GovernmentOwnedEstablishment_ForeignBorn_PlaceOfBirthEasternAsia_Worker\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gxd1dtlwyc5z9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_65OrMoreYears_WithDisability_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Monthly_Consumption_Fuel_ForElectricityGeneration_PetroleumCoke_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4j9pf4mxk0d77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fmrrdekxvq8lh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fz3ey6nhf879d\":{\"byEntity\":{\"country/USA\":{}}},\"AmountPrincipalRepayment_Debt_LongTermExternalDebt_LenderEconomicCommunityofWestAfricanStates\":{\"byEntity\":{\"country/TGO\":{}}},\"Amount_Debt_WorldBankOtherCurrency_LenderCountryIND_AsAFractionOf_Amount_Debt_LenderCountryIND\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_MedicalConditionIncident_1To4Years_ConditionShigellosis\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.SOETP.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory_PublicSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2xt7fzt6v6c01\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gr4bxhh93shp8\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PAIMV.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x5vkpepx6fleg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/NG.N3045_2.A\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_FGP_56_F400500\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_1PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_HyperplasiaOfProstate_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"dc/490xnnky44fs9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9c6lqnwjgtyw9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q2rhhfqdzq4hg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x4xhmyfbqcjf2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf100000OrMoreUSDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9hcty9v7s4d1g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gyeqkd4pyseg2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_40To64Years_RatioToPovertyLineUpto2.5_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_62Years_Female_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_TwoOrMoreRaces_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jdxb7dltnc006\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_67Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_DivorcedOrSeparated_ForeignBorn_PlaceOfBirthNorthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_ExtortionOrBlackmail_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusUnknown_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotInLaborForce_ForeignBorn_PlaceOfBirthNorthernWesternEurope\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsmfjn0fqv445\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eblgvkwy5z7r8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/386041trdrgw1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ktbn03dzz0v85\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tet0rb8z6c3mc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade4_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1p170e3e6k8e\":{\"byEntity\":{\"country/USA\":{}}},\"dc/493zn89pjr8mh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/np4ntzrn2nkx3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Science_PublicSchool_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/73l65xdts0h1h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dlj91hywe76j9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5km1pbq98csl4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderRaceSomeOtherRaceAlone_IncomeOf25000To29999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_75To84Years_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_Citizen_EducationalAttainmentCollegeGraduate_Employed_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherFreshFruits\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_BakeryProducts\":{\"byEntity\":{\"country/USA\":{}}},\"dc/33wfzvpkr0tg9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_88Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Stock_Fuel_ForElectricityGeneration_SubbituminousCoal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ld7r82rlc7se6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3rcl59znrytrf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77pxy0dclnctb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_LocationOfCrimeConstructionSite\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_StaphylococcusAureusEtiology_PatientHospitalized_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_WithPublicHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_Female_SchoolGrade12_Geography_PublicSchool_SpatialDynamicsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade12_City_Economics_PublicSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade8_DepartmentOfDefense_Mathematics_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.MCMUP_1.M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_USCitizenByNaturalization_DateOfEntry1990To1999_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Years16Onwards_StartTimeHour0530To0559_WorkCommute_Employed_Female_WorkedOutsideOfHome\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_HispanicOrLatino_UniversityAndCollegeTeacher_Male_SOCSocialScientistsRelatedWorkersOccupation_NotOnTenureTrack\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_PublicSchool_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge25To44Years_HouseholderRaceAsianAlone_IncomeOf75000To99999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_GrossRent0.3OrMoreRatioToHouseholdIncome_ForeignBorn_PlaceOfBirthAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.ENPRK.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yehpk6l6w2xkc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_Male_VideoCallsUsageOrAudioCallsUsageOrConferencingUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71pqhep9r60f7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xjl7j0es1lqn7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_PaperPulpPrintIndustry_HardCoal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_RatioToPovertyLine1.38To4_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_NoDisability\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade12_Suburb_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1fsqrym5m65r3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kdx97d31g0m75\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vg4nspss5lpl\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMPU_PWG_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_3Years_Female_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_OffenderEthnicityNotHispanicOrLatino_NotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_YearOnChange_UrbanWageEarnerAndClericalWorker_NewVehicles\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lm1663w2pdlw4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nrcy15bc0vxy8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/015q9nvkvhq5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jzhfnl4md0dt1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionFoodborneBotulism_Asian_PacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Male_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_16OrMoreYears_ResidesInJuvenileFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_EducationalAttainmentLessThanHighSchoolGraduate_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Female_SchoolGrade8_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rqqykpg0pxen5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Chlordane_PatientHospitalized_ConfirmedCase_WaterborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EthnicityUnknown_NotStated_ConditionVancomycinIntermediateStaphylococcusAureus\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w2mw9fy20b9f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ddz71j110zlwc\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyUnadjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_Watches\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3dn9xfvdw7gc9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6py4y7e8v55vb\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1kqtjcl2cgs9b\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_Hist_95PctProb_Greater_Atleast1DayADecade_CMIP6_GFDL-ESM4_Historical\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_96Years_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfCommunicationsTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wdhl2q2l14tzh\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/UIS_R_1_G1\":{\"byEntity\":{\"country/USA\":{},\"country/TGO\":{}}},\"Median_AssessmentScore_Student_WithDisability_SchoolGrade12_Economics_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8b2eyfkplypp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p0mx1ljh791kd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zgnkr5flh3w13\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_POP_2529\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Median_Earnings_Person_NoDisability_EducationalAttainmentCollegeGraduate_Employed_Female_ScienceAndEngineeringOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_NotFreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_CannedFruits\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4nrecf5y8yrd5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/npgcr0hlbf9l7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gjx9g6n91g9f5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gpwcf2wkszh63\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BM_GSR_TOTL_CD\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_StatutoryRape_IsHateCrime_Judaism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_32Years_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bsw18crwc100c\":{\"byEntity\":{\"country/USA\":{}}},\"dc/04v4q08f07j98\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_WhiteAlone_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade12_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_Prostitution_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade12_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade8_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge45To64Years_HouseholderRaceNativeHawaiianOrOtherPacificIslanderAlone_IncomeOf150000To199999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"dc/86h75sh4qtx2d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhq1bhq1s7vx9\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xy3d853j8lev7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0w4q0kt4kdnc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7g80m1wm9xnbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/mw0y2rtzhvdy9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_AgeNotStated_ConditionPerinatalInfection_HepatitisC\":{\"byEntity\":{\"country/USA\":{}}},\"dc/2tbs7h76ryn9b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/md2p00dv6e441\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w94zb6zfjczj8\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfPhysicalSciencesAndTechnologiesMajor_EducationalAttainmentBachelorsDegree_Male_AmericanIndianOrAlaskaNative\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfEducationMajor_EducationalAttainmentBachelorsDegree_Male_HawaiianNativeOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tjnmlpfrqxp33\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_63Years_NotHispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_PublicSchool_USHistory\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71kshgc2zfm3f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pth3bpehptjbh\":{\"byEntity\":{\"country/USA\":{}}},\"dc/xp1qlhg33p981\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_JobSearchUsage_IsInternetUser_Rural\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationGender_CounterfeitingOrForgery_IsHateCrime_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ms1s77w3cr061\":{\"byEntity\":{\"country/USA\":{}}},\"dc/necz0bh61p1rh\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPD.AGE--Y45T54__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_ICMP_4044_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveBasic_In_Count_Student_SchoolGrade8_Town_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_City_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.HLTCB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_35To44Years_Male_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_35000To49999InflationAdjustedUSDCurrentYear_WithEarnings_ForeignBorn_PlaceOfBirthEasternAsia_FullTimeYearRoundWorker\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4jzgnms9rn5b6\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_17Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_68Years_Male_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Female_AbovePovertyLevelInThePast12Months_SomeOtherRaceAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hl19z8w9dsw69\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_HispanicOrLatino_SOCComputerMathematicalOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6yss7z6gk5j1f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pse4t8f0rl5g3\":{\"byEntity\":{\"country/USA\":{}}},\"dc/t10wk8kln0ql7\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_OilGasExtraction_MotorGasoline_EnergyIndustryOwnUse\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5_LessYears_Male_ConditionStreptococcusPneumonia_ProbableCase\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_Male_SchoolGrade4_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0g67n2cwcjggd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationEthnicity_IsHateCrime_LocationOfCrimeConvenienceStore\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_IncomeOf25000OrLessUSDollar_StreamingUsageOrMediaDownloadUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_26Years_Female_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthEurope_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"dc/w28j5ys4r5c84\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y88m9s55qb1f9\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_VibrioUnknown_SuspectedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_NativeBornOutsideTheUnitedStates\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"dc/gqzqb3wjr4kff\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_29Years_Male_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/5cy44yn4tbby2\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lg9qz457wp1n4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NeverMarried_ResidesInNoninstitutionalizedGroupQuarters\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationGender_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Transgender\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade8_TechnologyAndEngineeringLiteracy_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vypjlc4qy46m1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9dn6908fdtbdg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPM0CAG55_YPY_MBBL.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_44Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_HispanicOrLatino_AmericanIndianAndAlaskaNativeAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NoDisability_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationReligion_Robbery_IsHateCrime_JehovahsWitnesses\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3x9dwkql0rxd7\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_54Years_Female_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade4_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m5yh7sb7ygld\":{\"byEntity\":{\"country/USA\":{}}},\"dc/n4vsl9xpwmb77\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vn6e4km87evg7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/x1ytw8lgerv37\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/BAR_TER_CMPT_5559_FE_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_MalignantNeoplasmsOfLipOralCavityAndPharynx_AsianOrPacificIslander_AsAFractionOf_Count_Person_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Catholic_Science_PrivateSchool_LifeScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/pmj12zchfk7r4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderAge65OrMoreYears_HouseholderRaceAmericanIndianOrAlaskaNativeAlone_IncomeOf45000To49999USDollar\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_5Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderEthnicityMultipleEthnicity_MultipleReligion\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade12_Economics_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_RicePastaCornmeal\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationDisabilityStatus_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade8_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rmphsd3cv84yc\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_USHistory_PrivateSchool_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PCICB.M\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateNonGuaranteed_LongTermExternalDebt\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_21Years_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_89Years_Male_NotHispanicOrLatino_AsianOrPacificIslander\":{\"byEntity\":{\"country/USA\":{}}},\"Quarterly_Average_AshContent_Coal_For_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7r9tkkyr61vtc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_97Years_Male_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wr80ltxdw81m4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/kgcltmytc4xmg\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPLP_YPY_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_HousingUnit_ForeignBorn_WithTotal4To5Rooms_PlaceOfBirthSouthCentralAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_OrangesIncludingTangerines\":{\"byEntity\":{\"country/USA\":{}}},\"WagesWeekly_Worker_LocalGovernmentOwnedEstablishment_NAICSRealEstateRentalLeasing\":{\"byEntity\":{\"country/USA\":{}}},\"dc/4dj1lf8d1eez5\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6rl8415zvx5d1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_EnterovirusUnknownEtiology_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_FreeOrReducedLunch_SchoolGrade8_Civics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SH_LGR_ACSRHEC9\":{\"byEntity\":{\"country/TGO\":{}}},\"Percentile10_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_PublicSchool_GeometryScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterYes_SchoolGrade8_VisualArts\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_Male_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/PRJ_ATT_2529_2_FE\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_Astrovirus_PatientDeceased_PersonToPersonTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NotInLaborForce_Male_MarriedInThePast12Months\":{\"byEntity\":{\"country/USA\":{}}},\"dc/394gj0jhf2z1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/695w9ymcjrc73\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SI_RMT_COST_SC.COUNTERPART--GT\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SL_DOM_TSPDCW.AGE--Y45T54__SEX--F\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Electricity_MainActivityProducer\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"eia/INTL.67-2-MT.A\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_3OrMoreYears_Civilian_InternetUsageAtWork_IsInternetUser_WhiteAloneNotHispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade12_Civics\":{\"byEntity\":{\"country/USA\":{}}},\"dc/veh8bbc91k4vb\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/VC_HTF_DETVOP.AGE--Y_GE18__SEX--M\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_23Years_Female_HispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65OrMoreYears_Male_ResidesInAdultCorrectionalFacilities\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_34Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_USCitizenByNaturalization_DateOfEntry2000To2009_ForeignBorn_PlaceOfBirthSouthamerica\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_CurrentLearner_SchoolGrade8_Music_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/74tkl70ym78b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/p2l7t9jjd45sc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v411whhgx26vc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal_RaceUnknown_NotStated\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_AllOtherFormsOfChronicIschemicHeartDisease\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_50To64Years_WithHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_PublicSchool_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11pcf594njtm8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/120tx54mn9xd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/v8g39g0nc20cd\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.OPICB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_CyclosporaEtiology_PatientDeceased_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7czzvy9blz5e1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationSexualOrientation_IsHateCrime_OffenderEthnicityMultipleEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_GenderUnknown_NotStated_ConditionCongenitalDisease_Rubella\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_PrivatelyOwnedEstablishment_ForeignBorn_PlaceOfBirthSouthCentralAsia_UnincorporatedBusinessOwner\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_TechnologyAndEngineeringLiteracy_CommunicatingAndCollaboratingPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wkvemv91pp9k8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yblm8wv42j5fc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rsse54j18z4d8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Energy_OilProducts\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_45Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65To74Years_Civilian_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtOrAboveProficient_In_Count_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_CharterNo_SchoolGrade8_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"dc/dzbygev9252gg\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_Female_SchoolGrade12_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/03kybvt9hmcv\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lyddx4vr2w22\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_NonInstitutionalized_InternetUsageAtHome_NotInternetUser_ResidesInHousehold_EnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionToxicShockSyndromExceptStreptococcal\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInNoninstitutionalizedGroupQuarters_DifferentHouseInDifferentCountySameState\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8cj13ne70968d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/yclqkkcll9wxd\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PubliclyGuaranteed_LongTermExternalDebt_LenderCountrySWE\":{\"byEntity\":{\"country/TGO\":{}}},\"Count_Person_63Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_EducationalAttainmentNoDiploma\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPPRY_YPB_MBBL.M\":{\"byEntity\":{\"country/USA\":{}}},\"sdg/SE_TOT_CPLR.URBANISATION--U__EDUCATION_LEV--ISCED11_2__INCOME_WEALTH_QUANTILE--Q3\":{\"byEntity\":{\"country/TGO\":{}}},\"MarginOfError_Count_Person_MarriedCoupleFamilyHousehold_ForeignBorn_PlaceOfBirthNorthamerica_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"dc/g7qhlq7wnskmb\":{\"byEntity\":{\"country/USA\":{}}},\"worldBank/HF_UHC_NOP1_ZS\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_MotorVehicleTheft_IsHateCrime_Sikhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_79Years_Female_HispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_StateGovernmentOwnedEstablishment\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_PublicSchool_TechnologyAndEngineeringLiteracy_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_Female_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool_DevelopingSolutionsAndAchievingGoalsPracticeScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade12_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/35jlsyfe2plsc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fhsvlgekwtndh\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_21To64Years_NoHealthInsurance\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_55Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_29OrLessYears_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_ScienceAndEngineeringRelatedOccupation_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_FreeOrReducedLunch_SchoolGrade8_Science_PublicSchool_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/txccqbvexbe88\":{\"byEntity\":{\"country/USA\":{}}},\"eia/SEDS.NUETB.A\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtAdvanced_In_Count_Student_FreeLunchEligibilityInfoMissing_SchoolGrade8_Writing\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade8_Science\":{\"byEntity\":{\"country/USA\":{}}},\"ConfidenceIntervalLowerLimit_Percent_LiveBirthPregnancyEvent_HeavyDrinking_3MonthsBeforePregnancy_AsAFractionOf_Count_BirthEvent_LiveBirth\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_Embezzlement_IsHateCrime_Catholicism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_19Years_Female_NotHispanicOrLatino_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_NotHispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthCaribbean_PovertyStatusDetermined\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_SchoolGrade4_City_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_SchoolGrade12_Town_USHistory_PublicSchool_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9y88k238vts02\":{\"byEntity\":{\"country/USA\":{}}},\"dc/nmsdz8wc2v57d\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Rural_USHistory_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_AmericanIndianAndAlaskaNativeAlone_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade8_Civics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ch3yz02en8xqb\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0To4Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_66Years_NotHispanicOrLatino_TwoOrMoreRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_6OrLessYears_AbovePovertyLevelInThePast12Months_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/77cts1h2bp042\":{\"byEntity\":{\"country/USA\":{}}},\"dc/h01kxz6r6yky\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_EnvironmentAndSocietyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade4_City_USHistory_TechnologyScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_DepartmentOfDefense_Mathematics_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Mathematics\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationDisabilityStatus_DrugOrNarcoticViolations_IsHateCrime_PhysicalDisability\":{\"byEntity\":{\"country/USA\":{}}},\"dc/23n6rfl2f9tr3\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_ScienceAndEngineeringRelatedMajor_EducationalAttainmentDoctorateDegree_UniversityAndCollegeTeacher_Male_SOCEngineersOccupation_Asian_TenureNotApplicable\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeAtAdvanced_In_Count_Student_Female_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_CharterYes_SchoolGrade12_Economics_NationalEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Mathematics_PublicSchool_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_60To64Years_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_0.5To0.99RatioToPovertyLine\":{\"byEntity\":{\"country/USA\":{}}},\"Offender_Count_CriminalIncidents_IsHateCrime_OffenderEthnicityHispanicOrLatino_KnownOffenderEthnicity\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j5fxfze92kt5b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rysbtdzyxtzwg\":{\"byEntity\":{\"country/USA\":{}}},\"Amount_Debt_USD_LenderCountryBRA_AsAFractionOf_Amount_Debt_LenderCountryBRA\":{\"byEntity\":{\"country/TGO\":{}}},\"Annual_Average_Cost_Fuel_ForElectricityGeneration_NaturalGas_CommercialNonCogen\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_HouseholderEducationalAttainmentCollegeGraduate_TelecommutesUsage_IsInternetUser\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_41Years_Male_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_CharterYes_SchoolGrade8_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_BlackOrAfricanAmericanAlone_SchoolGrade12_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Science_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/m4dz37xlttbg6\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_Employed_NAICSInformation_ForeignBorn_PlaceOfBirthOceania\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_40To49Years_WithDisability_EducationalAttainmentCollegeGraduate_Employed_Male_SOCSocialScientistsRelatedWorkersOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Rural_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile75_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bf7fpf4tz0gjg\":{\"byEntity\":{\"country/USA\":{}}},\"dc/q3g0718yy4qbc\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_BroadbandInternetSuchAsCableFiberOpticOrDslOrSatelliteInternetService_InternetUsageAtHome_IsInternetUser_NotEnrolledInSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool_InternationalScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/96sxyvysm0475\":{\"byEntity\":{\"country/USA\":{}}},\"dc/l3mgne937y17b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/sf0wbnntlvgn5\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_InternetUsageAtHome_IsInternetUser_UnknownPlaceOfResidence_InternetUseElsewhere\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Town_USHistory_PrivateSchool_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1w08qpb7hczx2\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_64Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_EducationalAttainmentGraduateOrProfessionalDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_HispanicOrLatino_SchoolGrade4_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"dc/y4r93wkh5qwp7\":{\"byEntity\":{\"country/USA\":{}}},\"dc/zwckq83b6tm15\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_SalmonellaOther_PatientHospitalized_ConfirmedCase_FoodborneTransmission\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Generation_Fuel_BlackLiquor\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_NoDisability_SchoolGrade8_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_46Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_25To39Years_EducationalAttainmentBachelorsDegreeOrHigher_Male\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WhiteAlone_SchoolGrade8_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9l76jyhnys704\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qdzye74slqz86\":{\"byEntity\":{\"country/USA\":{}}},\"dc/swwxd6bf2e7z3\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_SchoolGrade4_Mathematics_PublicSchool_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_EducationalAttainmentCollegeGraduate_Employed_NotHispanicOrLatino_Male_SOCPhysicalScientistsOccupation_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jj0y9clrjkkb8\":{\"byEntity\":{\"country/USA\":{}}},\"MaxTemp_Daily_GaussianMixture_5PctProb_Greater_Atleast1DayADecade_CMIP6_MPI-ESM1-2-HR_SSP585\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_Person_Employed_NAICSPublicAdministration_ForeignBorn_PlaceOfBirthWesternAsia\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtBasic_In_Count_Student_SchoolGrade4_Catholic_Writing_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade4_Suburb_Geography_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Employed_HeavyAndCivilEngineeringConstruction\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Town_Mathematics_PublicSchool_NumberPropertiesAndOperationsScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_Female_SchoolGrade8_USHistory_PrivateSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_NoDisability_SchoolGrade4_Mathematics_AlgebraScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/fvy6cn8t0pv76\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_Rape_IsHateCrime_LGBT\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationMultipleBias_IsHateCrime_LocationOfCrimeAirportOrBusStationOrTrainStation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationReligion_IsHateCrime_OffenderRaceBlackOrAfricanAmericanAlone_Buddhism\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_12Years_Female_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_61Years_Male_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_78Years_Male_NotHispanicOrLatino_WhiteAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Median_Earnings_Person_50To75Years_NotAUSCitizen_EducationalAttainmentCollegeGraduate_Employed_Male_ScienceAndEngineeringRelatedOccupation\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Civilian_Nonveteran\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_86Years_Female_NotHispanicOrLatino_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/6pc0fc4p9yc53\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_70Years_Male_HispanicOrLatino_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_1OrMoreYears_ResidesInCollegeOrUniversityStudentHousing_DifferentHouseAbroad\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_PublicSchool_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/8tbqxmlhq64pf\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.EMA_EPMMX_PDR_DPG.A\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.WSI5P.A\":{\"byEntity\":{\"country/USA\":{}}},\"AmountInterestRepayment_Debt_PrivateCreditor_PubliclyGuaranteed_Bond_LongTermExternalDebt_LenderBondholders\":{\"byEntity\":{\"country/TGO\":{}}},\"sdg/FB_BNK_ACCSS_OLF.AGE--Y_GE15\":{\"byEntity\":{\"country/TGO\":{},\"country/USA\":{}}},\"Count_MortalityEvent_85OrMoreYears_MalignantNeoplasmOfEsophagus_AsAFractionOf_Count_Person_85OrMoreYears\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_TwoOrMoreRaces_SchoolGrade8_TechnologyAndEngineeringLiteracy_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_GrowthRate_ConsumerPriceIndex_ConsumerGoodsAndServices_MonthOnChange_UrbanConsumer_OtherProcessedFruitsAndVegetablesIncludingDried\":{\"byEntity\":{\"country/USA\":{}}},\"dc/11wz8lfvr4vvb\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_WithDisability_SchoolGrade4_Reading_PublicSchool_LiteraryExperienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/c7v06wk1v2mn4\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r9tjd940qx0wg\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_31Years_Female_HispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_75To84Years_AbovePovertyLevelInThePast12Months_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_AsianAlone_SchoolGrade12_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/9nj0rc1d31vt6\":{\"byEntity\":{\"country/USA\":{}}},\"dc/1v5z86d5wc93b\":{\"byEntity\":{\"country/USA\":{}}},\"dc/bss8lxcec7mmd\":{\"byEntity\":{\"country/USA\":{}}},\"dc/eg07407vg3r41\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade8_Mathematics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade8_Suburb_USHistory_WorldRoleScale\":{\"byEntity\":{\"country/USA\":{}}},\"SeasonallyAdjusted_ConsumerPriceIndex_ConsumerGoodsAndServices_UrbanConsumer_FuelOilAndOtherFuels\":{\"byEntity\":{\"country/USA\":{}}},\"dc/s35h5vl0rzw49\":{\"byEntity\":{\"country/USA\":{}}},\"dc/wcjze9jdz69c7\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_ForeignBorn_PlaceOfBirthWesternAsia_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_DiscreteAtProficient_In_Count_Student_CharterYes_SchoolGrade4_USHistory_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_NotFreeOrReducedLunch_SchoolGrade8_Geography_PublicSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/3zx8gl7jy7kl\":{\"byEntity\":{\"country/USA\":{}}},\"dc/r2cegy4v9cbp\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_22Years_Male_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Catholic_Economics_PrivateSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Suburb_Reading_GainInformationEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade12_Rural_Economics_PublicSchool_MarketEvaluationScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/7jxkm0ql0sdx5\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Stock_Fuel_ForElectricityGeneration_Coal_ElectricUtility\":{\"byEntity\":{\"country/USA\":{}}},\"StdDeviation_AssessmentScore_Student_SchoolGrade4_Rural_Mathematics_DataAnalysisStatisticsAndProbabilityScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/j2l8v91k8s1k5\":{\"byEntity\":{\"country/USA\":{}}},\"eia/TOTAL.PZIMP.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Household_With3To4Person_MarriedCoupleFamilyHousehold\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Worker_LocalGovernmentOwnedEstablishment_NAICSGoodsProducing\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_SchoolGrade4_Catholic_Science_EarthScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/09yz49h1qzmg4\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YNP_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_65Years_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_NoHealthInsurance_AmericanIndianOrAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"dc/z07d4dq7y69z6\":{\"byEntity\":{\"country/USA\":{}}},\"eia/PET.M_EPOL_YIB_MBBLD.A\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years1To4_CerebrovascularDiseases\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfLibraryScienceMajor_EducationalAttainmentBachelorsDegree_Male\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lbj1hlt2fvwc1\":{\"byEntity\":{\"country/USA\":{}}},\"dc/ng1gmr7xq8r07\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionParalyticPoliomyelitis_USResident\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_15OrMoreYears_Female_AsianAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_BachelorOfOtherMajor_EducationalAttainmentBachelorsDegree_Male_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Median_AssessmentScore_Student_SchoolGrade8_Rural_Geography_PrivateSchool_SpaceAndPlaceScale\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_SchoolGrade8_Suburb_Science_PhysicalScienceScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jfyx9ehfvrj3d\":{\"byEntity\":{\"country/USA\":{}}},\"dc/qt6ephcqwjbb9\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_KnownOffender_Arab\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile25_AssessmentScore_Student_EnglishLearner_NotCurrentLearner_SchoolGrade8_USHistory_PublicSchool_DemocracyScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/rr3rxf9t7zlgd\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_100OrMoreYears_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_11Years_Female_NotHispanicOrLatino_NativeHawaiianAndOtherPacificIslanderAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationRace_Robbery_IsHateCrime_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationEthnicity_TheftFromBuilding_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0j4r75h6q4y4g\":{\"byEntity\":{\"country/USA\":{}}},\"dc/hytsy6pgmm5c8\":{\"byEntity\":{\"country/USA\":{}}},\"Annual_Consumption_Fuel_WhiteSpirit_NonEnergyUse\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile90_AssessmentScore_Student_CharterNo_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/d3gd1dctp65l4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_0Years_Male_AmericanIndianAndAlaskaNativeAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_80Years_HispanicOrLatino_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"MarginOfError_Count_Person_18OrMoreYears_Civilian_Employed_InLaborForce_NonInstitutionalized\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_TwoOrMoreRaces_SchoolGrade12_Economics_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationOtherRaceOrEthnicity_AggravatedAssault_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/f1h8l5d76q239\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_BiasMotivationEthnicity_Shoplifting_IsHateCrime_HispanicOrLatino\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_CounterfeitingOrForgery_IsHateCrime_OffenderRaceUnknownRace\":{\"byEntity\":{\"country/USA\":{}}},\"dc/71jkwyhyhtc79\":{\"byEntity\":{\"country/USA\":{}}},\"dc/el9kzrz4yqvng\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_30Years_NativeHawaiianAndOtherPacificIslanderAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_49Years_Male_WhiteAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationRace_IsHateCrime_NativeHawaiianOrOtherPacificIslanderAlone_17OrLessYears\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0hc50zjtqdpe8\":{\"byEntity\":{\"country/USA\":{}}},\"dc/835xwqw0211k\":{\"byEntity\":{\"country/USA\":{}}},\"dc/cqf7402cck6w1\":{\"byEntity\":{\"country/USA\":{}}},\"Count_CriminalIncidents_BiasMotivationRace_Impersonation_IsHateCrime_BlackOrAfricanAmericanAlone\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_Suburb_Writing_PublicSchool\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MortalityEvent_Years35To44_MultipleMyelomaAndImmunoproliferativeNeoplasms\":{\"byEntity\":{\"country/USA\":{}}},\"Percentile10_AssessmentScore_Student_SchoolGrade12_USHistory_CulturesScale\":{\"byEntity\":{\"country/USA\":{}}},\"dc/jt2qtkz6n4s6h\":{\"byEntity\":{\"country/USA\":{}}},\"dc/lzfycgcjg64sf\":{\"byEntity\":{\"country/USA\":{}}},\"dc/tps080kgz0ev4\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_69Years_Female_AsianAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Citizen_EducationalAttainmentDoctorateDegree_NotHispanicOrLatino_Female_Asian\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_NAEP_CumulativeBelowBasic_In_Count_Student_SchoolGrade4_PublicSchool_Reading\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_58Years_Female_NotHispanicOrLatino_BlackOrAfricanAmericanAloneOrInCombinationWithOneOrMoreOtherRaces\":{\"byEntity\":{\"country/USA\":{}}},\"Mean_AssessmentScore_Student_HispanicOrLatino_SchoolGrade4_Science\":{\"byEntity\":{\"country/USA\":{}}},\"Percent_Student_CharterYes_SchoolGrade4_Mathematics_PublicSchool_MeasurementScale\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_5To14Years_ConditionStreptococcusPneumonia_ConfirmedCase\":{\"byEntity\":{\"country/USA\":{}}},\"Count_MedicalConditionIncident_ConditionHumanGranulocyticAnaplasmosis_OtherRace\":{\"byEntity\":{\"country/USA\":{}}},\"Count_Person_Civilian_InLaborForce_ForeignBorn_PlaceOfBirthEurope\":{\"byEntity\":{\"country/USA\":{}}},\"Offense_Count_CriminalIncidents_DrugEquipmentViolations_IsHateCrime_KnownOffender\":{\"byEntity\":{\"country/USA\":{}}},\"Victim_Count_CriminalIncidents_BiasMotivationSexualOrientation_StolenPropertyOffenses_IsHateCrime\":{\"byEntity\":{\"country/USA\":{}}},\"dc/vj9qy13xgcl4f\":{\"byEntity\":{\"country/USA\":{}}},\"dc/0ed787s0nygcc\":{\"byEntity\":{\"country/USA\":{}}},\"dc/157qbqxf7qh2g\":{\"byEntity\":{\"country/USA\":{}}},\"w